Class SaveDepositResponse
The SaveDepositResponse represents the response Object for the SaveDeposit method of Deposit Service.
Inheritance
System.Object
SaveDepositResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveDepositResponse : ServiceResponse
Constructors
SaveDepositResponse()
Declaration
public SaveDepositResponse()
Properties
DepositId
Gets or sets the DepositId.
Declaration
public int DepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |