WithdrawalsOrderIdUpdated
in package
Class WithdrawalsOrderIdUpdated
Tags
Table of Contents
- $orderId : OrderId
- $withdrawalId : WithdrawalId
- create() : WithdrawalsOrderIdUpdated
- orderId() : OrderId
- withdrawalId() : WithdrawalId
- __construct() : mixed
- WithdrawalsOrderIdUpdated constructor.
Properties
$orderId
private
OrderId
$orderId
$withdrawalId
private
WithdrawalId
$withdrawalId
Methods
create()
public
static create(WithdrawalId $withdrawalId, OrderId $orderId) : WithdrawalsOrderIdUpdated
Parameters
- $withdrawalId : WithdrawalId
- $orderId : OrderId
Return values
WithdrawalsOrderIdUpdated —orderId()
public
orderId() : OrderId
Return values
OrderId —withdrawalId()
public
withdrawalId() : WithdrawalId
Return values
WithdrawalId —__construct()
WithdrawalsOrderIdUpdated constructor.
private
__construct(WithdrawalId $withdrawalId, OrderId $orderId) : mixed
Parameters
- $withdrawalId : WithdrawalId
- $orderId : OrderId