|
|
@ -1075,7 +1075,15 @@ paths:
|
|
|
|
transactions:
|
|
|
|
transactions:
|
|
|
|
type: array
|
|
|
|
type: array
|
|
|
|
items:
|
|
|
|
items:
|
|
|
|
$ref: 'components_order.yml#/transactionItem'
|
|
|
|
allOf:
|
|
|
|
|
|
|
|
- $ref: 'components_order.yml#/transactionItem'
|
|
|
|
|
|
|
|
- type: object
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
|
|
|
settlement_date:
|
|
|
|
|
|
|
|
type: string
|
|
|
|
|
|
|
|
format: date
|
|
|
|
|
|
|
|
pattern: yyyy-mm-dd
|
|
|
|
|
|
|
|
description: target settlement date, maybe delay due to holidays and bank issues(yyyy-MM-dd)
|
|
|
|
/gateway/partners/{partner_code}/settlements:
|
|
|
|
/gateway/partners/{partner_code}/settlements:
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: 查看清算详情
|
|
|
|
summary: 查看清算详情
|
|
|
|