github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/MobilePaymentProduct320SpecificInput.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 // MobilePaymentProduct320SpecificInput represents class MobilePaymentProduct320SpecificInput 7 type MobilePaymentProduct320SpecificInput struct { 8 CardholderName *string `json:"cardholderName,omitempty"` 9 ThreeDSecure *GPayThreeDSecure `json:"threeDSecure,omitempty"` 10 } 11 12 // NewMobilePaymentProduct320SpecificInput constructs a new MobilePaymentProduct320SpecificInput 13 func NewMobilePaymentProduct320SpecificInput() *MobilePaymentProduct320SpecificInput { 14 return &MobilePaymentProduct320SpecificInput{} 15 }