public class InvoiceTradeFundItem extends AlipayObject
| Constructor and Description |
|---|
InvoiceTradeFundItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmount()
Gets amount.
|
String |
getPaymentToolName()
Gets payment tool name.
|
String |
getPaymentToolType()
Gets payment tool type.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setPaymentToolName(String paymentToolName)
Sets payment tool name.
|
void |
setPaymentToolType(String paymentToolType)
Sets payment tool type.
|
public String getAmount()
public void setAmount(String amount)
amount - the amountpublic String getPaymentToolName()
public void setPaymentToolName(String paymentToolName)
paymentToolName - the payment tool namepublic String getPaymentToolType()
public void setPaymentToolType(String paymentToolType)
paymentToolType - the payment tool typeCopyright © 2018. All rights reserved.