Click or drag to resize

SubscriptionProvisioningStatus Property

Gets or sets the provisioning status. This value is a string that can take the following values: NONE PREPARED (prepare provisioning is done). PREPARE_ERROR (there was an error when prepare provisioning is tried). PROVISIONED (provisioning is successfully finished). PROVISION_ERROR (there was an error when provisioning is tried).

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public string ProvisioningStatus { get; set; }

Property Value

Type: String
The provisioning status.
See Also