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