DirectDebitProcessorInformation
in package
implements
ModelInterface, ArrayAccess
DirectDebitProcessorInformation Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ModelInterface
- Interface abstracting model access.
- ArrayAccess
Table of Contents
- DISCRIMINATOR = null
- $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
- getBankBranchCode() : string|null
- Gets bank_branch_code
- getBankCheckDigit() : string|null
- Gets bank_check_digit
- getBankCode() : string|null
- Gets bank_code
- getBankName() : string|null
- Gets bank_name
- getBankTransferAccountName() : string|null
- Gets bank_transfer_account_name
- getBankTransferAccountNumber() : string|null
- Gets bank_transfer_account_number
- getBankTransferType() : string|null
- Gets bank_transfer_type
- getCountry() : string|null
- Gets country
- getEmail() : string|null
- Gets email
- getFirstName() : string|null
- Gets first_name
- getIBan() : string|null
- Gets i_ban
- getLastName() : string|null
- Gets last_name
- getModelName() : string
- The original name of the model.
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- listInvalidProperties() : array<string|int, mixed>
- Show all the invalid properties with reasons.
- offsetExists() : bool
- Returns true if offset exists. False otherwise.
- offsetGet() : mixed
- Gets offset.
- offsetSet() : void
- Sets value based on offset.
- offsetUnset() : void
- Unsets offset.
- setBankBranchCode() : $this
- Sets bank_branch_code
- setBankCheckDigit() : $this
- Sets bank_check_digit
- setBankCode() : $this
- Sets bank_code
- setBankName() : $this
- Sets bank_name
- setBankTransferAccountName() : $this
- Sets bank_transfer_account_name
- setBankTransferAccountNumber() : $this
- Sets bank_transfer_account_number
- setBankTransferType() : $this
- Sets bank_transfer_type
- setCountry() : $this
- Sets country
- setEmail() : $this
- Sets email
- setFirstName() : $this
- Sets first_name
- setIBan() : $this
- Sets i_ban
- setLastName() : $this
- Sets last_name
- 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
- valid() : bool
- Validate all the properties in the model return true if all passed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
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
= ['bank_branch_code' => 'bankBranchCode', 'bank_check_digit' => 'bankCheckDigit', 'bank_code' => 'bankCode', 'bank_name' => 'bankName', 'bank_transfer_account_name' => 'bankTransferAccountName', 'bank_transfer_account_number' => 'bankTransferAccountNumber', 'bank_transfer_type' => 'bankTransferType', 'country' => 'country', 'email' => 'email', 'first_name' => 'firstName', 'i_ban' => 'iBAN', 'last_name' => 'lastName']
$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
= ['bank_branch_code' => 'getBankBranchCode', 'bank_check_digit' => 'getBankCheckDigit', 'bank_code' => 'getBankCode', 'bank_name' => 'getBankName', 'bank_transfer_account_name' => 'getBankTransferAccountName', 'bank_transfer_account_number' => 'getBankTransferAccountNumber', 'bank_transfer_type' => 'getBankTransferType', 'country' => 'getCountry', 'email' => 'getEmail', 'first_name' => 'getFirstName', 'i_ban' => 'getIBan', 'last_name' => 'getLastName']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['bank_branch_code' => 'setBankBranchCode', 'bank_check_digit' => 'setBankCheckDigit', 'bank_code' => 'setBankCode', 'bank_name' => 'setBankName', 'bank_transfer_account_name' => 'setBankTransferAccountName', 'bank_transfer_account_number' => 'setBankTransferAccountNumber', 'bank_transfer_type' => 'setBankTransferType', 'country' => 'setCountry', 'email' => 'setEmail', 'first_name' => 'setFirstName', 'i_ban' => 'setIBan', 'last_name' => 'setLastName']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['bank_branch_code' => null, 'bank_check_digit' => null, 'bank_code' => null, 'bank_name' => null, 'bank_transfer_account_name' => null, 'bank_transfer_account_number' => null, 'bank_transfer_type' => null, 'country' => null, 'email' => null, 'first_name' => null, 'i_ban' => null, 'last_name' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'directDebitProcessorInformation'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['bank_branch_code' => '?string', 'bank_check_digit' => '?string', 'bank_code' => '?string', 'bank_name' => '?string', 'bank_transfer_account_name' => '?string', 'bank_transfer_account_number' => '?string', 'bank_transfer_type' => '?string', 'country' => '?string', 'email' => '?string', 'first_name' => '?string', 'i_ban' => '?string', 'last_name' => '?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> —getBankBranchCode()
Gets bank_branch_code
public
getBankBranchCode() : string|null
Return values
string|null —getBankCheckDigit()
Gets bank_check_digit
public
getBankCheckDigit() : string|null
Return values
string|null —getBankCode()
Gets bank_code
public
getBankCode() : string|null
Return values
string|null —getBankName()
Gets bank_name
public
getBankName() : string|null
Return values
string|null —getBankTransferAccountName()
Gets bank_transfer_account_name
public
getBankTransferAccountName() : string|null
Return values
string|null —getBankTransferAccountNumber()
Gets bank_transfer_account_number
public
getBankTransferAccountNumber() : string|null
Return values
string|null —getBankTransferType()
Gets bank_transfer_type
public
getBankTransferType() : string|null
Return values
string|null —getCountry()
Gets country
public
getCountry() : string|null
Return values
string|null —getEmail()
Gets email
public
getEmail() : string|null
Return values
string|null —getFirstName()
Gets first_name
public
getFirstName() : string|null
Return values
string|null —getIBan()
Gets i_ban
public
getIBan() : string|null
Return values
string|null —getLastName()
Gets last_name
public
getLastName() : string|null
Return values
string|null —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> —listInvalidProperties()
Show all the invalid properties with reasons.
public
listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —invalid properties with reasons
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 —setBankBranchCode()
Sets bank_branch_code
public
setBankBranchCode(string|null $bank_branch_code) : $this
Parameters
- $bank_branch_code : string|null
Return values
$this —setBankCheckDigit()
Sets bank_check_digit
public
setBankCheckDigit(string|null $bank_check_digit) : $this
Parameters
- $bank_check_digit : string|null
Return values
$this —setBankCode()
Sets bank_code
public
setBankCode(string|null $bank_code) : $this
Parameters
- $bank_code : string|null
Return values
$this —setBankName()
Sets bank_name
public
setBankName(string|null $bank_name) : $this
Parameters
- $bank_name : string|null
Return values
$this —setBankTransferAccountName()
Sets bank_transfer_account_name
public
setBankTransferAccountName(string|null $bank_transfer_account_name) : $this
Parameters
- $bank_transfer_account_name : string|null
Return values
$this —setBankTransferAccountNumber()
Sets bank_transfer_account_number
public
setBankTransferAccountNumber(string|null $bank_transfer_account_number) : $this
Parameters
- $bank_transfer_account_number : string|null
Return values
$this —setBankTransferType()
Sets bank_transfer_type
public
setBankTransferType(string|null $bank_transfer_type) : $this
Parameters
- $bank_transfer_type : string|null
Return values
$this —setCountry()
Sets country
public
setCountry(string|null $country) : $this
Parameters
- $country : string|null
-
Specifies the country associated with the address.
Return values
$this —setEmail()
Sets email
public
setEmail(string|null $email) : $this
Parameters
- $email : string|null
Return values
$this —setFirstName()
Sets first_name
public
setFirstName(string|null $first_name) : $this
Parameters
- $first_name : string|null
-
The user's first name. Maximum Length: 50 characters.
Return values
$this —setIBan()
Sets i_ban
public
setIBan(string|null $i_ban) : $this
Parameters
- $i_ban : string|null
Return values
$this —setLastName()
Sets last_name
public
setLastName(string|null $last_name) : $this
Parameters
- $last_name : string|null
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> —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> —valid()
Validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properties are valid