PaymentDetail interface
与储蓄计划订单相关的付款信息。
属性
billing |
计费帐户 |
billing |
按计费货币收取的金额。 不包括税款。 未来付款的 null |
due |
付款需要完成的日期。 |
extended |
注意:此属性不会序列化。 它只能由服务器填充。 |
payment |
事务完成时的日期。 计划时为 null。 |
pricing |
定价货币金额。 不包括税款。 |
status | 描述付款是已完成、失败、取消还是计划将来。 |
属性详细信息
billingAccount
计费帐户
billingAccount?: string
属性值
string
billingCurrencyTotal
dueDate
付款需要完成的日期。
dueDate?: Date
属性值
Date
extendedStatusInfo
paymentDate
事务完成时的日期。 计划时为 null。
paymentDate?: Date
属性值
Date
pricingCurrencyTotal
status
描述付款是已完成、失败、取消还是计划将来。
status?: string
属性值
string