Class SaveMiscellaneousReceiptsRequest
Represents the a request for the SaveMiscellaneousReceipt method.
Inheritance
System.Object
SaveMiscellaneousReceiptsRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveMiscellaneousReceiptsRequest
Constructors
SaveMiscellaneousReceiptsRequest()
Declaration
public SaveMiscellaneousReceiptsRequest()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BankAccount
Declaration
public int BankAccount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BillCode
Declaration
public int BillCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CAcctIndex
Declaration
public int CAcctIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusID
Declaration
public int CampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CashDrawerID
Declaration
public int CashDrawerID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CashDrawerSessionID
Declaration
public int? CashDrawerSessionID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CashDrawerUsedBy
Declaration
public int? CashDrawerUsedBy { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CashierLogin
Declaration
public int CashierLogin { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CCAuthNum
Declaration
public string CCAuthNum { get; set; }
Property Value
Type |
Description |
System.String |
|
CCTypeId
Declaration
public int CCTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Check
Declaration
public string Check { get; set; }
Property Value
Type |
Description |
System.String |
|
DAcctIndex
Declaration
public int DAcctIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Drn
Declaration
public string Drn { get; set; }
Property Value
Type |
Description |
System.String |
|
GLCredit
Declaration
public string GLCredit { get; set; }
Property Value
Type |
Description |
System.String |
|
GLDebit
Declaration
public string GLDebit { get; set; }
Property Value
Type |
Description |
System.String |
|
MiscCashID
Declaration
public int MiscCashID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OpeningBalance
Declaration
public decimal? OpeningBalance { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
OtherInfoLabel
Declaration
public string OtherInfoLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentTYpe
Declaration
public string PaymentTYpe { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
VendorReferenceNumber
Declaration
public string VendorReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|