Skip to content

Commit 25ca52b

Browse files
[payout] Automated update from Adyen/adyen-openapi@0a007ce
1 parent d52507b commit 25ca52b

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

src/typings/payout/amount.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
export class Amount {
1212
/**
13-
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
13+
* The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
1414
*/
1515
"currency": string;
1616
/**
17-
* The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
17+
* The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
1818
*/
1919
"value": number;
2020

src/typings/payout/responseAdditionalDataSepa.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export class ResponseAdditionalDataSepa {
1818
*/
1919
"sepadirectdebit_mandateId"?: string;
2020
/**
21+
* The date that the the shopper\'s bank account is charged.
22+
*/
23+
"sepadirectdebit_sepadirectdebit_dueDate"?: string;
24+
/**
2125
* This field can take one of the following values: * OneOff: (OOFF) Direct debit instruction to initiate exactly one direct debit transaction. * First: (FRST) Initial/first collection in a series of direct debit instructions. * Recurring: (RCUR) Direct debit instruction to carry out regular direct debit transactions initiated by the creditor. * Final: (FNAL) Last/final collection in a series of direct debit instructions. Example: OOFF
2226
*/
2327
"sepadirectdebit_sequenceType"?: string;
@@ -39,6 +43,12 @@ export class ResponseAdditionalDataSepa {
3943
"type": "string",
4044
"format": ""
4145
},
46+
{
47+
"name": "sepadirectdebit_sepadirectdebit_dueDate",
48+
"baseName": "sepadirectdebit.sepadirectdebit.dueDate",
49+
"type": "string",
50+
"format": ""
51+
},
4252
{
4353
"name": "sepadirectdebit_sequenceType",
4454
"baseName": "sepadirectdebit.sequenceType",

0 commit comments

Comments
 (0)