Class SaveCreditCardProcessorRequest
Represents the a request for the SaveCreditCardProcessor method.
Inheritance
System.Object
SaveCreditCardProcessorRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveCreditCardProcessorRequest : ServiceRequest
Constructors
SaveCreditCardProcessorRequest()
Declaration
public SaveCreditCardProcessorRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAchInternalVerify
Declaration
public bool IsAchInternalVerify { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreditCard
Declaration
public bool IsCreditCard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCreditCardDataRequired
Declaration
public bool IsCreditCardDataRequired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsInternalCreditCardVerified
Declaration
public bool IsInternalCreditCardVerified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOnlineAchPaymentAllowed
Declaration
public bool IsOnlineAchPaymentAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsOnlinePaymentAllowed
Declaration
public bool IsOnlinePaymentAllowed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OnlinePaymentAchUserId
Declaration
public int? OnlinePaymentAchUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaymentProcessorId
Declaration
public int PaymentProcessorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|