SubscriptionChangedStatusEventArgsNewStatus Property |
Gets or sets the new status.
Namespace:
Atomia.Billing.Core.Sdk.Events.Subscriptions
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public string NewStatus { get; set; }
Public Property NewStatus As String
Get
Set
public:
property String^ NewStatus {
String^ get ();
void set (String^ value);
}
member NewStatus : string with get, set
Property Value
Type:
StringThe new status.
See Also