Class FetchAllPlansRequest
Fat Zebra REST Fetch All Plans Request
Example:
// Fetch all plans $transaction = $gateway->fetchAllPlans(); $response = $transaction->send(); $data = $response->getData(); echo "Gateway fetchAllPlans response data == " . print_r($data, true) . "\n";
- Omnipay\Common\Message\AbstractRequest implements Omnipay\Common\Message\RequestInterface
- Omnipay\Fatzebra\Message\AbstractRestRequest
- Omnipay\Fatzebra\Message\FetchAllPlansRequest
Namespace: Omnipay\Fatzebra\Message
See:
See:
Link: http://www.paystream.com.au/developer-guides/
Located at Message/FetchAllPlansRequest.php
See:
Omnipay\Fatzebra\Message\PurchaseRequest
See:
Omnipay\Fatzebra\FatzebraGateway
Link: http://www.paystream.com.au/developer-guides/
Located at Message/FetchAllPlansRequest.php
public
mixed
|
|
protected
string
|
|
public
string
|
getUsername(),
sendData(),
setUsername()
|
API_VERSION
|
$liveEndpoint,
$testEndpoint
|
$httpClient,
$httpRequest,
$negativeAmountAllowed,
$parameters,
$response,
$zeroAmountAllowed
|