AlmaApi
in package
Class AlmaApi
Table of Contents
Properties
- $almaClient : Client
- $apiKey : mixed
- $container : ContainerInterface
- $mode : mixed
Methods
- __construct() : mixed
- AlmaApi constructor.
- doRefund() : mixed
- getOrders() : mixed
- getPaymentById() : mixed
- createInstance() : mixed
Properties
$almaClient
protected
Client
$almaClient
$apiKey
protected
mixed
$apiKey
$container
protected
ContainerInterface
$container
$mode
protected
mixed
$mode
Methods
__construct()
AlmaApi constructor.
public
__construct(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
Tags
doRefund()
public
doRefund(Refund $refund) : mixed
Parameters
- $refund : Refund
getOrders()
public
getOrders([mixed $limit = 20 ][, mixed $startingAfter = null ][, mixed $filters = array() ]) : mixed
Parameters
- $limit : mixed = 20
- $startingAfter : mixed = null
- $filters : mixed = array()
getPaymentById()
public
getPaymentById(mixed $id) : mixed
Parameters
- $id : mixed
createInstance()
private
createInstance() : mixed