AfterbuyOrderIdMappingException
extends Exception
in package
Class AfterbuyOrderIdMappingException
Table of Contents
- $afterbuyOrderId : int|null
- $orderId : int|null
- $xmlResponse : string
- __construct() : mixed
- AfterbuyOrderIdMappingException constructor.
- afterbuyOrderId() : int|null
- orderId() : int|null
- xmlResponse() : string
Properties
$afterbuyOrderId
private
int|null
$afterbuyOrderId
$orderId
private
int|null
$orderId
$xmlResponse
private
string
$xmlResponse
Methods
__construct()
AfterbuyOrderIdMappingException constructor.
public
__construct(string $message, string $xmlResponse[, int|null $orderId = null ][, int|null $afterbuyOrderId = null ]) : mixed
Parameters
- $message : string
- $xmlResponse : string
- $orderId : int|null = null
- $afterbuyOrderId : int|null = null
Return values
mixed —afterbuyOrderId()
public
afterbuyOrderId() : int|null
Return values
int|null —orderId()
public
orderId() : int|null
Return values
int|null —xmlResponse()
public
xmlResponse() : string