mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -3956,16 +3956,6 @@ components:
|
||||
required:
|
||||
- type
|
||||
type: object
|
||||
LocalDate:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
month:
|
||||
format: int32
|
||||
type: integer
|
||||
year:
|
||||
format: int32
|
||||
type: integer
|
||||
type: object
|
||||
NOLocalAccountIdentification:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
@@ -4666,18 +4656,20 @@ components:
|
||||
dateOfFundsReceived:
|
||||
x-addedInVersion: '4'
|
||||
description: The date the funds were received, in YYYY-MM-DD format. Required
|
||||
if the `type` is **donations** or **inheritance**.
|
||||
$ref: '#/components/schemas/LocalDate'
|
||||
if `type` is **donations** or **inheritance**.
|
||||
format: date-time
|
||||
type: string
|
||||
dateOfSourceEvent:
|
||||
x-addedInVersion: '4'
|
||||
description: 'The date when the source of funds became available, in YYYY-MM-DD
|
||||
format. Required if `type` is **assetSale** or **gamblingWinnings**.
|
||||
|
||||
|
||||
For example, if the source of funds is **assetSale**, the `dateOfSourceEvent`
|
||||
is the date of the sale. If the source of funds is **gamblingWinnings**,
|
||||
the `dateOfSourceEvent` is the date of winnings.'
|
||||
$ref: '#/components/schemas/LocalDate'
|
||||
For example, if the source of funds is of type **assetSale**, the dateOfSourceEvent
|
||||
is the date of the sale. If the source of funds is of type **gamblingWinnings**,
|
||||
the dateOfSourceEvent is the date of winnings.'
|
||||
format: date-time
|
||||
type: string
|
||||
description:
|
||||
description: 'Text describing the source of funds. Required if `type` is
|
||||
**business** or **assetSale**.
|
||||
|
||||
Reference in New Issue
Block a user