new Card()
- Source:
Methods
(static) Card#getCardType() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getExpirationDate() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getFirst6() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getFirstName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getId() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getLast4() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getLastName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getModifiedTime() → {Number}
Get the field value
The timestamp from when this card was last updated.
- Source:
Returns:
must be a long integer
- Type
- Number
(static) Card#getToken() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#setCardType(cardType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardType |
String |
- Source:
(static) Card#setExpirationDate(expirationDate)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
expirationDate |
String |
- Source:
(static) Card#setFirst6(first6)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
first6 |
String |
- Source:
(static) Card#setFirstName(firstName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
firstName |
String |
- Source:
(static) Card#setId(id)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
id |
String |
- Source:
(static) Card#setLast4(last4)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
last4 |
String |
- Source:
(static) Card#setLastName(lastName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
lastName |
String |
- Source:
(static) Card#setModifiedTime(modifiedTime)
Set the field value
The timestamp from when this card was last updated.
Parameters:
Name | Type | Description |
---|---|---|
modifiedTime |
Number | must be a long integer |
- Source:
(static) Card#setToken(token)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
token |
String |
- Source: