Class BatchGuestApprovalResponse
Inheritance
System.Object
BatchGuestApprovalResponse
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class BatchGuestApprovalResponse : ServiceResponse
Constructors
BatchGuestApprovalResponse()
Declaration
public BatchGuestApprovalResponse()
Properties
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GuestApprovalRecord
Declaration
public GuestApprovalModel GuestApprovalRecord { get; set; }
Property Value
Type | Description |
---|---|
GuestApprovalModel |