Contains the billing information for a customer
More...
|
| AddBilling () |
| Constructor for the billing information class
|
|
bool | Valid () |
| Whether all the required fields are set. No validation of actual numbers is done here, just that the fields have values. Additional validation will be done when attempting to check out
|
|
|
string | cardNum |
| Card Number - required
|
|
UInt32 | cardExpMonth |
| Card expiration month - required
|
|
UInt32 | cardExpYear |
| Card expiration year - required
|
|
UInt32 | cardCCV |
| Card CCV number - required
|
|
string | firstName |
| First name - required
|
|
string | lastName |
| Last name - required
|
|
string | address |
| Address - required
|
|
string | city |
| City - required
|
|
string | state |
| State - required
|
|
string | zip |
| Zip - required
|
|
string | country |
| Country - required
|
|
string | phoneNumber |
| Phone number
|
|
bool | isDefault |
| Whether this is the default payment option
|
|
Contains the billing information for a customer
The documentation for this class was generated from the following file:
- Assets/Astra/Networking/Billing/AddBillingJob.cs