# Link Payments

## Domain Types

### Link Payment

- `type LinkPayment struct{…}`

  - `ID string`

  - `AmountCents int64`

  - `ApprovalURL string`

    Link's approval ceremony URL, when approval is pending.

  - `AttachURL string`

    Where the end-user adds a card, when none is on file.

  - `CheckoutURL string`

    The App Clip / hosted checkout link to send the end-user.

  - `Currency string`

  - `Handle string`

  - `Metadata map[string, string]`

  - `Status string`
