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
$_id
private
mixed
$_id
$addressLine1
private
mixed
$addressLine1
$city
private
mixed
$city
$countryCode
private
mixed
$countryCode
private
mixed
$email
$familyName
private
mixed
$familyName
$givenName
private
mixed
$givenName
$postalCode
private
mixed
$postalCode
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|nullgetCity()
Get the value of City
public
getCity() : string|null
Return values
string|nullgetCountryCode()
Get the value of Country Code
public
getCountryCode() : string|null
Return values
string|nullgetEmail()
Get the value of Email
public
getEmail() : string|null
Return values
string|nullgetFamilyName()
Get the value of Family Name
public
getFamilyName() : string|null
Return values
string|nullgetGivenName()
Get the value of Given Name
public
getGivenName() : string|null
Return values
string|nullgetId()
Get the value of Id
public
getId() : string|null
Return values
string|nullgetParams()
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|nulljsonSerialize()
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
selfsetCity()
Set the value of City
public
setCity([string|null $city = null ]) : self
Parameters
- $city : string|null = null
Return values
selfsetCountryCode()
Set the value of Country Code
public
setCountryCode([string|null $countryCode = null ]) : self
Parameters
- $countryCode : string|null = null
Return values
selfsetEmail()
Set the value of Email
public
setEmail([string|null $email = null ]) : self
Parameters
- $email : string|null = null
Return values
selfsetFamilyName()
Set the value of Family Name
public
setFamilyName([string|null $familyName = null ]) : self
Parameters
- $familyName : string|null = null
Return values
selfsetGivenName()
Set the value of Given Name
public
setGivenName([string|null $givenName = null ]) : self
Parameters
- $givenName : string|null = null
Return values
selfsetId()
Set the value of Id
public
setId([string|null $id = null ]) : self
Parameters
- $id : string|null = null
Return values
selfsetPostalCode()
Set the value of Postal Code
public
setPostalCode([string|null $postalCode = null ]) : self
Parameters
- $postalCode : string|null = null