Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getType(): string
|
#
|
public
|
setType(string $type): self
|
#
|
public
|
getPaymentInstrumentId(): string
|
#
|
public
|
setPaymentInstrumentId(string $paymentInstrumentId): self
|
#
|
public
|
getId(): string
Vendor ID returned from `/vendors` endpoint.
Vendor ID returned from /vendors endpoint.
|
#
|
public
|
setId(string $id): self
Vendor ID returned from `/vendors` endpoint.
Vendor ID returned from /vendors endpoint.
|
#
|
public
|
getRoutingNumber(): ?string
Routing number of a bank account (or SWIFT/BIC code for international transfer).
Routing number of a bank account (or SWIFT/BIC code for international transfer).
|
#
|
public
|
setRoutingNumber(?string $routingNumber): self
Routing number of a bank account (or SWIFT/BIC code for international transfer).
Routing number of a bank account (or SWIFT/BIC code for international transfer).
|
#
|
public
|
getAccountNumber(): ?string
Account number of a bank account (or IBAN code for international transfer).
Account number of a bank account (or IBAN code for international transfer).
|
#
|
public
|
setAccountNumber(?string $accountNumber): self
Account number of a bank account (or IBAN code for international transfer).
Account number of a bank account (or IBAN code for international transfer).
|
#
|