Class GetDynamicsAccountStructureResponse
Represents the response for the GetDynamicsAccountStructure method.
Inheritance
System.Object
GetDynamicsAccountStructureResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetDynamicsAccountStructureResponse : ServiceResponse
Constructors
GetDynamicsAccountStructureResponse()
Declaration
public GetDynamicsAccountStructureResponse()
Properties
DynamicsAccountStructureList
Declaration
public List<DynamicsAccountStructure> DynamicsAccountStructureList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DynamicsAccountStructure> |