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
|
getMailingAddress(): 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
|
setMailingAddress(Address $mailingAddress): 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).
|
#
|
public
|
getRecipientName(): string
|
#
|
public
|
setRecipientName(string $recipientName): self
|
#
|