github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/PaymentProducts.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package product 5 6 // PaymentProducts represents class PaymentProducts 7 type PaymentProducts struct { 8 PaymentProducts *[]PaymentProduct `json:"paymentProducts,omitempty"` 9 } 10 11 // NewPaymentProducts constructs a new PaymentProducts 12 func NewPaymentProducts() *PaymentProducts { 13 return &PaymentProducts{} 14 }