@airwallex/node-sdk
Version:
Airwallex Node.js SDK
65 lines • 2.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentFee = void 0;
var PaymentFee;
(function (PaymentFee) {
PaymentFee.validBeneficiaryTypeEnum = ['BANK_ACCOUNT', 'DIGITAL_WALLET'];
PaymentFee.validChargeTimeEnum = ['TRADING_TIME', 'NON_TRADING_TIME', 'ANY'];
PaymentFee.validFeeFunctionEnum = ['PLUS', 'MAX'];
PaymentFee.validPaymentActionEnum = ['ALLOW_PAYMENT', 'DENY_PAYMENT'];
PaymentFee.validPaymentMethodEnum = ['LOCAL', 'SWIFT', 'ANY'];
PaymentFee.discriminator = 'PaymentFee';
PaymentFee.attributeTypeMap = [
{
name: 'beneficiary_type',
baseName: 'beneficiary_type',
type: 'PaymentFee.BeneficiaryTypeEnum',
},
{
name: 'charge_time',
baseName: 'charge_time',
type: 'PaymentFee.ChargeTimeEnum',
},
{
name: 'country_code',
baseName: 'country_code',
type: 'string',
},
{
name: 'fee_function',
baseName: 'fee_function',
type: 'PaymentFee.FeeFunctionEnum',
},
{
name: 'fees',
baseName: 'fees',
type: 'Array<object>',
},
{
name: 'local_clearing_system',
baseName: 'local_clearing_system',
type: 'string',
},
{
name: 'payment_action',
baseName: 'payment_action',
type: 'PaymentFee.PaymentActionEnum',
},
{
name: 'payment_ccy',
baseName: 'payment_ccy',
type: 'Currency',
},
{
name: 'payment_method',
baseName: 'payment_method',
type: 'PaymentFee.PaymentMethodEnum',
},
{
name: 'wallet_provider',
baseName: 'wallet_provider',
type: 'string',
},
];
})(PaymentFee || (exports.PaymentFee = PaymentFee = {}));
//# sourceMappingURL=paymentFee.js.map