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;
    });
}
