github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/token/MandateNonSepaDirectDebit.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package token 5 6 // MandateNonSepaDirectDebit represents class MandateNonSepaDirectDebit 7 type MandateNonSepaDirectDebit struct { 8 PaymentProduct705SpecificData *NonSepaDirectDebitPaymentProduct705SpecificData `json:"paymentProduct705SpecificData,omitempty"` 9 PaymentProduct730SpecificData *NonSepaDirectDebitPaymentProduct730SpecificData `json:"paymentProduct730SpecificData,omitempty"` 10 } 11 12 // NewMandateNonSepaDirectDebit constructs a new MandateNonSepaDirectDebit 13 func NewMandateNonSepaDirectDebit() *MandateNonSepaDirectDebit { 14 return &MandateNonSepaDirectDebit{} 15 }