Mayson Monorepo Documentation
    Preparing search index...
    interface RegistrationCreateParams {
        active_from: number | "now";
        country: string;
        country_options: Stripe.Tax.RegistrationCreateParams.CountryOptions;
        expand?: string[];
        expires_at?: number;
    }
    Index

    Properties

    active_from: number | "now"

    Time at which the Tax Registration becomes active. It can be either now to indicate the current time, or a future timestamp measured in seconds since the Unix epoch.

    country: string

    Two-letter country code (ISO 3166-1 alpha-2).

    Specific options for a registration in the specified country.

    expand?: string[]

    Specifies which fields in the response should be expanded.

    expires_at?: number

    If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch.