modify-qris
Version:
Modify QRIS Generator is a javascript based libraries that enabling flexible payments with customizable amounts for improved efficiency and user experience
20 lines (19 loc) • 566 B
TypeScript
export declare const AdditionalInformationTags: {
BILL_NUMBER: string;
MOBILE_NUMBER: string;
STORE_LABEL: string;
LOYALTY_NUMBER: string;
REFERENCE_LABEL: string;
CUSTOMER_LABEL: string;
TERMINAL_LABEL: string;
PURPOSE_OF_TRANSACTION: string;
ADDITIONAL_CONSUMER_DATA_REQUEST: string;
MERCHANT_TAX_ID: string;
MERCHANT_CHANNEL: string;
RFU: string;
RFU_START: string;
RFU_END: string;
PAYMENT_SYSTEM_SPECIFIC_START: string;
PAYMENT_SYSTEM_SPECIFIC_END: string;
PAYMENT_SYSTEM_SPECIFIC: string;
};