Documentation

TransactionRefund
in package
implements DomainObjectInterface

Tags

Interfaces, Classes, Traits and Enums

DomainObjectInterface

Table of Contents

$amountRefunded  : int
$created  : DateTimeImmutable
$depositDate  : DateTimeImmutable|null
$depositId  : DepositId|null
$description  : string
$id  : RefundId
$reason  : string
__construct()  : mixed
amountRefunded()  : int
created()  : DateTimeImmutable
depositDate()  : DateTimeImmutable|null
depositId()  : DepositId|null
description()  : string
id()  : RefundId
reason()  : string

Properties

Methods

__construct()

public __construct(RefundId $id, string $reason, DateTimeImmutable $created, DepositId|null $depositId, string $description, DateTimeImmutable|null $depositDate, int $amountRefunded) : mixed
Parameters
$id : RefundId
$reason : string
$created : DateTimeImmutable
$depositId : DepositId|null
$description : string
$depositDate : DateTimeImmutable|null
$amountRefunded : int
Tags
codeCoverageIgnore
Return values
mixed

created()

public created() : DateTimeImmutable
Return values
DateTimeImmutable

depositDate()

public depositDate() : DateTimeImmutable|null
Return values
DateTimeImmutable|null

Search results