@@ -369,6 +369,7 @@ declare module 'chargebee' {
369369 | 'addon_created'
370370 | 'addon_updated'
371371 | 'addon_deleted' ;
372+ type ExcludeTaxTypeEnum = 'exclusive' | 'none' ;
372373 type ExportTypeEnum = 'data' | 'import_friendly_data' ;
373374 type FreePeriodUnitEnum = 'day' | 'week' | 'month' | 'year' ;
374375 type FriendOfferTypeEnum = 'none' | 'coupon' | 'coupon_code' ;
@@ -502,7 +503,12 @@ declare module 'chargebee' {
502503 | 'automated_bank_transfer'
503504 | 'klarna_pay_now'
504505 | 'online_banking_poland'
505- | 'payconiq_by_bancontact' ;
506+ | 'payconiq_by_bancontact'
507+ | 'electronic_payment_standard'
508+ | 'kbc_payment_button'
509+ | 'pay_by_bank'
510+ | 'trustly'
511+ | 'stablecoin' ;
506512 type PaymentMethodTypeEnum =
507513 | 'card'
508514 | 'paypal_express_checkout'
@@ -528,7 +534,12 @@ declare module 'chargebee' {
528534 | 'automated_bank_transfer'
529535 | 'klarna_pay_now'
530536 | 'online_banking_poland'
531- | 'payconiq_by_bancontact' ;
537+ | 'payconiq_by_bancontact'
538+ | 'electronic_payment_standard'
539+ | 'kbc_payment_button'
540+ | 'pay_by_bank'
541+ | 'trustly'
542+ | 'stablecoin' ;
532543 type PaymentVoucherTypeEnum = 'boleto' ;
533544 type PeriodUnitEnum = 'day' | 'week' | 'month' | 'year' ;
534545 type PriceTypeEnum = 'tax_exclusive' | 'tax_inclusive' ;
@@ -553,6 +564,7 @@ declare module 'chargebee' {
553564 type RefundableCreditsHandlingEnum = 'no_action' | 'schedule_refund' ;
554565 type ReportByEnum = 'customer' | 'invoice' | 'product' | 'subscription' ;
555566 type ResumeOptionEnum = 'immediately' | 'specific_date' ;
567+ type RetryEngineEnum = 'chargebee' | 'flexpay' | 'successplus' ;
556568 type RoleEnum = 'primary' | 'backup' | 'none' ;
557569 type ScheduleTypeEnum = 'immediate' | 'specific_dates' | 'fixed_intervals' ;
558570 type SourceEnum =
@@ -621,6 +633,11 @@ declare module 'chargebee' {
621633 | 'klarna_pay_now'
622634 | 'online_banking_poland'
623635 | 'payconiq_by_bancontact'
636+ | 'electronic_payment_standard'
637+ | 'kbc_payment_button'
638+ | 'pay_by_bank'
639+ | 'trustly'
640+ | 'stablecoin'
624641 | 'free_trial'
625642 | 'pay_up_front'
626643 | 'pay_as_you_go' ;
0 commit comments