@airwallex/node-sdk
Version:
Airwallex Node.js SDK
18 lines • 525 B
TypeScript
import { LimitValue } from './limitValue';
export interface MerchantPaymentMethodSetting {
category?: string;
default_descriptor?: string;
enabled: boolean;
name: string;
over_refund_max_amount?: number;
transaction_limit?: LimitValue;
}
export declare namespace MerchantPaymentMethodSetting {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=merchantPaymentMethodSetting.d.ts.map