Student Ledger Card Transaction
When the Student Ledger Card Transaction entity is selected, Form Designer exposes the following properties of the StudentAccountTransactionEntity class.
| Field | Table : Column | Required | Type | Description | Example |
|---|---|---|---|---|---|
| Academic Year | SaTrans : AcademicYear | No | Decimal | Academic year sequence | 1 |
| Amount | SaTrans : Amount | No | Decimal | Transaction amount | 120.00 |
| Campus Id | SaTrans : SyCampusID | No | Int32 | Campus identifier | 1 |
| Check Number | SaTrans : CheckNo | No | String | Check number; MaxLength(20) | 123412341234 |
| Credit Card | SaTrans : SaCCID | No | Nullable<Int32> | Student credit card identifier | 0 |
| Payment Period | SaTrans : FaStudentAyPaymentPeriodId | No | Nullable<Int32> | Student academic year payment period identifier | 1 |
| Payment Type | SaTrans : PaymentType | No | String | Payment type; MaxLength(1) | H |
| Student Enrollment Period Id | SaTrans : AdEnrollID | No | Int32 | Student enrollment period identifier | 1 |
| Term | SaTrans : AdTermID | No | Int32 | Term identifier | 2 |
| Transaction Code | SaTrans : SaBillCode | No | String | Billing transaction code; MaxLength(8) | 12341234 |
| Transaction Date | SaTrans : Date | No | DateTime | Transaction date | 10/31/2016 |
| Transaction Name | SaTrans : Descrip | No | String | Description; MaxLength(100) | Housing fee |