Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
687 changes: 687 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/Mandate.php

Large diffs are not rendered by default.

441 changes: 441 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/MandateBankAccount.php

Large diffs are not rendered by default.

Large diffs are not rendered by default.

435 changes: 435 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/MandateNotificationData.php

Large diffs are not rendered by default.

539 changes: 539 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/MandateNotificationRequest.php

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions src/Adyen/Model/ConfigurationWebhooks/MandatePartyIdentification.php

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ public function getSettlementDelayDays()
/**
* Sets settlementDelayDays
*
* @param int|null $settlementDelayDays Specifies after how many business days the funds in a settlement batch are made available in this balance account. Possible values: **1** to **20**, or **null**. Default value: **null**.
* @param int|null $settlementDelayDays Specifies after how many business days the funds in a settlement batch are made available in this balance account. Requires Custom Sales Day Payout to be enabled for your balance account. Contact your account manager or implementation manager to enable this. Possible values: **1** to **20**, or **null**. Default value: **null**.
*
* @return self
*/
Expand Down
Loading
Loading