Methods |
public
|
isInitialized($property): bool
|
#
|
public
|
getType(): string
|
#
|
public
|
setType(string $type): self
|
#
|
public
|
getPaymentInstrumentId(): string
Payment Instrument ID that can be passed to the /transfers endpoint to trigger a transfer.
The type of the payment…
Payment Instrument ID that can be passed to the /transfers endpoint to trigger a transfer.
The type of the payment instrument dictates the method.
|
#
|
public
|
setPaymentInstrumentId(string $paymentInstrumentId): self
Payment Instrument ID that can be passed to the /transfers endpoint to trigger a transfer.
The type of the payment…
Payment Instrument ID that can be passed to the /transfers endpoint to trigger a transfer.
The type of the payment instrument dictates the method.
|
#
|
public
|
getRoutingNumber(): string
|
#
|
public
|
setRoutingNumber(string $routingNumber): self
|
#
|
public
|
getAccountNumber(): string
|
#
|
public
|
setAccountNumber(string $accountNumber): self
|
#
|
public
|
getAddress(): Address
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
|
#
|
public
|
setAddress(Address $address): self
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
Company business address (must be in the US; no PO box or virtual/forwarding addresses allowed).
|
#
|