github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/hostedcheckout/MobilePaymentProduct320SpecificInputHostedCheckout.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  import "github.com/Ingenico-ePayments/connect-sdk-go/domain/payment"
     7  
     8  // MobilePaymentProduct320SpecificInputHostedCheckout represents class MobilePaymentProduct320SpecificInputHostedCheckout
     9  type MobilePaymentProduct320SpecificInputHostedCheckout struct {
    10  	MerchantName   *string                   `json:"merchantName,omitempty"`
    11  	MerchantOrigin *string                   `json:"merchantOrigin,omitempty"`
    12  	ThreeDSecure   *payment.GPayThreeDSecure `json:"threeDSecure,omitempty"`
    13  }
    14  
    15  // NewMobilePaymentProduct320SpecificInputHostedCheckout constructs a new MobilePaymentProduct320SpecificInputHostedCheckout
    16  func NewMobilePaymentProduct320SpecificInputHostedCheckout() *MobilePaymentProduct320SpecificInputHostedCheckout {
    17  	return &MobilePaymentProduct320SpecificInputHostedCheckout{}
    18  }