github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RedirectPaymentProduct809SpecificInput.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 // RedirectPaymentProduct809SpecificInput represents class RedirectPaymentProduct809SpecificInput 7 type RedirectPaymentProduct809SpecificInput struct { 8 // Deprecated: Use RedirectPaymentMethodSpecificInput.expirationPeriod instead 9 ExpirationPeriod *string `json:"expirationPeriod,omitempty"` 10 IssuerID *string `json:"issuerId,omitempty"` 11 } 12 13 // NewRedirectPaymentProduct809SpecificInput constructs a new RedirectPaymentProduct809SpecificInput 14 func NewRedirectPaymentProduct809SpecificInput() *RedirectPaymentProduct809SpecificInput { 15 return &RedirectPaymentProduct809SpecificInput{} 16 }