$properties
$properties
Base class for all domain objects.
createCardToken(array $hash, mixed $authentication) : \CardToken
Creates an Simplify_CardToken object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a CardToken object.
findCardToken( $id, mixed $authentication) : \CardToken
Retrieve a Simplify_CardToken object from the API
$id | ||
mixed | $authentication |
|
a CardToken object
updateCardToken(mixed $authentication) : \CardToken
Updates an Simplify_CardToken object.
The properties that can be updated:
mixed | $authentication |
|
a CardToken object.