public class AlipayFundBatchTransferModel extends AlipayObject
Constructor and Description |
---|
AlipayFundBatchTransferModel() |
Modifier and Type | Method and Description |
---|---|
List<AccTransDetail> |
getAccDetailList()
Gets acc detail list.
|
String |
getBatchNo()
Gets batch no.
|
String |
getBillingAddress()
Gets billing address.
|
String |
getBizCode()
Gets biz code.
|
String |
getBizScene()
Gets biz scene.
|
String |
getExtendParams()
Gets extend params.
|
String |
getPayerAccount()
Gets payer account.
|
String |
getPayerAccountType()
Gets payer account type.
|
String |
getPaymentCurrency()
Gets payment currency.
|
String |
getPayRetry()
Gets pay retry.
|
String |
getProductCode()
Gets product code.
|
String |
getRequestValueTime()
Gets request value time.
|
String |
getSignPrincipal()
Gets sign principal.
|
String |
getTotalCount()
Gets total count.
|
String |
getTotalTransAmount()
Gets total trans amount.
|
String |
getTotalTransCurrency()
Gets total trans currency.
|
void |
setAccDetailList(List<AccTransDetail> accDetailList)
Sets acc detail list.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setBillingAddress(String billingAddress)
Sets billing address.
|
void |
setBizCode(String bizCode)
Sets biz code.
|
void |
setBizScene(String bizScene)
Sets biz scene.
|
void |
setExtendParams(String extendParams)
Sets extend params.
|
void |
setPayerAccount(String payerAccount)
Sets payer account.
|
void |
setPayerAccountType(String payerAccountType)
Sets payer account type.
|
void |
setPaymentCurrency(String paymentCurrency)
Sets payment currency.
|
void |
setPayRetry(String payRetry)
Sets pay retry.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setRequestValueTime(String requestValueTime)
Sets request value time.
|
void |
setSignPrincipal(String signPrincipal)
Sets sign principal.
|
void |
setTotalCount(String totalCount)
Sets total count.
|
void |
setTotalTransAmount(String totalTransAmount)
Sets total trans amount.
|
void |
setTotalTransCurrency(String totalTransCurrency)
Sets total trans currency.
|
public List<AccTransDetail> getAccDetailList()
public void setAccDetailList(List<AccTransDetail> accDetailList)
accDetailList
- the acc detail listpublic String getBatchNo()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getBillingAddress()
public void setBillingAddress(String billingAddress)
billingAddress
- the billing addresspublic String getBizCode()
public void setBizCode(String bizCode)
bizCode
- the biz codepublic String getBizScene()
public void setBizScene(String bizScene)
bizScene
- the biz scenepublic String getExtendParams()
public void setExtendParams(String extendParams)
extendParams
- the extend paramspublic String getPayRetry()
public void setPayRetry(String payRetry)
payRetry
- the pay retrypublic String getPayerAccount()
public void setPayerAccount(String payerAccount)
payerAccount
- the payer accountpublic String getPayerAccountType()
public void setPayerAccountType(String payerAccountType)
payerAccountType
- the payer account typepublic String getPaymentCurrency()
public void setPaymentCurrency(String paymentCurrency)
paymentCurrency
- the payment currencypublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getRequestValueTime()
public void setRequestValueTime(String requestValueTime)
requestValueTime
- the request value timepublic String getSignPrincipal()
public void setSignPrincipal(String signPrincipal)
signPrincipal
- the sign principalpublic String getTotalCount()
public void setTotalCount(String totalCount)
totalCount
- the total countpublic String getTotalTransAmount()
public void setTotalTransAmount(String totalTransAmount)
totalTransAmount
- the total trans amountpublic String getTotalTransCurrency()
public void setTotalTransCurrency(String totalTransCurrency)
totalTransCurrency
- the total trans currencyCopyright © 2018. All rights reserved.