SubscriptionChangedStatusEventArgsReason Property |
Gets or sets status change reason.
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 Reason { get; set; }
Public Property Reason As String
Get
Set
public:
property String^ Reason {
String^ get ();
void set (String^ value);
}
member Reason : string with get, set
Property Value
Type:
StringStatus change reason.
See Also