UNPKG

@maxio-com/advanced-billing-sdk

Version:

Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.

97 lines 6.16 kB
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { stringEnum } from '../schema'; /** * Enum for EventKey */ export var EventKey; (function (EventKey) { EventKey["PaymentSuccess"] = "payment_success"; EventKey["PaymentFailure"] = "payment_failure"; EventKey["SignupSuccess"] = "signup_success"; EventKey["SignupFailure"] = "signup_failure"; EventKey["DelayedSignupCreationSuccess"] = "delayed_signup_creation_success"; EventKey["DelayedSignupCreationFailure"] = "delayed_signup_creation_failure"; EventKey["BillingDateChange"] = "billing_date_change"; EventKey["ExpirationDateChange"] = "expiration_date_change"; EventKey["RenewalSuccess"] = "renewal_success"; EventKey["RenewalFailure"] = "renewal_failure"; EventKey["SubscriptionStateChange"] = "subscription_state_change"; EventKey["SubscriptionProductChange"] = "subscription_product_change"; EventKey["PendingCancellationChange"] = "pending_cancellation_change"; EventKey["ExpiringCard"] = "expiring_card"; EventKey["CustomerUpdate"] = "customer_update"; EventKey["CustomerCreate"] = "customer_create"; EventKey["CustomerDelete"] = "customer_delete"; EventKey["ComponentAllocationChange"] = "component_allocation_change"; EventKey["MeteredUsage"] = "metered_usage"; EventKey["PrepaidUsage"] = "prepaid_usage"; EventKey["UpgradeDowngradeSuccess"] = "upgrade_downgrade_success"; EventKey["UpgradeDowngradeFailure"] = "upgrade_downgrade_failure"; EventKey["StatementClosed"] = "statement_closed"; EventKey["StatementSettled"] = "statement_settled"; EventKey["SubscriptionCardUpdate"] = "subscription_card_update"; EventKey["SubscriptionGroupCardUpdate"] = "subscription_group_card_update"; EventKey["SubscriptionBankAccountUpdate"] = "subscription_bank_account_update"; EventKey["RefundSuccess"] = "refund_success"; EventKey["RefundFailure"] = "refund_failure"; EventKey["UpcomingRenewalNotice"] = "upcoming_renewal_notice"; EventKey["TrialEndNotice"] = "trial_end_notice"; EventKey["DunningStepReached"] = "dunning_step_reached"; EventKey["InvoiceIssued"] = "invoice_issued"; EventKey["PrepaidSubscriptionBalanceChanged"] = "prepaid_subscription_balance_changed"; EventKey["SubscriptionGroupSignupSuccess"] = "subscription_group_signup_success"; EventKey["SubscriptionGroupSignupFailure"] = "subscription_group_signup_failure"; EventKey["DirectDebitPaymentPaidOut"] = "direct_debit_payment_paid_out"; EventKey["DirectDebitPaymentRejected"] = "direct_debit_payment_rejected"; EventKey["DirectDebitPaymentPending"] = "direct_debit_payment_pending"; EventKey["PendingPaymentCreated"] = "pending_payment_created"; EventKey["PendingPaymentFailed"] = "pending_payment_failed"; EventKey["PendingPaymentCompleted"] = "pending_payment_completed"; EventKey["ProformaInvoiceIssued"] = "proforma_invoice_issued"; EventKey["SubscriptionPrepaymentAccountBalanceChanged"] = "subscription_prepayment_account_balance_changed"; EventKey["SubscriptionServiceCreditAccountBalanceChanged"] = "subscription_service_credit_account_balance_changed"; EventKey["CustomFieldValueChange"] = "custom_field_value_change"; EventKey["ItemPricePointChanged"] = "item_price_point_changed"; EventKey["RenewalSuccessRecreated"] = "renewal_success_recreated"; EventKey["RenewalFailureRecreated"] = "renewal_failure_recreated"; EventKey["PaymentSuccessRecreated"] = "payment_success_recreated"; EventKey["PaymentFailureRecreated"] = "payment_failure_recreated"; EventKey["SubscriptionDeletion"] = "subscription_deletion"; EventKey["SubscriptionGroupBankAccountUpdate"] = "subscription_group_bank_account_update"; EventKey["SubscriptionPaypalAccountUpdate"] = "subscription_paypal_account_update"; EventKey["SubscriptionGroupPaypalAccountUpdate"] = "subscription_group_paypal_account_update"; EventKey["SubscriptionCustomerChange"] = "subscription_customer_change"; EventKey["AccountTransactionChanged"] = "account_transaction_changed"; EventKey["GoCardlessPaymentPaidOut"] = "go_cardless_payment_paid_out"; EventKey["GoCardlessPaymentRejected"] = "go_cardless_payment_rejected"; EventKey["GoCardlessPaymentPending"] = "go_cardless_payment_pending"; EventKey["StripeDirectDebitPaymentPaidOut"] = "stripe_direct_debit_payment_paid_out"; EventKey["StripeDirectDebitPaymentRejected"] = "stripe_direct_debit_payment_rejected"; EventKey["StripeDirectDebitPaymentPending"] = "stripe_direct_debit_payment_pending"; EventKey["MaxioPaymentsDirectDebitPaymentPaidOut"] = "maxio_payments_direct_debit_payment_paid_out"; EventKey["MaxioPaymentsDirectDebitPaymentRejected"] = "maxio_payments_direct_debit_payment_rejected"; EventKey["MaxioPaymentsDirectDebitPaymentPending"] = "maxio_payments_direct_debit_payment_pending"; EventKey["InvoiceInCollectionsCanceled"] = "invoice_in_collections_canceled"; EventKey["SubscriptionAddedToGroup"] = "subscription_added_to_group"; EventKey["SubscriptionRemovedFromGroup"] = "subscription_removed_from_group"; EventKey["ChargebackOpened"] = "chargeback_opened"; EventKey["ChargebackLost"] = "chargeback_lost"; EventKey["ChargebackAccepted"] = "chargeback_accepted"; EventKey["ChargebackClosed"] = "chargeback_closed"; EventKey["ChargebackWon"] = "chargeback_won"; EventKey["PaymentCollectionMethodChanged"] = "payment_collection_method_changed"; EventKey["ComponentBillingDateChanged"] = "component_billing_date_changed"; EventKey["SubscriptionTermRenewalScheduled"] = "subscription_term_renewal_scheduled"; EventKey["SubscriptionTermRenewalPending"] = "subscription_term_renewal_pending"; EventKey["SubscriptionTermRenewalActivated"] = "subscription_term_renewal_activated"; EventKey["SubscriptionTermRenewalRemoved"] = "subscription_term_renewal_removed"; })(EventKey || (EventKey = {})); /** * Schema for EventKey */ export const eventKeySchema = stringEnum(EventKey); //# sourceMappingURL=eventKey.js.map