extends |
ArrayObject |
---|
Methods | ||
---|---|---|
public
|
isInitialized($property): bool
|
# |
public
|
getId(): string
|
# |
public
|
setId(string $id): self
|
# |
public
|
getCompanyName(): ?string
|
# |
public
|
setCompanyName(?string $companyName): self
|
# |
public
|
getEmail(): ?string
|
# |
public
|
setEmail(?string $email): self
|
# |
public
|
getPhone(): ?string
|
# |
public
|
setPhone(?string $phone): self
|
# |
public
|
getPaymentAccounts(): PaymentAccountResponse[]|null
|
# |
public
|
setPaymentAccounts(PaymentAccountResponse[]|null $paymentAccounts): self
|
# |
Properties | |||
---|---|---|---|
protected
|
array
|
$initialized = []
|
# |
protected
|
string
|
$id
|
# |
protected
|
string|null
|
$companyName
|
# |
protected
|
string|null
|
$email
|
# |
protected
|
string|null
|
$phone
|
# |
protected
|
PaymentAccountResponse[]|null
|
$paymentAccounts
|
# |