SubscriptionAccountId Property |
Gets or sets the account id (reseller) which is the owner of this subscription.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Guid AccountId { get; set; }
Public Property AccountId As Guid
Get
Set
public:
property Guid AccountId {
Guid get ();
void set (Guid value);
}
member AccountId : Guid with get, set
Property Value
Type:
GuidThe account id.
See Also