/** * Finix API */ /** * Configure how the `Processor` handles `Payment Instruments`. */ export declare class ProcessorSystemConfigConfig { /** * Set to true to allow the `Processor` to debit `Payment instrument with type **BANK_ACCOUNT** (i.e. eCheck). */ 'canDebitBankAccount'?: { [key: string]: object; }; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }