public class TradeFundBill extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
amount
该支付工具类型所使用的金额
|
private String |
fundChannel
交易使用的资金渠道,详见 支付渠道列表
|
private String |
fundType
渠道所使用的资金类型,目前只在资金渠道(fund_channel)是银行卡渠道(BANKCARD)的情况下才返回该信息(DEBIT_CARD:借记卡,CREDIT_CARD:信用卡,MIXED_CARD:借贷合一卡)
|
private String |
realAmount
渠道实际付款金额
|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
TradeFundBill() |
private static final long serialVersionUID
private String fundChannel
private String amount
private String realAmount
private String fundType
Copyright © 2023. All rights reserved.