@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 467 B
TypeScript
import { SwitchableFeatureSetting } from './switchableFeatureSetting';
export interface MerchantApiSetting {
auto_capture?: boolean;
bank_statement_line?: string;
dynamic_descriptor?: SwitchableFeatureSetting;
}
export declare namespace MerchantApiSetting {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=merchantApiSetting.d.ts.map