java.lang.Object
com.abasecode.opencode.pay.plugin.alipay.entity.TradeFundBill
所有已实现的接口:
Serializable

public class TradeFundBill extends Object implements Serializable
作者:
Jon e-mail: ijonso123@gmail.com url: Jon's blog url: project github url: AbaseCode.com
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • fundChannel

      private String fundChannel
      交易使用的资金渠道,详见 支付渠道列表
    • amount

      private String amount
      该支付工具类型所使用的金额
    • realAmount

      private String realAmount
      渠道实际付款金额
    • fundType

      private String fundType
      渠道所使用的资金类型,目前只在资金渠道(fund_channel)是银行卡渠道(BANKCARD)的情况下才返回该信息(DEBIT_CARD:借记卡,CREDIT_CARD:信用卡,MIXED_CARD:借贷合一卡)
  • 构造器详细资料

    • TradeFundBill

      public TradeFundBill()