github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/refund/ApproveRequest.go (about)

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package refund
     5  
     6  // ApproveRequest represents class ApproveRefundRequest
     7  type ApproveRequest struct {
     8  	Amount *int64 `json:"amount,omitempty"`
     9  }
    10  
    11  // NewApproveRequest constructs a new ApproveRequest
    12  func NewApproveRequest() *ApproveRequest {
    13  	return &ApproveRequest{}
    14  }