TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Type Alias BillingInformation

    type BillingInformation = {
        account: GenericID;
        city: string | null;
        comments: string | null;
        company: string;
        country: string | null;
        payment_method: BillingPaymentMethod | null;
        state: string | null;
        street: string | null;
        updated_at: string;
        zip_code: string | null;
    }
    Index

    Properties

    account: GenericID

    Account ID.

    city: string | null

    City registered in account's billing information.

    comments: string | null

    Extra information to be attached to the invoice for tax and other purposes.

    company: string

    Company registered in account's billing information.

    country: string | null

    Country registered in account's billing information.

    payment_method: BillingPaymentMethod | null

    Payment method registered in account's billing information.

    state: string | null

    State registered in account's billing information.

    street: string | null

    Street address registered in account's billing information.

    updated_at: string

    Timestamp when the billing information was last updated.

    zip_code: string | null

    Zip code registered in account's billing information.