Skip to content

Commit

Permalink
Update all services (#719)
Browse files Browse the repository at this point in the history
* [reformat][adyen-sdk-automation] automated change

* style(fmt): code formatted

---------

Co-authored-by: AdyenAutomationBot <Adyen Automation [email protected]>
  • Loading branch information
AdyenAutomationBot and AdyenAutomationBot authored Dec 23, 2024
1 parent af262a7 commit d69fe37
Show file tree
Hide file tree
Showing 21 changed files with 2,213 additions and 19 deletions.
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

0 comments on commit d69fe37

Please sign in to comment.