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