Skip to content

Commit

Permalink
Add installment capable parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
phieronymus committed Jun 11, 2024
1 parent d234294 commit 146f46e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/resources/CheckoutInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ export interface SupportedBrand {
supportedCurrencies: string[];
paymentType: PaymentType;

/**
* Boolean when card brand supports card company installment for the store
*/
installmentCapable?: boolean;

/**
* WeChat brand only
*/
Expand Down

0 comments on commit 146f46e

Please sign in to comment.