public class BeePayTransferParameter extends Object
| 构造器和说明 |
|---|
BeePayTransferParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankAccountName()
访问字段
bankAccountName |
String |
getBankAccountNo()
访问字段
bankAccountNo |
String |
getBankCode()
访问字段
bankCode |
String |
getBankName()
访问字段
bankName |
String |
getBillNo()
访问字段
billNo |
String |
getNote()
访问字段
note |
String |
getNotifyUrl()
访问字段
notifyUrl |
Map<String,Object> |
getOptional()
访问字段
optional |
String |
getTransferType()
访问字段
transferType |
Integer |
getWithdrawAmount()
访问字段
withdrawAmount |
void |
setBankAccountName(String bankAccountName) |
void |
setBankAccountNo(String bankAccountNo) |
void |
setBankCode(String bankCode) |
void |
setBankName(String bankName) |
void |
setBillNo(String billNo) |
void |
setNote(String note) |
void |
setNotifyUrl(String notifyUrl) |
void |
setOptional(Map<String,Object> optional) |
void |
setTransferType(String transferType) |
void |
setWithdrawAmount(Integer withdrawAmount) |
public Integer getWithdrawAmount()
withdrawAmountpublic void setWithdrawAmount(Integer withdrawAmount)
withdrawAmount - (必填)打款订单总金额,必须是正整数,单位为分public void setBillNo(String billNo)
billNo - (必填)商户订单号,8到32位数字和/或字母组合,请自行确保在商户系统中唯一,同一订单号不可重复提交,否则会造成订单重复public String getTransferType()
transferTypepublic void setTransferType(String transferType)
transferType - (必填)对私对公标识,"1"代表对私打款,"2"代表对公打款public void setBankName(String bankName)
bankName - (必填)银行全名public String getBankAccountNo()
bankAccountNopublic void setBankAccountNo(String bankAccountNo)
bankAccountNo - (必填)收款方的银行卡号public String getBankAccountName()
bankAccountNamepublic void setBankAccountName(String bankAccountName)
bankAccountName - (必填)收款方的姓名或者单位名public void setBankCode(String bankCode)
bankCode - (必填)银行的标准编码public void setNote(String note)
note - (必填)用户自定义的参数,将会在Webhook通知中原样返回,该字段主要用于商户携带订单的自定义数据public void setOptional(Map<String,Object> optional)
optional - (选填)用户自定义的参数,将会在Webhook通知中原样返回,该字段主要用于商户携带订单的自定义数据public void setNotifyUrl(String notifyUrl)
notifyUrl - (选填)商户自定义回调地址 | 商户可通过此参数设定回调地址,此地址会覆盖用户在控制台设置的回调地址。必须以http://或https://开头Copyright © 2017. All rights reserved.