Skip to content

Commit

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

* style(fmt): code formatted

* 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 ab84c83 commit 92566dc
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 71 deletions.
6 changes: 6 additions & 0 deletions src/typings/checkout/split.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,18 @@ export class Split {

export namespace Split {
export enum TypeEnum {
AcquiringFees = 'AcquiringFees',
AdyenCommission = 'AdyenCommission',
AdyenFees = 'AdyenFees',
AdyenMarkup = 'AdyenMarkup',
BalanceAccount = 'BalanceAccount',
Commission = 'Commission',
Default = 'Default',
Interchange = 'Interchange',
MarketPlace = 'MarketPlace',
PaymentFee = 'PaymentFee',
Remainder = 'Remainder',
SchemeFee = 'SchemeFee',
Surcharge = 'Surcharge',
Tip = 'Tip',
Vat = 'VAT'
Expand Down
Loading

0 comments on commit 92566dc

Please sign in to comment.