/** * Method used to match a payment attempt with a bank transaction. */ export declare enum MatchMethod { AUTOMATIC = "AUTOMATIC", MANUAL = "MANUAL" } //# sourceMappingURL=match-method.enum.d.ts.map