java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.InvoicePaymentTerm |
Contains information about the due date / payment terms of an invoice.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvoicePaymentTerm() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Integer |
getDaysForTerm()
the number of days from the invoice start date
that this term is valid for
| ||||||||||
String |
getDueDate()
A specific date on which payment is due.
| ||||||||||
InvoicePaymentTermPaymentTerms |
getPaymentTerms()
Describes when
payment is expected on the invoice.
| ||||||||||
void |
setDaysForTerm(Integer value)
the number of days from the invoice start date
that this term is valid for
| ||||||||||
void |
setDueDate(String value)
A specific date on which payment is due.
| ||||||||||
void |
setPaymentTerms(InvoicePaymentTermPaymentTerms value)
Describes when
payment is expected on the invoice.
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the InvoicePaymentTerm object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
the number of days from the invoice start date that this term is valid for
A specific date on which payment is due. Setting this to something truthy will clear paymentTerms.
Describes when payment is expected on the invoice. Setting this to something truthy will clear dueDate.
the number of days from the invoice start date that this term is valid for
A specific date on which payment is due. Setting this to something truthy will clear paymentTerms.
Describes when payment is expected on the invoice. Setting this to something truthy will clear dueDate.
Returns a string representing the serialized state of the InvoicePaymentTerm object