import { Resource } from './Resource'; export declare class FpxDirectDebitResource extends Resource { id: string; mandateReferenceNumber?: string; status: string; [key: string]: any; } //# sourceMappingURL=FpxDirectDebitResource.d.ts.map