oak-pay-business/es/entities/AbstractAccount.js

33 lines
899 B
JavaScript

;
export const entityDesc = {
locales: {
zh_CN: {
name: '抽象支付帐号',
attr: {
taxLossRatio: '渠道手续费(百分比)',
refundGapDays: '(支付后)允许退款的天数',
refundCompensateRatio: '退款补偿百分比',
allowWithdrawTransfer: '允许提现转账',
withdrawTransferLossRatio: '提现转账费率(百分数)',
price: '余额',
},
action: {
pay: '支付',
refund: '退款',
deposit: '充值',
withdraw: '提现',
tax: '渠道费',
}
},
},
style: {
icon: {
pay: '',
refund: '',
deposit: '',
withdraw: '',
tax: '',
}
}
};