UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 399 B
import { SwitchableFeatureSetting } from './switchableFeatureSetting'; export interface RiskControlSetting { payment_block: SwitchableFeatureSetting; } export declare namespace RiskControlSetting { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=riskControlSetting.d.ts.map