Documentation

DirectDebitProcessorInformation
in package
implements ModelInterface, ArrayAccess

DirectDebitProcessorInformation Class Doc Comment

Tags
category

Class

description

Contains information about a bank that processes a customer's direct debit payments.

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

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

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']

$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]

$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

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>

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

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

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

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

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

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

Search results