new Card()
- Source:
Methods
(static) Card#getCardType() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getCustomer() → {base.Reference}
Get the field value
Customer who this card belongs to.
- Source:
Returns:
- Type
- base.Reference
(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#getToken() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) Card#getTokenType() → {customers.TokenType}
Get the field value
- Source:
Returns:
- Type
- customers.TokenType
(static) Card#setCardType(cardType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardType |
String |
- Source:
(static) Card#setCustomer(customer)
Set the field value
Customer who this card belongs to.
Parameters:
Name | Type | Description |
---|---|---|
customer |
base.Reference |
- 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#setToken(token)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
token |
String |
- Source:
(static) Card#setTokenType(tokenType)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
tokenType |
customers.TokenType |
- Source: