ChargeBeeClientMapper
extends Mapper
Table of Contents
Constants
-
COUNTRY_VAT_ID_RELATED_ERROR_MESSAGE
= "VAT Number not applicable for this country"
Methods
-
filterValidBillingDataFields()
: mixed
-
getBillingData()
: mixed
-
mapper()
: mixed
public
mixed
COUNTRY_VAT_ID_RELATED_ERROR_MESSAGE
= "VAT Number not applicable for this country"
filterValidBillingDataFields()
public
filterValidBillingDataFields(mixed $data) : mixed
Parameters
-
$data
: mixed
-
getBillingData()
public
getBillingData(mixed $customer) : mixed
Parameters
-
$customer
: mixed
-
mapper()
public
static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
-
$map
: array<string|int, mixed>
-
-
$original
: array<string|int, mixed>
-
-
$reverse
: bool
= true
-