BillingAccountPropertiesEnrollmentDetails interface
The properties of an enrollment.
- Extends
Inherited Properties
| billing |
The billing cycle for the enrollment. |
| channel | The channel type of the enrollment. |
| cloud | The cloud of the enrollment. |
| country |
The country code of the enrollment. |
| currency | The billing currency for the enrollment. |
| end |
The end date of the enrollment. |
| extended |
The billing account extension opted by the company. |
| indirect |
The properties of an enrollment which are applicable only for indirect enrollments. |
| invoice |
The contact who receives invoices of the enrollment. |
| language | The language for the enrollment. |
| markup |
Markup status of enrollment, applicable only for indirect enrollments. |
| po |
The purchase order number of the enrollment. |
| start |
The start date of the enrollment. |
| support |
The support coverage period for the enrollment. |
| support |
The support level offer associated with an enrollment. |
Inherited Property Details
billingCycle
The billing cycle for the enrollment.
billingCycle?: string
Property Value
string
Inherited From EnrollmentDetails.billingCycle
channel
The channel type of the enrollment.
channel?: string
Property Value
string
Inherited From EnrollmentDetails.channel
cloud
The cloud of the enrollment.
cloud?: string
Property Value
string
Inherited From EnrollmentDetails.cloud
countryCode
The country code of the enrollment.
countryCode?: string
Property Value
string
Inherited From EnrollmentDetails.countryCode
currency
The billing currency for the enrollment.
currency?: string
Property Value
string
Inherited From EnrollmentDetails.currency
endDate
The end date of the enrollment.
endDate?: Date
Property Value
Date
Inherited From EnrollmentDetails.endDate
extendedTermOption
The billing account extension opted by the company.
extendedTermOption?: string
Property Value
string
Inherited From EnrollmentDetails.extendedTermOption
indirectRelationshipInfo
The properties of an enrollment which are applicable only for indirect enrollments.
indirectRelationshipInfo?: EnrollmentDetailsIndirectRelationshipInfo
Property Value
Inherited From EnrollmentDetails.indirectRelationshipInfo
invoiceRecipient
The contact who receives invoices of the enrollment.
invoiceRecipient?: string
Property Value
string
Inherited From EnrollmentDetails.invoiceRecipient
language
The language for the enrollment.
language?: string
Property Value
string
Inherited From EnrollmentDetails.language
markupStatus
Markup status of enrollment, applicable only for indirect enrollments.
markupStatus?: string
Property Value
string
Inherited From EnrollmentDetails.markupStatus
poNumber
The purchase order number of the enrollment.
poNumber?: string
Property Value
string
Inherited From EnrollmentDetails.poNumber
startDate
The start date of the enrollment.
startDate?: Date
Property Value
Date
Inherited From EnrollmentDetails.startDate
supportCoverage
The support coverage period for the enrollment.
supportCoverage?: string
Property Value
string
Inherited From EnrollmentDetails.supportCoverage
supportLevel
The support level offer associated with an enrollment.
supportLevel?: string
Property Value
string
Inherited From EnrollmentDetails.supportLevel