Documentation

TransactionCreatedResponse
in package

Tags

Table of Contents

$amount  : int
$backdate  : DateTimeImmutable
$created  : DateTimeImmutable
$depositAccountId  : DepositAccountId
$depositDate  : DateTimeImmutable|null
$depositId  : DepositId|null
$fee  : int
$id  : TransactionId
$locationId  : ThubLocationId
$memo  : string|null
$metadata  : Metadata
$payerId  : PayerId
$paymentCategory  : PaymentCategory
$paymentId  : PaymentId
$paymentMethod  : PaymentMethod
$tax  : int
$updated  : DateTimeImmutable
__construct()  : mixed
amount()  : int
backdate()  : DateTimeImmutable
created()  : DateTimeImmutable
depositAccountId()  : DepositAccountId
depositDate()  : DateTimeImmutable|null
depositId()  : DepositId|null
fee()  : int
id()  : TransactionId
locationId()  : ThubLocationId
memo()  : string|null
metadata()  : Metadata
payerId()  : PayerId
paymentCategory()  : PaymentCategory
paymentId()  : PaymentId
paymentMethod()  : PaymentMethod
tax()  : int
updated()  : DateTimeImmutable

Properties

Methods

__construct()

public __construct(TransactionId $id, int $amount, DateTimeImmutable $backdate, DateTimeImmutable $created, DepositId|null $depositId, DepositAccountId $depositAccountId, DateTimeImmutable|null $depositDate, int $fee, ThubLocationId $locationId, string|null $memo, Metadata $metadata, PayerId $payerId, PaymentCategory $paymentCategory, PaymentMethod $paymentMethod, PaymentId $paymentId, int $tax, DateTimeImmutable $updated) : mixed
Parameters
$id : TransactionId
$amount : int
$backdate : DateTimeImmutable
$created : DateTimeImmutable
$depositId : DepositId|null
$depositAccountId : DepositAccountId
$depositDate : DateTimeImmutable|null
$fee : int
$locationId : ThubLocationId
$memo : string|null
$metadata : Metadata
$payerId : PayerId
$paymentCategory : PaymentCategory
$paymentMethod : PaymentMethod
$paymentId : PaymentId
$tax : int
$updated : DateTimeImmutable
Tags
codeCoverageIgnore
Return values
mixed

Search results