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