1. Schemas
WPay
  • Introduction
  • Signature
  • API Keys
  • Get Started
  • Webhook Service
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • WPay
      • Hosted Payment Page
      • List Payment History
      • Get Payment Detail
      • Refund
      • List Subscriptions
      • Get Subscription Detail
      • Cancel Subscription
      • Get Subscription Bills
    • Webhook
      • Simulate a Event Call
  • Schemas
    • Schemas
      • RefundOrderDTO
      • RefundPageReq
      • ApiPageApiPageRefundOrderDTO
      • ApiResponseApiPageRefundOrderDTO
      • CancelReq
  1. Schemas

RefundOrderDTO

{
    "id": 0,
    "clientId": 0,
    "tempFundId": 0,
    "tenantId": 0,
    "currency": "string",
    "status": 0,
    "referenceNo": "string",
    "type": 0,
    "beneficiaryId": 0,
    "beneficiaryName": "string",
    "beneficiaryAccount": "string",
    "createdAt": "2019-08-24T14:15:22.123Z",
    "paidTime": "2019-08-24T14:15:22.123Z"
}
Built with