RichDocumentShipping extends Element
in package
Uses ElementTrait, EnumResolverTrait

This is the rich document shipping class.

The document will be stored in that class and will remain immutable (only get methods are available)

Tags
see
RichDocumentShipping::getName()
see
RichDocumentShipping::getPrice()
see
RichDocumentShipping::getPriceWithTaxes()
see
RichDocumentShipping::getPriceWithDiscounts()
see
RichDocumentShipping::getPriceWithDiscountsWithTaxes()
see
RichDocumentShipping::getShippingTypeName()
see
RichDocumentShipping::getShippingSectionId()
see
RichDocumentShipping::getShippingCalculation()
see
RichDocumentShipping::getShipperId()
see
RichDocumentShipping::getShippingTypePId()
see
RichDocumentShipping::getTaxes()
see
RichDocumentShipping::getDiscounts()
see
Element
see
ElementTrait
see
EnumResolverTrait

Table of Contents

$discounts  : array<string|int, mixed>
$error  : Error|null
$name  : string
$price  : string
$priceWithDiscounts  : string
$priceWithDiscountsWithTaxes  : string
$priceWithTaxes  : string
$shipperId  : string
$shippingCalculation  : string
$shippingSectionId  : int
$shippingTypeName  : string
$shippingTypePId  : string
$taxes  : array<string|int, mixed>
__construct() Elements constructor.  : mixed
__toString() Uses "json_encode" function to return the JSON format of the element.  : string
getDiscounts() Returns the rich document shipping taxes.  : array<string|int, RichDocumentDiscount>
getError() Returns the current element error (if there is error).  : Error|null
getName() Returns the rich document shipping name.  : string
getPrice() Returns the rich document shipping price.  : string
getPriceWithDiscounts() Returns the rich document shipping priceWithDiscounts.  : string
getPriceWithDiscountsWithTaxes() Returns the rich document shipping priceWithDiscountsWithTaxes.  : string
getPriceWithTaxes() Returns the rich document shipping priceWithTaxes.  : string
getShipperId() Returns the rich document shipping shipperId.  : string
getShippingCalculation() Returns the rich document shipment shippingCalculation.  : string
getShippingSectionId() Returns the rich document shipping shippingSectionId.  : int
getShippingTypeName() Returns the rich document shipping shippingTypeName.  : string
getShippingTypePId() Returns the rich document shipping shippingTypePId.  : string
getTaxes() Returns the rich document shipping taxes.  : array<string|int, RichDocumentElementTax>
jsonSerialize() Allow elements to be serialized.  : array<string|int, mixed>
toArray() Used to allow elements to be serialized.  : array<string|int, mixed>
getFieldItem()  : object|null
getFormattedData()  : mixed
setArrayField() Convert an API array of objects to a PHP array of objects.  : array<string|int, mixed>
setDiscounts()  : void
setError()  : void
setTaxes()  : void

Properties

Methods

__construct()

Elements constructor.

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

Array that contains all the values to the object to initialize

Return values
mixed

__toString()

Uses "json_encode" function to return the JSON format of the element.

public __toString() : string

Auto-invoked using echo or concatenations.

Return values
string

getError()

Returns the current element error (if there is error).

public getError() : Error|null
Return values
Error|null

getName()

Returns the rich document shipping name.

public getName() : string
Return values
string

getPrice()

Returns the rich document shipping price.

public getPrice() : string
Return values
string

getPriceWithDiscounts()

Returns the rich document shipping priceWithDiscounts.

public getPriceWithDiscounts() : string
Return values
string

getPriceWithDiscountsWithTaxes()

Returns the rich document shipping priceWithDiscountsWithTaxes.

public getPriceWithDiscountsWithTaxes() : string
Return values
string

getPriceWithTaxes()

Returns the rich document shipping priceWithTaxes.

public getPriceWithTaxes() : string
Return values
string

getShipperId()

Returns the rich document shipping shipperId.

public getShipperId() : string
Return values
string

getShippingCalculation()

Returns the rich document shipment shippingCalculation.

public getShippingCalculation() : string
Return values
string

getShippingSectionId()

Returns the rich document shipping shippingSectionId.

public getShippingSectionId() : int
Return values
int

getShippingTypeName()

Returns the rich document shipping shippingTypeName.

public getShippingTypeName() : string
Return values
string

getShippingTypePId()

Returns the rich document shipping shippingTypePId.

public getShippingTypePId() : string
Return values
string

jsonSerialize()

Allow elements to be serialized.

public jsonSerialize() : array<string|int, mixed>

Auto-invoked using "json_encode" function.

Return values
array<string|int, mixed>

toArray()

Used to allow elements to be serialized.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFieldItem()

protected getFieldItem(array<string|int, mixed> $item, string $class) : object|null
Parameters
$item : array<string|int, mixed>
$class : string
Return values
object|null

getFormattedData()

protected getFormattedData(mixed $value) : mixed
Parameters
$value : mixed
Return values
mixed

setArrayField()

Convert an API array of objects to a PHP array of objects.

protected setArrayField(array<string|int, mixed> $data, string $class) : array<string|int, mixed>
Parameters
$data : array<string|int, mixed>

Array that contains all the values to the objects to initialize

$class : string

The PHP class we want the objects to be

Return values
array<string|int, mixed>

setDiscounts()

protected setDiscounts(array<string|int, mixed> $discounts) : void
Parameters
$discounts : array<string|int, mixed>
Return values
void

setError()

protected setError(mixed $error) : void
Parameters
$error : mixed
Return values
void

setTaxes()

protected setTaxes(array<string|int, mixed> $taxes) : void
Parameters
$taxes : array<string|int, mixed>
Return values
void

Search results