github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/NonSepaDirectDebitPaymentProduct705SpecificInput.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 // NonSepaDirectDebitPaymentProduct705SpecificInput represents class NonSepaDirectDebitPaymentProduct705SpecificInput 9 type NonSepaDirectDebitPaymentProduct705SpecificInput struct { 10 AuthorisationID *string `json:"authorisationId,omitempty"` 11 BankAccountBban *definitions.BankAccountBban `json:"bankAccountBban,omitempty"` 12 TransactionType *string `json:"transactionType,omitempty"` 13 } 14 15 // NewNonSepaDirectDebitPaymentProduct705SpecificInput constructs a new NonSepaDirectDebitPaymentProduct705SpecificInput 16 func NewNonSepaDirectDebitPaymentProduct705SpecificInput() *NonSepaDirectDebitPaymentProduct705SpecificInput { 17 return &NonSepaDirectDebitPaymentProduct705SpecificInput{} 18 }