Request
in package
implements
AfterbuyXmlRequest
Class Request
Interfaces, Classes and Traits
- AfterbuyXmlRequest
- Interface AfterbuyXmlRequest
Table of Contents
- $afterbuyGlobal : AfterbuyGlobal
- $orders : Orders
- __construct() : mixed
- Request constructor.
- toXmlString() : string
- XML serialization.
Properties
$afterbuyGlobal
private
AfterbuyGlobal
$afterbuyGlobal
$orders
private
Orders
$orders
Methods
__construct()
Request constructor.
public
__construct(AfterbuyGlobal $afterbuyGlobal, Orders $orders) : mixed
Parameters
- $afterbuyGlobal : AfterbuyGlobal
- $orders : Orders
Return values
mixed —toXmlString()
XML serialization.
public
toXmlString() : string