AccountTransferItemDataAccount Property |
Gets the account to be transferred.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "account")]
public AccountData Account { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "account")>
Public Property Account As AccountData
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"account")]
property AccountData^ Account {
AccountData^ get ();
void set (AccountData^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "account")>]
member Account : AccountData with get, set
Property Value
Type:
AccountDataSee Also