PBTs
extends Base
in package
PBTs Class Doc Comment
Tags
Table of Contents
- DISCRIMINATOR = null
- $api_end_point : string
- $attributeMap : array<string|int, string>
- Array of attributes where the key is the local name, and the value is the original name
- $getters : array<string|int, string>
- Array of attributes to getter functions (for serialization of requests)
- $setters : array<string|int, string>
- Array of attributes to setter functions (for deserialization of responses)
- $swaggerFormats : array<string|int, string>
- Array of property to format mappings. Used for (de)serialization
- $swaggerTypes : array<string|int, string>
- Array of property to type mappings. Used for (de)serialization
- $http_status_code : mixed
- $id_customer : string
- $id_customer_account : string
- $invocation_context : InvocationContext
- $list : array<string|int, PBT>
- $live_mode : string
- $total_results_count : string
- __toString() : string
- Gets the string presentation of the object
- attributeMap() : array<string|int, mixed>
- Array of attributes where the key is the local name, and the value is the original name
- findBy() : mixed
- forClient() : mixed
- get() : PBTs
- get
- getApiEndPoint() : string
- getHttpStatusCode() : mixed
- getIdCustomer() : string
- Gets id_customer
- getIdCustomerAccount() : string
- Gets id_customer_account
- getInvocationContext() : InvocationContext
- getList() : array<string|int, PBT>
- Gets list
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- getTotalResultsCount() : string
- Gets total_results_count
- jsonSerialize() : mixed
- Specify data which should be serialized to JSON
- retrievedBy() : PBTs
- retrievedBy
- setInvocationContext() : mixed
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- swaggerFormats() : array<string|int, mixed>
- Array of property to format mappings. Used for (de)serialization
- swaggerTypes() : array<string|int, mixed>
- Array of property to type mappings. Used for (de)serialization
- videChannel() : mixed
- withContext() : mixed
- requestedBy() : mixed
- setAPIEndpoint() : mixed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
Properties
$api_end_point
protected
string
$api_end_point
$attributeMap
Array of attributes where the key is the local name, and the value is the original name
protected
static array<string|int, string>
$attributeMap
= ['list' => 'list', 'total_results_count' => 'total_results_count', 'id_customer' => 'id_customer', 'id_customer_account' => 'id_customer_account']
$getters
Array of attributes to getter functions (for serialization of requests)
protected
static array<string|int, string>
$getters
= ['list' => 'getList', 'total_results_count' => 'getTotalResultsCount', 'id_customer' => 'getIdCustomer', 'id_customer_account' => 'getIdCustomerAccount']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['list' => 'setList', 'total_results_count' => 'setTotalResultsCount', 'id_customer' => 'setIdCustomer', 'id_customer_account' => 'setIdCustomerAccount']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['list' => null, 'total_results_count' => null, 'id_customer' => null, 'id_customer_account' => null]
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['list' => '\Orbipay\PaymentsApi\Client\Wrappers\PBT[]', 'total_results_count' => 'string', 'id_customer' => 'string', 'id_customer_account' => 'string']
$http_status_code
private
mixed
$http_status_code
$id_customer
private
string
$id_customer
$id_customer_account
private
string
$id_customer_account
$invocation_context
private
InvocationContext
$invocation_context
$list
private
array<string|int, PBT>
$list
$live_mode
private
string
$live_mode
$total_results_count
private
string
$total_results_count
Methods
__toString()
Gets the string presentation of the object
public
__toString() : string
Return values
string —attributeMap()
Array of attributes where the key is the local name, and the value is the original name
public
static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —findBy()
public
findBy([MultiMap $filterMap = null ]) : mixed
Parameters
- $filterMap : MultiMap = null
Return values
mixed —forClient()
public
forClient([mixed $client_key = null ]) : mixed
Parameters
- $client_key : mixed = null
Return values
mixed —get()
get
public
get(InvocationContext $invocationContext[, string $liveMode = null ][, string $apiEndPoint = null ]) : PBTs
Parameters
- $invocationContext : InvocationContext
- $liveMode : string = null
- $apiEndPoint : string = null
Tags
Return values
PBTs —getApiEndPoint()
public
getApiEndPoint() : string
Return values
string —getHttpStatusCode()
public
getHttpStatusCode() : mixed
Return values
mixed —getIdCustomer()
Gets id_customer
public
getIdCustomer() : string
Return values
string —$id_customer The unique identifier assigned by EBPP to the customer.
getIdCustomerAccount()
Gets id_customer_account
public
getIdCustomerAccount() : string
Return values
string —$id_customer_account The unique identifier assigned by EBPP to the customer account
getInvocationContext()
public
getInvocationContext() : InvocationContext
Return values
InvocationContext —getList()
Gets list
public
getList() : array<string|int, PBT>
Return values
array<string|int, PBT> —$list list
getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —getTotalResultsCount()
Gets total_results_count
public
getTotalResultsCount() : string
Return values
string —$total_results_count The total number of PBT enrollments of the customer matching the search criteria.
jsonSerialize()
Specify data which should be serialized to JSON
public
jsonSerialize() : mixed
Tags
Return values
mixed —data which can be serialized by json_encode, which is a value of any type other than a resource.
retrievedBy()
retrievedBy
public
retrievedBy([ $requestor = null ][, $requestor_type = null ]) : PBTs
Parameters
Return values
PBTs —setInvocationContext()
public
setInvocationContext([InvocationContext $invocation_context = null ]) : mixed
Parameters
- $invocation_context : InvocationContext = null
Return values
mixed —setters()
Array of attributes to setter functions (for deserialization of responses)
public
static setters() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
public
static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
public
static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —videChannel()
public
videChannel([mixed $channel = null ]) : mixed
Parameters
- $channel : mixed = null
Return values
mixed —withContext()
public
withContext(InvocationContext $request[, string $live_mode = null ][, string $apiEndPoint = null ]) : mixed
Parameters
- $request : InvocationContext
- $live_mode : string = null
- $apiEndPoint : string = null
Return values
mixed —requestedBy()
protected
requestedBy(mixed $requestor, mixed $requestor_type) : mixed
Parameters
- $requestor : mixed
- $requestor_type : mixed
Return values
mixed —setAPIEndpoint()
protected
setAPIEndpoint([string $live_mode = null ][, string $apiEndPoint = null ]) : mixed
Parameters
- $live_mode : string = null
- $apiEndPoint : string = null