github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/Product863ThirdPartyData.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 // Product863ThirdPartyData represents class PaymentProduct863ThirdPartyData 7 type Product863ThirdPartyData struct { 8 AppID *string `json:"appId,omitempty"` 9 NonceStr *string `json:"nonceStr,omitempty"` 10 PackageSign *string `json:"packageSign,omitempty"` 11 PaySign *string `json:"paySign,omitempty"` 12 PrepayID *string `json:"prepayId,omitempty"` 13 SignType *string `json:"signType,omitempty"` 14 TimeStamp *string `json:"timeStamp,omitempty"` 15 } 16 17 // NewProduct863ThirdPartyData constructs a new Product863ThirdPartyData 18 func NewProduct863ThirdPartyData() *Product863ThirdPartyData { 19 return &Product863ThirdPartyData{} 20 }