oak-pay-business/lib/entities/AbstractPayAccount.js

38 lines
1.1 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '抽象支付帐号',
attr: {
taxLossRatio: '渠道手续费百分比',
refundGapDays: '允许最大退款天数',
refundCompensateRatio: '退款渠道补偿百分比',
allowWithdrawTransfer: '允许提现转账',
withdrawTransferLossRatio: '提现转账费率(百分数)',
price: '余额',
needReceiving: '用户确认收货后到账',
system: '关联系统',
},
action: {
pay: '支付',
refund: '退款',
deposit: '充值',
withdraw: '提现',
tax: '渠道费',
}
},
},
style: {
icon: {
pay: '',
refund: '',
deposit: '',
withdraw: '',
tax: '',
}
}
};