github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RedirectPaymentProduct816SpecificInput.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 import "github.com/Ingenico-ePayments/connect-sdk-go/domain/definitions" 7 8 // RedirectPaymentProduct816SpecificInput represents class RedirectPaymentProduct816SpecificInput 9 type RedirectPaymentProduct816SpecificInput struct { 10 BankAccountIban *definitions.BankAccountIban `json:"bankAccountIban,omitempty"` 11 } 12 13 // NewRedirectPaymentProduct816SpecificInput constructs a new RedirectPaymentProduct816SpecificInput 14 func NewRedirectPaymentProduct816SpecificInput() *RedirectPaymentProduct816SpecificInput { 15 return &RedirectPaymentProduct816SpecificInput{} 16 }