Terms
Description
The Terms object defines a payment term in the EBizCharge platform.
Properties
| Type | Name | Description |
|---|---|---|
| string | TermsInternalId | Internal ID automatically assigned by EBizCharge. |
| string | TermsId | Custom ID assigned by the user. |
| string | TermName | Name of the term. |
| string | TermsDescription | Description of the term. |
| int | NetDueInDays | Number of days until payment is due. |
| decimal | DiscountPercentage | Discount percentage applied if the payment qualifies. |
| int | DiscountIfPaidWithinDays | Number of days within which payment qualifies for the DiscountPercentage. |
| boolean | IsInactive | Indicates whether the term is inactive. |
Updated 6 months ago
