Class HousingDepositResponse
Inheritance
System.Object
HousingDepositResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class HousingDepositResponse : ServiceResponse
Constructors
HousingDepositResponse()
Declaration
public HousingDepositResponse()
Properties
HousingDepositId
Declaration
public int HousingDepositId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
HtmlResponse
Html Response
Declaration
public string HtmlResponse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsTouchnetPaymentProvider
Is Touchnet Payment Provider
Declaration
public bool IsTouchnetPaymentProvider { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PaymentUrl
Declaration
public string PaymentUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ticket
UPay Token Number, Only for Touchnet Payment Provider
Declaration
public string Ticket { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TicketName
Unique Corelation Number, Only for Touchnet Payment Provider
Declaration
public string TicketName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Vendor
UPay Vendor name, Only for Touchnet Payment Provider
Declaration
public string Vendor { get; set; }
Property Value
Type | Description |
---|---|
System.String |