Documentation

PaymentSetupsResponse implements ModelInterface, ArrayAccess

Warning:

This class subject to change without prior notice, Please dont use this class directly.

Tags
category

Class

Interfaces, Classes and Traits

ModelInterface
Warning:
ArrayAccess

Table of Contents

DISCRIMINATOR  = null
HAS_MORE_RESULTS_FALSE  = 'false'
HAS_MORE_RESULTS_TRUE  = 'true'
$attributeMap  : array<string|int, string>
Array of attributes where the key is the local name, and the value is the original name
$container  : array<string|int, mixed>
Associative array for storing property values
$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
$swaggerModelName  : string
The original name of the model.
$swaggerTypes  : array<string|int, string>
Array of property to type mappings. Used for (de)serialization
__construct()  : mixed
Constructor
__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
getFromIndex()  : string
Gets from_index
getHasMoreResults()  : string
Gets has_more_results
getHasMoreResultsAllowableValues()  : array<string|int, string>
Gets allowable values of the enum
getList()  : array<string|int, PaymentSetupResponse>
Gets list
getModelName()  : string
The original name of the model.
getQueryId()  : string
Gets query_id
getters()  : array<string|int, mixed>
Array of attributes to getter functions (for serialization of requests)
getToIndex()  : string
Gets to_index
getTotalResultsCount()  : string
Gets total_results_count
getUrl()  : string
Gets url
offsetExists()  : bool
Returns true if offset exists. False otherwise.
offsetGet()  : mixed
Gets offset.
offsetSet()  : void
Sets value based on offset.
offsetUnset()  : void
Unsets offset.
setFromIndex()  : $this
Sets from_index
setHasMoreResults()  : $this
Sets has_more_results
setList()  : $this
Sets list
setQueryId()  : $this
Sets query_id
setters()  : array<string|int, mixed>
Array of attributes to setter functions (for deserialization of responses)
setToIndex()  : $this
Sets to_index
setTotalResultsCount()  : $this
Sets total_results_count
setUrl()  : $this
Sets url
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

Constants

Properties

$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', 'has_more_results' => 'has_more_results', 'url' => 'url', 'from_index' => 'from_index', 'to_index' => 'to_index', 'query_id' => 'query_id']

$container

Associative array for storing property values

protected array<string|int, mixed> $container = []

$getters

Array of attributes to getter functions (for serialization of requests)

protected static array<string|int, string> $getters = ['list' => 'getList', 'total_results_count' => 'getTotalResultsCount', 'has_more_results' => 'getHasMoreResults', 'url' => 'getUrl', 'from_index' => 'getFromIndex', 'to_index' => 'getToIndex', 'query_id' => 'getQueryId']

$setters

Array of attributes to setter functions (for deserialization of responses)

protected static array<string|int, string> $setters = ['list' => 'setList', 'total_results_count' => 'setTotalResultsCount', 'has_more_results' => 'setHasMoreResults', 'url' => 'setUrl', 'from_index' => 'setFromIndex', 'to_index' => 'setToIndex', 'query_id' => 'setQueryId']

$swaggerFormats

Array of property to format mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerFormats = ['list' => null, 'total_results_count' => null, 'has_more_results' => null, 'url' => null, 'from_index' => null, 'to_index' => null, 'query_id' => null]

$swaggerModelName

The original name of the model.

protected static string $swaggerModelName = 'PaymentSetupsResponse'

$swaggerTypes

Array of property to type mappings. Used for (de)serialization

protected static array<string|int, string> $swaggerTypes = ['list' => '\Orbipay\PaymentsApi\Client\Model\PaymentSetupResponse[]', 'total_results_count' => 'string', 'has_more_results' => 'string', 'url' => 'string', 'from_index' => 'string', 'to_index' => 'string', 'query_id' => 'string']

Methods

__construct()

Constructor

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

Associated array of property values initializing the model

Return values
mixed

__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>

getHasMoreResults()

Gets has_more_results

public getHasMoreResults() : string
Return values
string

getHasMoreResultsAllowableValues()

Gets allowable values of the enum

public getHasMoreResultsAllowableValues() : array<string|int, string>
Return values
array<string|int, string>

getModelName()

The original name of the model.

public getModelName() : string
Return values
string

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

offsetExists()

Returns true if offset exists. False otherwise.

public offsetExists(int $offset) : bool
Parameters
$offset : int

Offset

Return values
bool

offsetGet()

Gets offset.

public offsetGet(int $offset) : mixed
Parameters
$offset : int

Offset

Return values
mixed

offsetSet()

Sets value based on offset.

public offsetSet(int $offset, mixed $value) : void
Parameters
$offset : int

Offset

$value : mixed

Value to be set

Return values
void

offsetUnset()

Unsets offset.

public offsetUnset(int $offset) : void
Parameters
$offset : int

Offset

Return values
void

setFromIndex()

Sets from_index

public setFromIndex(string $from_index) : $this
Parameters
$from_index : string

The id of the object before which the previous set of objects are to be retrieved.

Return values
$this

setHasMoreResults()

Sets has_more_results

public setHasMoreResults(string $has_more_results) : $this
Parameters
$has_more_results : string

true if there are more results or pages

Return values
$this

setQueryId()

Sets query_id

public setQueryId(string $query_id) : $this
Parameters
$query_id : string

The query id of the object.

Return values
$this

setters()

Array of attributes to setter functions (for deserialization of responses)

public static setters() : array<string|int, mixed>
Return values
array<string|int, mixed>

setToIndex()

Sets to_index

public setToIndex(string $to_index) : $this
Parameters
$to_index : string

The id of the object after which the next set of objects are to be retrieved.

Return values
$this

setTotalResultsCount()

Sets total_results_count

public setTotalResultsCount(string $total_results_count) : $this
Parameters
$total_results_count : string

The total number of payment setup available matching the search criteria.

Return values
$this

setUrl()

Sets url

public setUrl(string $url) : $this
Parameters
$url : string

This URL fetches the next or previous set of payment setups, based on the presence of after_object or before_object parameter.

Return values
$this

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>

Search results