Documentation

GoCardlessCustomer
in package
implements IGoCardlessCustomer, JsonSerializable

FinalYes

Table of Contents

Interfaces

IGoCardlessCustomer
JsonSerializable

Properties

$_id  : mixed
$addressLine1  : mixed
$city  : mixed
$countryCode  : mixed
$email  : mixed
$familyName  : mixed
$givenName  : mixed
$postalCode  : mixed

Methods

fromRequest()  : void
getAddressLine1()  : string|null
Get the value of Address Line
getCity()  : string|null
Get the value of City
getCountryCode()  : string|null
Get the value of Country Code
getEmail()  : string|null
Get the value of Email
getFamilyName()  : string|null
Get the value of Family Name
getGivenName()  : string|null
Get the value of Given Name
getId()  : string|null
Get the value of Id
getParams()  : array<string|int, mixed>
getPostalCode()  : string|null
Get the value of Postal Code
jsonSerialize()  : array<string|int, mixed>
setAddressLine1()  : self
Set the value of Address Line
setCity()  : self
Set the value of City
setCountryCode()  : self
Set the value of Country Code
setEmail()  : self
Set the value of Email
setFamilyName()  : self
Set the value of Family Name
setGivenName()  : self
Set the value of Given Name
setId()  : self
Set the value of Id
setPostalCode()  : self
Set the value of Postal Code

Properties

Methods

fromRequest()

public fromRequest(array<string|int, mixed> $postData) : void
Parameters
$postData : array<string|int, mixed>

getAddressLine1()

Get the value of Address Line

public getAddressLine1() : string|null
Return values
string|null

getCity()

Get the value of City

public getCity() : string|null
Return values
string|null

getCountryCode()

Get the value of Country Code

public getCountryCode() : string|null
Return values
string|null

getEmail()

Get the value of Email

public getEmail() : string|null
Return values
string|null

getFamilyName()

Get the value of Family Name

public getFamilyName() : string|null
Return values
string|null

getGivenName()

Get the value of Given Name

public getGivenName() : string|null
Return values
string|null

getId()

Get the value of Id

public getId() : string|null
Return values
string|null

getParams()

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

getPostalCode()

Get the value of Postal Code

public getPostalCode() : string|null
Return values
string|null

jsonSerialize()

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

setAddressLine1()

Set the value of Address Line

public setAddressLine1([string|null $addressLine1 = null ]) : self
Parameters
$addressLine1 : string|null = null
Return values
self

setCity()

Set the value of City

public setCity([string|null $city = null ]) : self
Parameters
$city : string|null = null
Return values
self

setCountryCode()

Set the value of Country Code

public setCountryCode([string|null $countryCode = null ]) : self
Parameters
$countryCode : string|null = null
Return values
self

setEmail()

Set the value of Email

public setEmail([string|null $email = null ]) : self
Parameters
$email : string|null = null
Return values
self

setFamilyName()

Set the value of Family Name

public setFamilyName([string|null $familyName = null ]) : self
Parameters
$familyName : string|null = null
Return values
self

setGivenName()

Set the value of Given Name

public setGivenName([string|null $givenName = null ]) : self
Parameters
$givenName : string|null = null
Return values
self

setId()

Set the value of Id

public setId([string|null $id = null ]) : self
Parameters
$id : string|null = null
Return values
self

setPostalCode()

Set the value of Postal Code

public setPostalCode([string|null $postalCode = null ]) : self
Parameters
$postalCode : string|null = null
Return values
self

        
On this page

Search results