new VaultedCard()
- Source:
Methods
(static) VaultedCard#getCardholderName() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) VaultedCard#getExpirationDate() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) VaultedCard#getFirst6() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) VaultedCard#getLast4() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) VaultedCard#getToken() → {String}
Get the field value
- Source:
Returns:
- Type
- String
(static) VaultedCard#setCardholderName(cardholderName)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
cardholderName |
String |
- Source:
(static) VaultedCard#setExpirationDate(expirationDate)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
expirationDate |
String |
- Source:
(static) VaultedCard#setFirst6(first6)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
first6 |
String |
- Source:
(static) VaultedCard#setLast4(last4)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
last4 |
String |
- Source:
(static) VaultedCard#setToken(token)
Set the field value
Parameters:
Name | Type | Description |
---|---|---|
token |
String |
- Source: