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