export interface PaymentAcceptanceBacsDirectDebitAddress {
    country_code?: string;
    line1: string;
    line2?: string;
    postcode: string;
    state?: string;
    town: string;
}
export declare namespace PaymentAcceptanceBacsDirectDebitAddress {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentAcceptanceBacsDirectDebitAddress.d.ts.map