Mayson Monorepo Documentation
    Preparing search index...
    interface Owner {
        account?: string;
        customer?: string;
        customer_account?: string;
        type: Stripe.TaxIdListParams.Owner.Type;
    }
    Index

    Properties

    account?: string

    Connected Account the tax ID belongs to. Required when type=account

    customer?: string

    Customer the tax ID belongs to. Required when type=customer

    customer_account?: string

    ID of the Account representing the customer that the tax ID belongs to. Can be used in place of customer when type=customer

    Type of owner referenced.