Credit card information used for a payment.
More...
|
T | Get< T > (string field, string alias=null) |
|
Dictionary< string, object > | Data |
|
Dictionary< string, object > | DataJSON [get, protected set] |
|
Credit card information used for a payment.
◆ CreditCard()
Shopify.Unity.CreditCard.CreditCard |
( |
Dictionary< string, object > |
dataJSON | ) |
|
|
inline |
Accepts deserialized json data. Will further parse passed in data.
- Parameters
-
◆ brand()
string Shopify.Unity.CreditCard.brand |
( |
| ) |
|
|
inline |
The brand of the credit card.
◆ expiryMonth()
long? Shopify.Unity.CreditCard.expiryMonth |
( |
| ) |
|
|
inline |
The expiry month of the credit card.
◆ expiryYear()
long? Shopify.Unity.CreditCard.expiryYear |
( |
| ) |
|
|
inline |
The expiry year of the credit card.
◆ firstDigits()
string Shopify.Unity.CreditCard.firstDigits |
( |
| ) |
|
|
inline |
The credit card's BIN number.
◆ firstName()
string Shopify.Unity.CreditCard.firstName |
( |
| ) |
|
|
inline |
The first name of the card holder.
◆ lastDigits()
string Shopify.Unity.CreditCard.lastDigits |
( |
| ) |
|
|
inline |
The last 4 digits of the credit card.
◆ lastName()
string Shopify.Unity.CreditCard.lastName |
( |
| ) |
|
|
inline |
The last name of the card holder.
◆ maskedNumber()
string Shopify.Unity.CreditCard.maskedNumber |
( |
| ) |
|
|
inline |
The masked credit card number with only the last 4 digits displayed.
The documentation for this class was generated from the following file:
- Assets/Shopify/Unity/Generated/CreditCard.cs