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