$properties
$properties
Base class for all domain objects.
createPayment(array $hash, mixed $authentication) : \Payment
Creates an Simplify_Payment object
array | $hash | a map of parameters; valid keys are:
|
mixed | $authentication |
|
a Payment object.
listPayment( $criteria, mixed $authentication) : \ResourceList
Retrieve Simplify_Payment objects.
$criteria | ||
mixed | $authentication |
|
a ResourceList object that holds the list of Payment objects and the total number of Payment objects available for the given criteria.
findPayment( $id, mixed $authentication) : \Payment
Retrieve a Simplify_Payment object from the API
$id | ||
mixed | $authentication |
|
a Payment object
updatePayment(mixed $authentication) : \Payment
Updates an Simplify_Payment object.
The properties that can be updated:
mixed | $authentication |
|
a Payment object.