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

ApiResponseApiPageRefundOrderDTO

{
    "header": {},
    "result": {},
    "resultList": [
        {}
    ],
    "resultPage": {
        "current": 0,
        "size": 0,
        "pages": 0,
        "total": 0,
        "orders": [
            {}
        ],
        "records": [
            {}
        ]
    },
    "pagination": {}
}
Built with