Class CopyPaymentApplyOrderRequest
Represents the a request for the CopyPaymentApplyOrder method.
Inheritance
System.Object
CopyPaymentApplyOrderRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CopyPaymentApplyOrderRequest : ServiceRequest
Constructors
CopyPaymentApplyOrderRequest()
Declaration
public CopyPaymentApplyOrderRequest()
Properties
BillingTransactionCodeId
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CreditSourceCopyToList
Declaration
public ICollection<CreditSourceCopyTo> CreditSourceCopyToList { get; set; }
Property Value
FundSourceId
Declaration
public int? FundSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaymentApplyOrderCopyIdList
Declaration
public List<int> PaymentApplyOrderCopyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
PaymentApplyOrderCopyType
Declaration
public PaymentApplyOrderCopyType PaymentApplyOrderCopyType { get; set; }
Property Value