Student Credit Card
When the Student Credit Card entity is selected, Form Designer exposes the following properties of the StudentCreditCardEntity class.
Field | Table : Column | Required | Type | Description | Example |
---|---|---|---|---|---|
Card Holder Apartment Number | SaCC : AptNumber | No | String | Card holder apartment number; MaxLength(10) | E-240 |
Card Holder Name | SaCC : CardHolderName | No | String | Card holder name; MaxLength(50) | Mario Romanov |
Card Number | SaCC : Number | No | String | Credit card number; MaxLength(20) | 1111-1111-2222-2222 |
Card Type | SaCC : SaCCTypeID | No | Nullable<Int32> | Credit card type identifier | 3 |
City | SaCC : CardHolderCity | No | String | Card holder city; MaxLength(30) | Miami |
Default | SaCC : DefaultCC | No | Boolean | Is this the default card? | true |
Expiration Date | SaCC : Expire | No | DateTime | Expiration date | 10/31/2020 |
First Name | SaCC : CardHolderFirstname | No | String | Card holder first name; MaxLength(50) | Mario |
Is Active | SaCC : active | No | Boolean | Is this card active? | true |
Is Primary Payment | SaCC : PrimaryPayment | No | Boolean | Is this the primary payment method? | true |
Last Name | SaCC : CardHolderLastname | No | String | Card holder last name; MaxLength(50) | Romanov |
State | SaCC : CardHolderState | No | String | Card holder state; MaxLength(2) | FL |
Street Address | SaCC : CardHolderAddr | No | String | Card holder street address; MaxLength(50) | 12 Turkey Lane |
Verification Number | SaCC : VerificationNumber | No | String | Verification number; MaxLength(4) | 4321 |
ZIP Code/Postal Code | SaCC : CardHolderZip | No | String | Card holder ZIP/postal code; MaxLength(15) | 33071 |