$properties
$properties
Base class for all domain objects.
createEvent(array $hash, mixed $authentication) : \Payments_Event
Creates an Event object
array | $hash | A map of parameters; valid keys are: paylod url |
mixed | $authentication | Object that contains the API public and private keys. If null the values of the static Simplify::$publicKey and Simplify::$privateKey will be used. |
an Event object.