Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all services #719

Merged
merged 2 commits into from
Dec 23, 2024
Merged
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
4 changes: 2 additions & 2 deletions src/Adyen/Model/BalancePlatform/Amount.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public function getCurrency()
/**
* Sets currency
*
* @param string $currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
* @param string $currency The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes).
*
* @return self
*/
Expand All @@ -326,7 +326,7 @@ public function getValue()
/**
* Sets value
*
* @param int $value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).
* @param int $value The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
*
* @return self
*/
Expand Down
8 changes: 4 additions & 4 deletions src/Adyen/Model/BalancePlatform/Balance.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function getAvailable()
/**
* Sets available
*
* @param int $available The current balance minus any reserved balance.
* @param int $available The balance available for use.
*
* @return self
*/
Expand All @@ -353,7 +353,7 @@ public function getBalance()
/**
* Sets balance
*
* @param int $balance The current balance of funds in the balance account. These are the funds from all transactions with a value date in the past that have not yet been paid out.
* @param int $balance The sum of transactions that have already been settled.
*
* @return self
*/
Expand Down Expand Up @@ -401,7 +401,7 @@ public function getPending()
/**
* Sets pending
*
* @param int|null $pending The amount of funds that Adyen has processed for this account, but will be settled in a future date. For more information, see how to settle funds for users in your [platform](https://docs.adyen.com/platforms/settle-funds) and [marketplace](https://docs.adyen.com/marketplaces/settle-funds).
* @param int|null $pending The sum of the transactions that will be settled in the future.
*
* @return self
*/
Expand All @@ -425,7 +425,7 @@ public function getReserved()
/**
* Sets reserved
*
* @param int $reserved The amount reserved for payments that have been [authorised](https://docs.adyen.com/issuing/payment-stages/#authorised), but not yet [captured](https://docs.adyen.com/issuing/payment-stages/#captured) by the merchant. Applies only to [Adyen-issued cards](https://docs.adyen.com/issuing).
* @param int $reserved The balance currently held in reserve.
*
* @return self
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public function getValue()
/**
* Sets value
*
* @param \Adyen\Model\BalancePlatform\BankIdentification[]|null $value List of counterparty Bank Institutions and the operation.
* @param \Adyen\Model\BalancePlatform\BankIdentification[]|null $value The list of counterparty bank institutions to be evaluated.
*
* @return self
*/
Expand Down
Loading
Loading