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
|
getSwiftCode(): string
Counterparty's `SWIFT` code.
Counterparty's SWIFT code.
|
#
|
public
|
setSwiftCode(string $swiftCode): self
Counterparty's `SWIFT` code.
Counterparty's SWIFT code.
|
#
|
public
|
getIban(): string
Counterparty's international bank account number.
Counterparty's international bank account number.
|
#
|
public
|
setIban(string $iban): self
Counterparty's international bank account number.
Counterparty's international bank account number.
|
#
|
public
|
getBeneficiaryBankName(): ?string
Name of counterparty's bank.
Name of counterparty's bank.
|
#
|
public
|
setBeneficiaryBankName(?string $beneficiaryBankName): self
Name of counterparty's bank.
Name of counterparty's bank.
|
#
|
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).
|
#
|