export interface BankAccountAUPayid {
    account_identifier_type?: string;
    account_number?: string;
    bsb?: string;
    payid?: string;
}
export declare namespace BankAccountAUPayid {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=bankAccountAUPayid.d.ts.map