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