CreateResponseDto
in package
PayU order creation response Data Transfer Object class.
Table of Contents
- $extOrderId : string
- $orderId : string
- $redirectUri : string
- __construct() : mixed
- Constructor.
Properties
$extOrderId
public
string
$extOrderId
External/CRM order Id
$orderId
public
string
$orderId
PayU order Id
$redirectUri
public
string
$redirectUri
Link to payU payment page
Methods
__construct()
Constructor.
public
__construct(array<string|int, mixed> $responseData) : mixed
Parameters
- $responseData : array<string|int, mixed>