AgreementProperties interface
An agreement.
Properties
| acceptance |
The mode of acceptance for an agreement. |
| agreement |
The URL to download the agreement. |
| billing |
The list of billing profiles associated with agreement and present only for specific agreements. |
| category | The category of the agreement. |
| display |
The name of the agreement signed by a customer. |
| effective |
The date from which the agreement is effective. |
| expiration |
The date when the agreement expires. |
| lead |
The ID of the lead billing account if this agreement is part of the Customer Affiliate Purchase Terms. |
| participants | The list of participants that participates in acceptance of an agreement. |
| status | The current status of the agreement. |
Property Details
acceptanceMode
The mode of acceptance for an agreement.
acceptanceMode?: string
Property Value
string
agreementLink
The URL to download the agreement.
agreementLink?: string
Property Value
string
billingProfileInfo
The list of billing profiles associated with agreement and present only for specific agreements.
billingProfileInfo?: BillingProfileInfo[]
Property Value
category
The category of the agreement.
category?: string
Property Value
string
displayName
The name of the agreement signed by a customer.
displayName?: string
Property Value
string
effectiveDate
The date from which the agreement is effective.
effectiveDate?: Date
Property Value
Date
expirationDate
The date when the agreement expires.
expirationDate?: Date
Property Value
Date
leadBillingAccountName
The ID of the lead billing account if this agreement is part of the Customer Affiliate Purchase Terms.
leadBillingAccountName?: string
Property Value
string
participants
The list of participants that participates in acceptance of an agreement.
participants?: Participant[]
Property Value
status
The current status of the agreement.
status?: string
Property Value
string