github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RedirectPaymentProduct4101SpecificInput.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 // RedirectPaymentProduct4101SpecificInput represents class RedirectPaymentProduct4101SpecificInput 7 type RedirectPaymentProduct4101SpecificInput struct { 8 DisplayName *string `json:"displayName,omitempty"` 9 IntegrationType *string `json:"integrationType,omitempty"` 10 VirtualPaymentAddress *string `json:"virtualPaymentAddress,omitempty"` 11 } 12 13 // NewRedirectPaymentProduct4101SpecificInput constructs a new RedirectPaymentProduct4101SpecificInput 14 func NewRedirectPaymentProduct4101SpecificInput() *RedirectPaymentProduct4101SpecificInput { 15 return &RedirectPaymentProduct4101SpecificInput{} 16 }