Package com.docusign.esign.model
Class BillingPaymentItem
- java.lang.Object
-
- com.docusign.esign.model.BillingPaymentItem
-
- All Implemented Interfaces:
Serializable
public class BillingPaymentItem extends Object implements Serializable
Defines a billing payment request object..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BillingPaymentItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingPaymentItemamount(String amount)amount.BillingPaymentItemdescription(String description)description.booleanequals(Object o)Compares objects.StringgetAmount()Reserved: TBD.StringgetDescription().StringgetPaymentDate().StringgetPaymentId().StringgetPaymentNumber()When set to **true**, a PDF version of the invoice is available.inthashCode()Returns the HashCode.BillingPaymentItempaymentDate(String paymentDate)paymentDate.BillingPaymentItempaymentId(String paymentId)paymentId.BillingPaymentItempaymentNumber(String paymentNumber)paymentNumber.voidsetAmount(String amount)setAmount.voidsetDescription(String description)setDescription.voidsetPaymentDate(String paymentDate)setPaymentDate.voidsetPaymentId(String paymentId)setPaymentId.voidsetPaymentNumber(String paymentNumber)setPaymentNumber.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
amount
public BillingPaymentItem amount(String amount)
amount.- Returns:
- BillingPaymentItem
-
getAmount
public String getAmount()
Reserved: TBD.- Returns:
- amount
-
setAmount
public void setAmount(String amount)
setAmount.
-
description
public BillingPaymentItem description(String description)
description.- Returns:
- BillingPaymentItem
-
getDescription
public String getDescription()
.- Returns:
- description
-
setDescription
public void setDescription(String description)
setDescription.
-
paymentDate
public BillingPaymentItem paymentDate(String paymentDate)
paymentDate.- Returns:
- BillingPaymentItem
-
getPaymentDate
public String getPaymentDate()
.- Returns:
- paymentDate
-
setPaymentDate
public void setPaymentDate(String paymentDate)
setPaymentDate.
-
paymentId
public BillingPaymentItem paymentId(String paymentId)
paymentId.- Returns:
- BillingPaymentItem
-
getPaymentId
public String getPaymentId()
.- Returns:
- paymentId
-
setPaymentId
public void setPaymentId(String paymentId)
setPaymentId.
-
paymentNumber
public BillingPaymentItem paymentNumber(String paymentNumber)
paymentNumber.- Returns:
- BillingPaymentItem
-
getPaymentNumber
public String getPaymentNumber()
When set to **true**, a PDF version of the invoice is available. To get the PDF, make the call again and change \"Accept:\" in the header to \"Accept: application/pdf\"..- Returns:
- paymentNumber
-
setPaymentNumber
public void setPaymentNumber(String paymentNumber)
setPaymentNumber.
-
equals
public boolean equals(Object o)
Compares objects.
-
-