export InvoicePayDeets

interface InvoicePayDeets {
    object?: null | string;
    payment_method_id?: null | string;
    user_id?: null | string;
}

Properties

object?: null | string
payment_method_id?: null | string
user_id?: null | string

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