Methods |
public
static
|
FILTERS_ARRAY()
|
#
|
public
|
__construct(string[] $properties = [])
Creates a instance of PayPalAccount
Creates a instance of PayPalAccount
Parameters
$properties |
The default properties
|
Overrides
|
#
|
public
|
getToken(): string
Get the PayPal account token
Get the PayPal account token
|
#
|
public
|
setToken(string $token): PayPalAccount
Set the PayPal account token
Set the PayPal account token
|
#
|
public
|
getStatus(): string
Get the PayPal account status
Get the PayPal account status
|
#
|
public
|
getCreatedOn(): DateTime
Get the PayPal account creation date
Get the PayPal account creation date
|
#
|
public
|
getType(): string
Get the transfer method type
Get the transfer method type
|
#
|
public
|
setType(string $type): PayPalAccount
Set the transfer method type
Set the transfer method type
|
#
|
public
|
getTransferMethodCountry(): string
Get the transfer method country
Get the transfer method country
|
#
|
public
|
setTransferMethodCountry(string $transferMethodCountry): PayPalAccount
Set the transfer method country
Set the transfer method country
|
#
|
public
|
getTransferMethodCurrency(): string
Get the transfer method currency
Get the transfer method currency
|
#
|
public
|
setTransferMethodCurrency(string $transferMethodCurrency): PayPalAccount
Set the transfer method currency
Set the transfer method currency
|
#
|
public
|
getIsDefaultTransferMethod(): bool
Get the is default transfer method
Get the is default transfer method
|
#
|
public
|
setIsDefaultTransferMethod(bool $isDefaultTransferMethod): PayPalAccount
Set the is default transfer method
Set the is default transfer method
|
#
|
public
|
getEmail(): string
Get the PayPal account email
Get the PayPal account email
|
#
|
public
|
setEmail(string $email): PayPalAccount
Set the PayPal account email
Set the PayPal account email
|
#
|
public
|
setAccountId(string $accountId): PayPalAccount
Set the PayPal account identifier
Set the PayPal account identifier
|
#
|
public
|
getAccountId(): string
Get the PayPal account identifier
Get the PayPal account identifier
|
#
|
Properties |
public
|
string
|
$token
The PayPal account token
|
#
|
public
|
string
|
$status
The PayPal account status
The PayPal account status
|
#
|
public
|
DateTime
|
$createdOn
The PayPal account creation date
The PayPal account creation date
|
#
|
public
|
string
|
$type
The transfer method type
|
#
|
public
|
string
|
$transferMethodCountry
The transfer method country
The transfer method country
|
#
|
public
|
string
|
$transferMethodCurrency
The transfer method currency
The transfer method currency
|
#
|
public
|
bool
|
$isDefaultTransferMethod
The flag to denote default account
The flag to denote default account
|
#
|
public
|
string
|
$email
The PayPal account email
|
#
|
public
|
string
|
$accountId
The PayPal account identifier
The PayPal account identifier
|
#
|