github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RedirectPaymentProduct869SpecificInput.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package payment 5 6 // RedirectPaymentProduct869SpecificInput represents class RedirectPaymentProduct869SpecificInput 7 type RedirectPaymentProduct869SpecificInput struct { 8 IssuerID *string `json:"issuerId,omitempty"` 9 ResidentIDName *string `json:"residentIdName,omitempty"` 10 ResidentIDNumber *string `json:"residentIdNumber,omitempty"` 11 } 12 13 // NewRedirectPaymentProduct869SpecificInput constructs a new RedirectPaymentProduct869SpecificInput 14 func NewRedirectPaymentProduct869SpecificInput() *RedirectPaymentProduct869SpecificInput { 15 return &RedirectPaymentProduct869SpecificInput{} 16 }