SubscriptionPayment Property |
Gets Payment status.
This value is a string that can take the following values based on invoice state:
OK
FALSE
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 Payment { get; }
Public ReadOnly Property Payment As String
Get
public:
property String^ Payment {
String^ get ();
}
member Payment : string with get
Property Value
Type:
StringSee Also