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