github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/payment/RefundPaymentProduct840CustomerAccount.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  // RefundPaymentProduct840CustomerAccount represents class RefundPaymentProduct840CustomerAccount
     7  type RefundPaymentProduct840CustomerAccount struct {
     8  	CustomerAccountStatus *string `json:"customerAccountStatus,omitempty"`
     9  	CustomerAddressStatus *string `json:"customerAddressStatus,omitempty"`
    10  	PayerID               *string `json:"payerId,omitempty"`
    11  }
    12  
    13  // NewRefundPaymentProduct840CustomerAccount constructs a new RefundPaymentProduct840CustomerAccount
    14  func NewRefundPaymentProduct840CustomerAccount() *RefundPaymentProduct840CustomerAccount {
    15  	return &RefundPaymentProduct840CustomerAccount{}
    16  }