Skip to content

Commit

Permalink
Update all services (#623)
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]>
Co-authored-by: Djoyke Reijans <[email protected]>
  • Loading branch information
3 people authored Feb 22, 2024
1 parent 0c3f013 commit c568866
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Adyen/Model/Checkout/Split.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,18 @@ public function getModelName()
return self::$openAPIModelName;
}

public const TYPE_ACQUIRING_FEES = 'AcquiringFees';
public const TYPE_ADYEN_COMMISSION = 'AdyenCommission';
public const TYPE_ADYEN_FEES = 'AdyenFees';
public const TYPE_ADYEN_MARKUP = 'AdyenMarkup';
public const TYPE_BALANCE_ACCOUNT = 'BalanceAccount';
public const TYPE_COMMISSION = 'Commission';
public const TYPE__DEFAULT = 'Default';
public const TYPE_INTERCHANGE = 'Interchange';
public const TYPE_MARKET_PLACE = 'MarketPlace';
public const TYPE_PAYMENT_FEE = 'PaymentFee';
public const TYPE_REMAINDER = 'Remainder';
public const TYPE_SCHEME_FEE = 'SchemeFee';
public const TYPE_SURCHARGE = 'Surcharge';
public const TYPE_TIP = 'Tip';
public const TYPE_VAT = 'VAT';
Expand All @@ -257,12 +263,18 @@ public function getModelName()
public function getTypeAllowableValues()
{
return [
self::TYPE_ACQUIRING_FEES,
self::TYPE_ADYEN_COMMISSION,
self::TYPE_ADYEN_FEES,
self::TYPE_ADYEN_MARKUP,
self::TYPE_BALANCE_ACCOUNT,
self::TYPE_COMMISSION,
self::TYPE__DEFAULT,
self::TYPE_INTERCHANGE,
self::TYPE_MARKET_PLACE,
self::TYPE_PAYMENT_FEE,
self::TYPE_REMAINDER,
self::TYPE_SCHEME_FEE,
self::TYPE_SURCHARGE,
self::TYPE_TIP,
self::TYPE_VAT,
Expand Down

0 comments on commit c568866

Please sign in to comment.