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