Class PostAccountTransactionPaymentResponse
Represents the response for the PostAccountTransactionPayment method.
Inheritance
System.Object
PostAccountTransactionPaymentResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PostAccountTransactionPaymentResponse : ServiceResponse
Constructors
PostAccountTransactionPaymentResponse()
Declaration
public PostAccountTransactionPaymentResponse()
Properties
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
IsNewCreditCardPayment
Declaration
public string paymentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReturnCode
ReturnCode
Declaration
public string ReturnCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StudentAccountTransaction
StudentAccountTransaction
Declaration
public StudentAccountTransactionEntity StudentAccountTransaction { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentAccountTransactionEntity |
StudentSubsidiaryAccountTransaction
StudentSubsidiaryAccountTransaction
Declaration
public StudentSubsidiaryAccountTransactionEntity StudentSubsidiaryAccountTransaction { get; set; }
Property Value
| Type | Description |
|---|---|
| StudentSubsidiaryAccountTransactionEntity |
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 |