FinancialAccount
{
// 会计科目代码,唯一
"code": "EWF",
// 会计科目中文名
"nameZh": "快递运单费",
// 会计科目英文名
"nameEn": "EXPRESS WAYBILL FEE",
// 会计科目中文描述
"descZh": "国际快递运输方案下,货主需要额外支付快递运单的费用。",
// 会计科目英文描述
"descEn": "Express Waybill Fee",
// 会计科目阶段,详见FinancialAccountPhase枚举
"phase": "InternationalTrans_Freight",
// 会计科目币种转换,详见FinancialAccountCurrency 枚举
"currency": "DefinedBySupplier_InconvertibleToEZ"
}
最后更新于