Class CreditCardPaymentRequest
Get defined reports request.
Inheritance
System.Object
CreditCardPaymentRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreditCardPaymentRequest : ServiceRequest
Constructors
CreditCardPaymentRequest()
Declaration
public CreditCardPaymentRequest()
Properties
AgencyId
Gets or sets the Agency Id.
Declaration
public int AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Agency Id. |
ApplicationType
Gets or sets the ApplicationType.
Declaration
public string ApplicationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The report server. |
CampusId
Gets or sets the Campus Id.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Campus Id. |
CVVNumber
Gets or sets the CVV Number.
Declaration
public string CVVNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CVV Number. |
LogInUserType
Gets or sets the LogIn UserType.
Declaration
public string LogInUserType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The reports folder. |
Password
Gets or sets the Password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password. |
PaymentAmount
Gets or sets the Payment Amount.
Declaration
public decimal PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Payment Amount. |
StudentAccountCreditCardId
Gets or sets the StudentAccount CreditCard Id.
Declaration
public int StudentAccountCreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAccountCreditCardId. |
StudentId
Gets or sets the Student Id.
Declaration
public double StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Student Id. |
UserName
Gets or sets the UserName.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user Name. |
See Also
Cmc.Core.ServiceModel.ServiceRequest