Table of Contents
Properties
-
$account_country
: string
-
$currency
: mixed
-
$supported_countries
: array<string|int, string>
-
$supported_currencies
: array<string|int, string>
Methods
-
__construct()
: mixed
-
get_supported_countries()
: mixed
-
get_supported_currencies()
: mixed
-
is_available()
: mixed
$account_country
private
string
$account_country
$currency
private
mixed
$currency
$supported_countries
private
array<string|int, string>
$supported_countries
= ['MX', 'BR']
$supported_currencies
private
array<string|int, string>
$supported_currencies
= ['MX' => 'MXN', 'BR' => 'BRL']
__construct()
public
__construct(mixed $currency, mixed $account_country) : mixed
Parameters
-
$currency
: mixed
-
-
$account_country
: mixed
-
get_supported_countries()
public
get_supported_countries() : mixed
get_supported_currencies()
public
get_supported_currencies() : mixed
is_available()
public
is_available() : mixed