\Simplify_Chargeback

Base class for all domain objects.

Summary

Methods
Properties
Constants
listChargeback()
findChargeback()
setAll()
getProperties()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$properties
N/A

Properties

$properties

$properties

Methods

listChargeback()

listChargeback( $criteria, mixed $authentication) : \ResourceList

Retrieve Simplify_Chargeback objects.

Parameters

$criteria
mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

Returns

\ResourceList —

a ResourceList object that holds the list of Chargeback objects and the total number of Chargeback objects available for the given criteria.

findChargeback()

findChargeback( $id, mixed $authentication) : \Chargeback

Retrieve a Simplify_Chargeback object from the API

Parameters

$id
mixed $authentication
  • information used for the API call. If no value is passed the global keys Simplify::public_key and Simplify::private_key are used. For backwards compatibility the public and private keys may be passed instead of the authentication object.

Returns

\Chargeback —

a Chargeback object

setAll()

setAll(mixed $hash)

Updates the object's properties with the values in the specified map.

Parameters

mixed $hash

array Map of values to set.

getProperties()

getProperties() : array

Returns the object's properties as a map.

Returns

array —

map of properties.