Documentation

PaymentCreatedResponse
in package

Tags

Table of Contents

$amount  : int
$batchId  : BatchId|null
$checkNumber  : string|null
$claimGiftAid  : bool
$coveredFees  : bool
$created  : DateTimeImmutable
$currency  : string
$depositAccountId  : DepositAccountId
$fee  : int
$id  : PaymentId
$paymentMeta  : PaymentMeta
$paymentMethodId  : PaymentMethodId
$paymentType  : string
$status  : string
$transactions  : array<string|int, mixed>
$updated  : DateTimeImmutable
__construct()  : mixed
amount()  : int
batchId()  : BatchId|null
checkNumber()  : string|null
claimGiftAid()  : bool
coveredFees()  : bool
created()  : DateTimeImmutable
currency()  : string
depositAccountId()  : DepositAccountId
fee()  : int
id()  : PaymentId
paymentMeta()  : PaymentMeta
paymentMethodId()  : PaymentMethodId
paymentType()  : string
status()  : string
transactions()  : array<string|int, TransactionCreatedResponse>
updated()  : DateTimeImmutable

Properties

Methods

__construct()

public __construct(PaymentId $id, int $amount, BatchId|null $batchId, string|null $checkNumber, bool $claimGiftAid, bool $coveredFees, DateTimeImmutable $created, string $currency, DepositAccountId $depositAccountId, int $fee, PaymentMeta $paymentMeta, PaymentMethodId $paymentMethodId, string $paymentType, string $status, array<string|int, TransactionCreatedResponse$transactions, DateTimeImmutable $updated) : mixed
Parameters
$id : PaymentId
$amount : int
$batchId : BatchId|null
$checkNumber : string|null
$claimGiftAid : bool
$coveredFees : bool
$created : DateTimeImmutable
$currency : string
$depositAccountId : DepositAccountId
$fee : int
$paymentMeta : PaymentMeta
$paymentMethodId : PaymentMethodId
$paymentType : string
$status : string
$transactions : array<string|int, TransactionCreatedResponse>
$updated : DateTimeImmutable
Tags
codeCoverageIgnore
Return values
mixed

Search results