| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.resources.PaymentTerm | |
Java class for payment-term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="payment-term">
<complexContent>
<extension base="{}resource">
<sequence>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="days-for-net-payment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="days-for-discount-payment" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="discount-rate" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| code | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| daysForDiscountPayment | |||||||||||
| daysForNetPayment | |||||||||||
| discountRate | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the active property.
| |||||||||||
Gets the value of the code property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the daysForDiscountPayment property.
| |||||||||||
Gets the value of the daysForNetPayment property.
| |||||||||||
Gets the value of the discountRate property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the daysForDiscountPayment property.
| |||||||||||
Sets the value of the daysForNetPayment property.
| |||||||||||
Sets the value of the discountRate property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the active property.
Gets the value of the code property.
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the daysForDiscountPayment property.
Gets the value of the daysForNetPayment property.
Gets the value of the discountRate property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Sets the value of the active property.
| value | Allowed object is String |
|---|
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the daysForDiscountPayment property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the daysForNetPayment property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the discountRate property.
| value | Allowed object is Float |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|