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