vnbankqr
Version:
Generate QR data for QR payment method in Viet Nam
15 lines (14 loc) • 355 B
TypeScript
export default class AdditionData {
billNumber?: string;
mobileNumber?: string;
storeLabel?: string;
loyalNumber?: string;
referenceLabel?: string;
customerLabel?: string;
terminalLabel?: string;
transactionPurpose?: string;
additionDataRequest?: string;
constructor(params: {
[key: string]: any;
});
}