PaymentCreatedResponse
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
$amount
private
int
$amount
$batchId
private
BatchId|null
$batchId
$checkNumber
private
string|null
$checkNumber
$claimGiftAid
private
bool
$claimGiftAid
$coveredFees
private
bool
$coveredFees
$created
private
DateTimeImmutable
$created
$currency
private
string
$currency
$depositAccountId
private
DepositAccountId
$depositAccountId
$fee
private
int
$fee
$id
private
PaymentId
$id
private
PaymentMeta
$paymentMeta
$paymentMethodId
private
PaymentMethodId
$paymentMethodId
$paymentType
private
string
$paymentType
$status
private
string
$status
$transactions
private
array<string|int, mixed>
$transactions
$updated
private
DateTimeImmutable
$updated
__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
-
-
codeCoverageIgnore
-
Return values
mixed
—
amount()
public
amount() : int
Return values
int
—
batchId()
public
batchId() : BatchId|null
Return values
BatchId|null
—
checkNumber()
public
checkNumber() : string|null
Return values
string|null
—
claimGiftAid()
public
claimGiftAid() : bool
Return values
bool
—
coveredFees()
public
coveredFees() : bool
Return values
bool
—
created()
public
created() : DateTimeImmutable
Return values
DateTimeImmutable
—
currency()
public
currency() : string
Return values
string
—
depositAccountId()
public
depositAccountId() : DepositAccountId
Return values
DepositAccountId
—
fee()
public
fee() : int
Return values
int
—
id()
public
id() : PaymentId
Return values
PaymentId
—
public
paymentMeta() : PaymentMeta
Return values
PaymentMeta
—
paymentMethodId()
public
paymentMethodId() : PaymentMethodId
Return values
PaymentMethodId
—
paymentType()
public
paymentType() : string
Return values
string
—
status()
public
status() : string
Return values
string
—
transactions()
public
transactions() : array<string|int, TransactionCreatedResponse>
Return values
array<string|int, TransactionCreatedResponse>
—
updated()
public
updated() : DateTimeImmutable
Return values
DateTimeImmutable
—