AccountStatusChangeRequestCreatedByAccountId Property |
Gets or sets CreatedByAccountId.
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 CreatedByAccountId { get; set; }
Public Property CreatedByAccountId As Guid
Get
Set
public:
property Guid CreatedByAccountId {
Guid get ();
void set (Guid value);
}
member CreatedByAccountId : Guid with get, set
Property Value
Type:
GuidSee Also