Class SetDefaultStudentRelationshipAddressRequest
Represents the a request for the SetDefaultStudentRelationshipAddress method.
Inheritance
System.Object
SetDefaultStudentRelationshipAddressRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SetDefaultStudentRelationshipAddressRequest : ServiceRequest
Constructors
SetDefaultStudentRelationshipAddressRequest()
Declaration
public SetDefaultStudentRelationshipAddressRequest()
Properties
AddressId
AddressId
Declaration
public int AddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDefaultAddress
IsDefaultAddress
Declaration
public bool IsDefaultAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleteDefaultAddress
IsDefaultAddress
Declaration
public bool IsDeleteDefaultAddress { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |