Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

destination.md

File metadata and controls

25 lines (16 loc) · 551 Bytes

Destination

Information about the destination against which the payout was made.

Structure

Destination

Fields

Name Type Tags Description
type string | undefined Optional List of possible destinations against which a payout can be made.
id string | undefined Optional Square issued unique ID (also known as the instrument ID) associated with this destination.

Example (as JSON)

{
  "type": null,
  "id": null
}