Astra Unity 2.6.6
Astra Unity Plugin
Astra.Net.AddBillingJob.AddBilling Class Reference

Contains the billing information for a customer More...

Public Member Functions

 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
 

Public Attributes

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
 

Detailed Description

Contains the billing information for a customer


The documentation for this class was generated from the following file: