export TipLinkUpdateDeets

interface TipLinkUpdateDeets {
    after_payment_message?: null | string;
    contract_id?: null | string;
    description?: null | string;
    image_url?: null | string;
    name?: null | string;
    object?: null | string;
    splits?: null | TipLinkSplitContact[];
    user_id?: null | string;
}

Properties

after_payment_message?: null | string
contract_id?: null | string

A contract for the Tip Link. This is useful for more complex scenarios than simple flat splits.

description?: null | string
image_url?: null | string

ImageUrl this tip link.

name?: null | string
object?: null | string
splits?: null | TipLinkSplitContact[]
user_id?: null | string

The user id to operate on their behalf (tenants only)