Documentation

IGoCardlessBankAccount

Table of Contents

Methods

fromRequest()  : void
getAccountHolderName()  : string|null
getCountryCode()  : string|null
getCurrency()  : string|null
getCustomerId()  : string|null
getIban()  : string|null
getId()  : string|null
getParams()  : array<string|int, mixed>
setAccountHolderName()  : mixed
setCountryCode()  : mixed
setCurrency()  : mixed
setCustomerId()  : mixed
setIban()  : mixed
setId()  : mixed

Methods

fromRequest()

public fromRequest(array<string|int, mixed> $postData[, string $customerId = null ]) : void
Parameters
$postData : array<string|int, mixed>
$customerId : string = null

getParams()

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

setAccountHolderName()

public setAccountHolderName([string $accountHolderName = null ]) : mixed
Parameters
$accountHolderName : string = null

setCountryCode()

public setCountryCode([string $countryCode = null ]) : mixed
Parameters
$countryCode : string = null

setCurrency()

public setCurrency([string $currency = 'currency' ]) : mixed
Parameters
$currency : string = 'currency'

setCustomerId()

public setCustomerId([string $customerId = null ]) : mixed
Parameters
$customerId : string = null

        
On this page

Search results