Methods |
public
static
|
FILTERS_ARRAY()
|
#
|
public
|
__construct(string[] $properties = [])
Creates a instance of VenmoAccount
Creates a instance of VenmoAccount
Parameters
$properties |
The default properties
|
Overrides
|
#
|
public
|
getToken(): string
Get the Venmo account token
Get the Venmo account token
|
#
|
public
|
setToken(string $token): VenmoAccount
Set the Venmo account token
Set the Venmo account token
|
#
|
public
|
getStatus(): string
Get the Venmo account status
Get the Venmo account status
|
#
|
public
|
getCreatedOn(): DateTime
Get the Venmo account creation date
Get the Venmo account creation date
|
#
|
public
|
getType(): string
Get the transfer method type
Get the transfer method type
|
#
|
public
|
setType(string $type): VenmoAccount
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): VenmoAccount
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): VenmoAccount
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): VenmoAccount
Set the is default transfer method
Set the is default transfer method
|
#
|
public
|
getAccountId(): string
Get the Venmo account
|
#
|
public
|
setAccountId(string $accountId): VenmoAccount
Set the Venmo account
|
#
|