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