@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
72 lines • 2.34 kB
TypeScript
export declare enum E_InterfacePrePaidPaymentOptions {
CUSTOMER = "customer",
ENABLE = "enable",
COMPANY = "company",
INSURANCE = "insurance"
}
export declare enum E_PaymentGateway {
Vista = "vista",
Stripe = "stripe",
'Skip Cash' = "skipCash",
Dibsy = "dibsy",
'My Fatoorah' = "my_fatoorah",
Tess = "tess",
TAP = "tap"
}
export declare enum E_OldPaymentMethod {
'Credit cards' = "credit_cards",
'Debit cards' = "debit_cards",
'Apple Pay' = "apple_pay"
}
export declare enum E_PaymentIntegrationType {
'INVOICE' = "invoice",
'EMBEDDED' = "embedded"
}
export declare enum E_PaymentIndexSortType {
NAME_A_Z = "name_a_z",
NAME_Z_A = "name_z_a",
PAYMENT_STATUS_A_Z = "payment_status_a_z",
PAYMENT_STATUS_Z_A = "payment_status_z_a",
LINK_ID_ASC = "link_id_asc",
LINK_ID_DESC = "link_id_desc",
AMOUNT_ASC = "amount_asc",
AMOUNT_DESC = "amount_desc",
ORDER_CODE_ASC = "order_code_asc",
ORDER_CODE_DESC = "order_code_desc",
RECORD_UPDATED = "record_updated",
DATE_CREATED_ASC = "date_created_asc",
DATE_CREATED_DESC = "date_created_desc",
TRANSACTION_ID_ASC = "transaction_id_asc",
TRANSACTION_ID_DESC = "transaction_id_desc",
CODE_ASC = "code_asc",
CODE_DESC = "code_desc",
COMPANY_ASC = "company_asc",
COMPANY_DESC = "company_desc",
TRANSACTION_DATE_ASC = "transaction_date_asc",
TRANSACTION_DATE_DESC = "transaction_date_desc",
SOURCE_ASC = "source_asc",
SOURCE_DESC = "source_desc",
CREATED_BY_ASC = "created_by_asc",
CREATED_BY_DESC = "created_by_desc"
}
export declare enum E_PaymentStatus {
PENDING = "pending",
TRANSACTION_COMPLETED = "transaction_completed",
UNSUCCESSFUL = "unsuccessful",
PROCESSING = "processing",
INTERNAL_FAILED = "internal_failed",
GATEWAY_LINK_GENERATED = "gateway_link_generated",
EXPIRED = "expired"
}
export declare enum E_PaymentMethod {
CREDIT_CARDS = "credit_cards",
DEBIT_CARDS = "debit_cards",
APPLE_PAY = "apple_pay",
debit_or_credit_cards = "debit_or_credit_cards"
}
export declare enum E_DeprecatedPaymentMethod {
CREDIT_CARDS = "credit_cards",
DEBIT_CARD_ISSUED_IN_QATAR = "debit_card_issued_in_qatar",
DEBIT_OR_CREDIT_CARDS = "debit_or_credit_cards"
}
//# sourceMappingURL=index.d.ts.map