import { LimitValue } from './limitValue';
export interface PaymentLimit {
    daily?: LimitValue;
    per_trade_b2_b?: LimitValue;
    per_trade_b2_p?: LimitValue;
    per_trade_p2_b?: LimitValue;
    per_trade_p2_p?: LimitValue;
}
export declare namespace PaymentLimit {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=paymentLimit.d.ts.map