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