AccountOptionsSendFromAccount Property |
Gets or sets if the sender should be from some other account.
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 SendFromAccount { get; set; }
Public Property SendFromAccount As Guid
Get
Set
public:
property Guid SendFromAccount {
Guid get ();
void set (Guid value);
}
member SendFromAccount : Guid with get, set
Property Value
Type:
GuidGets or sets if the sender should be from some other account.
See Also