pos-be/src/modules/configuration/export/constants.ts

11 lines
335 B
TypeScript

export enum InvoiceType {
BOOKING_INVOICE = 'this is your invoice',
PAYMENT_CONFIRMATION = 'payment confirmation',
INVOICE_EXPIRED = 'invoice has expired',
REFUND_REQUEST = 'your refund request',
REFUND_CONFIRMATION = 'refund confirmation',
BOOKING_DATE_CHANGE = 'booking date change',
}
export const PhoneNumber = '088';