modify-qris
Version:
Modify QRIS Generator is a javascript based libraries that enabling flexible payments with customizable amounts for improved efficiency and user experience
33 lines (32 loc) • 800 B
TypeScript
export declare const QRISTags: {
VERSION: string;
CATEGORY: string;
ACQUIRER: string;
ACQUIRER_BANK_TRANSFER: string;
SWITCHING: string;
MERCHANT_CATEGORY_CODE: string;
CURRENCY_CODE: string;
PAYMENT_AMOUNT: string;
PAYMENT_FEE_CATEGORY: string;
PAYMENT_FEE_FIXED: string;
PAYMENT_FEE_PERCENT: string;
COUNTRY_CODE: string;
MERCHANT_NAME: string;
MERCHANT_CITY: string;
MERCHANT_POSTAL_CODE: string;
ADDITIONAL_INFORMATION: string;
CRC_CODE: string;
};
export declare const SourceType: {
IMAGE_PATH: string;
CODE: string;
BASE64: string;
};
export declare const PaymentFeeCategory: {
FIXED: string;
PERCENT: string;
};
export declare const PaymentFeeCategoryContent: {
FIXED: string;
PERCENT: string;
};