class MangoModel::Card
Card
entity
Attributes
active[RW]
- true/false
-
Whether or not it is active
alias[RW]
- String
-
A partially obfuscated version of its credit card number
bank_code[RW]
- String
-
Its bank code
card_provider[RW]
- String
-
Its provider
card_type[RW]
CardType
-
Its type
country[RW]
- String
-
Country of its address
currency[RW]
CurrencyIso
-
Its currency
expiration_date[RW]
- Integer
-
Its expiry date (MM/YY format)
fingerprint[RW]
- String
-
A unique representation of a 16-digit card number
product[RW]
- String
-
Its product type
user_id[RW]
- String
-
ID of its owner
validity[RW]
CardValidity
-
Whether or not it is valid