@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BillingPaymentItem extends Object
Defines a billing payment request object.
| Constructor and Description |
|---|
BillingPaymentItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAmount()
Reserved: TBD
|
String |
getDescription() |
String |
getPaymentDate() |
String |
getPaymentId() |
String |
getPaymentNumber()
When set to true, a PDF version of the invoice is available.
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setDescription(String description) |
void |
setPaymentDate(String paymentDate) |
void |
setPaymentId(String paymentId) |
void |
setPaymentNumber(String paymentNumber) |
String |
toString() |
public String getAmount()
Reserved: TBD
public void setAmount(String amount)
public String getDescription()
public void setDescription(String description)
public String getPaymentDate()
public void setPaymentDate(String paymentDate)
public String getPaymentId()
public void setPaymentId(String paymentId)
public String getPaymentNumber()
When set to true, a PDF version of the invoice is available. \n\nTo get the PDF, make the call again and change "Accept:" in the header to "Accept: application/pdf".
public void setPaymentNumber(String paymentNumber)
Copyright © 2017. All Rights Reserved.