BuyerInfo
in package
implements
XmlSerializable
Class BuyerInfo
Interfaces, Classes and Traits
- XmlSerializable
- Interface XmlSerializable
Table of Contents
- $shippingAddress : ShippingAddress
- __construct() : mixed
- indent() : string
- Indent of serialized xml tag.
- toXmlString() : string
- XML serialization.
Properties
$shippingAddress
private
ShippingAddress
$shippingAddress
Methods
__construct()
public
__construct(ShippingAddress $shippingAddress) : mixed
Parameters
- $shippingAddress : ShippingAddress
Return values
mixed —indent()
Indent of serialized xml tag.
public
indent() : string
Tags
Return values
string —toXmlString()
XML serialization.
public
toXmlString() : string