cn.beecloud.bean
类 BCTransferParameter

java.lang.Object
  继承者 cn.beecloud.bean.BCTransferParameter

public class BCTransferParameter
extends Object

BC单笔代付 Created by bianjianjun on 16/1/8.


构造方法摘要
BCTransferParameter()
           
BCTransferParameter(Integer totalFee, String billNo, String title, String tradeSource, String bankCode, String bankAssociatedCode, String bankFullName, String cardType, String accountType, String accountNo, String accountName, Map<String,Object> optional)
           
 
方法摘要
 String getAccountName()
           
 String getAccountNo()
           
 String getAccountType()
           
 String getBankAssociatedCode()
           
 String getBankCode()
           
 String getBankFullName()
           
 String getBillNo()
           
 String getCardType()
           
 String getMobile()
           
 Map<String,Object> getOptional()
           
 String getTitle()
           
 Integer getTotalFee()
           
 String getTradeSource()
           
 void setAccountName(String accountName)
           
 void setAccountNo(String accountNo)
           
 void setAccountType(String accountType)
           
 void setBankAssociatedCode(String bankAssociatedCode)
           
 void setBankCode(String bankCode)
           
 void setBankFullName(String bankFullName)
           
 void setBillNo(String billNo)
           
 void setCardType(String cardType)
           
 void setMobile(String mobile)
           
 void setOptional(Map<String,Object> optional)
           
 void setTitle(String title)
           
 void setTotalFee(Integer totalFee)
           
 void setTradeSource(String tradeSource)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BCTransferParameter

public BCTransferParameter()

BCTransferParameter

public BCTransferParameter(Integer totalFee,
                           String billNo,
                           String title,
                           String tradeSource,
                           String bankCode,
                           String bankAssociatedCode,
                           String bankFullName,
                           String cardType,
                           String accountType,
                           String accountNo,
                           String accountName,
                           Map<String,Object> optional)
方法详细信息

getTotalFee

public Integer getTotalFee()

setTotalFee

public void setTotalFee(Integer totalFee)

getBillNo

public String getBillNo()

setBillNo

public void setBillNo(String billNo)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getTradeSource

public String getTradeSource()

setTradeSource

public void setTradeSource(String tradeSource)

getBankCode

public String getBankCode()

setBankCode

public void setBankCode(String bankCode)

getBankAssociatedCode

public String getBankAssociatedCode()

setBankAssociatedCode

public void setBankAssociatedCode(String bankAssociatedCode)

getBankFullName

public String getBankFullName()

setBankFullName

public void setBankFullName(String bankFullName)

getCardType

public String getCardType()

setCardType

public void setCardType(String cardType)

getAccountType

public String getAccountType()

setAccountType

public void setAccountType(String accountType)

getAccountNo

public String getAccountNo()

setAccountNo

public void setAccountNo(String accountNo)

getAccountName

public String getAccountName()

setAccountName

public void setAccountName(String accountName)

getMobile

public String getMobile()

setMobile

public void setMobile(String mobile)

getOptional

public Map<String,Object> getOptional()

setOptional

public void setOptional(Map<String,Object> optional)


Copyright © 2016. All rights reserved.