spec release

This commit is contained in:
Adyen Automation
2025-02-14 13:28:22 +01:00
parent e2941e8d09
commit 86ff7abff3
2 changed files with 14 additions and 34 deletions

View File

@@ -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**.