HipayApi
in package
Table of Contents
Properties
- $apiEndpoint : mixed
- $container : ContainerInterface
Methods
- __construct() : mixed
- doRefund() : false|ResponseInterface
- Do refund
- getTransaction() : false|ResponseInterface
- Do refund
- getTransactionBySale() : false|ResponseInterface
- Do refund
Properties
$apiEndpoint
protected
mixed
$apiEndpoint
$container
protected
ContainerInterface
$container
Methods
__construct()
public
__construct(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
doRefund()
Do refund
public
doRefund(Refund $refund) : false|ResponseInterface
Parameters
- $refund : Refund
Return values
false|ResponseInterfacegetTransaction()
Do refund
public
getTransaction(Sale $sale, mixed $transactionId) : false|ResponseInterface
Parameters
- $sale : Sale
- $transactionId : mixed
Return values
false|ResponseInterfacegetTransactionBySale()
Do refund
public
getTransactionBySale(Sale $sale) : false|ResponseInterface
Parameters
- $sale : Sale