1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. TaxRegistration
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    A Tax Registration lets us know that your business is registered to collect tax on payments within a region, enabling you to automatically collect tax.

    Stripe doesn’t register on your behalf with the relevant authorities when you create a Tax Registration object. For more information on how to register to collect tax, see our guide.

    Related guide: Using the Registrations API

    Create TaxRegistration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TaxRegistration(name: string, args: TaxRegistrationArgs, opts?: CustomResourceOptions);
    @overload
    def TaxRegistration(resource_name: str,
                        args: TaxRegistrationArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def TaxRegistration(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        active_from: Optional[float] = None,
                        country: Optional[str] = None,
                        country_options: Optional[TaxRegistrationCountryOptionsArgs] = None,
                        expires_at: Optional[float] = None)
    func NewTaxRegistration(ctx *Context, name string, args TaxRegistrationArgs, opts ...ResourceOption) (*TaxRegistration, error)
    public TaxRegistration(string name, TaxRegistrationArgs args, CustomResourceOptions? opts = null)
    public TaxRegistration(String name, TaxRegistrationArgs args)
    public TaxRegistration(String name, TaxRegistrationArgs args, CustomResourceOptions options)
    
    type: stripe:TaxRegistration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_tax_registration" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TaxRegistrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TaxRegistrationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TaxRegistrationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TaxRegistrationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TaxRegistrationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TaxRegistration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TaxRegistration resource accepts the following input properties:

    ActiveFrom double
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    CountryOptions TaxRegistrationCountryOptions
    ExpiresAt double
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    ActiveFrom float64
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    CountryOptions TaxRegistrationCountryOptionsArgs
    ExpiresAt float64
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    active_from number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    country_options object
    expires_at number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    activeFrom Double
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions TaxRegistrationCountryOptions
    expiresAt Double
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    activeFrom number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions TaxRegistrationCountryOptions
    expiresAt number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    active_from float
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country str
    Two-letter country code (ISO 3166-1 alpha-2).
    country_options TaxRegistrationCountryOptionsArgs
    expires_at float
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    activeFrom Number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions Property Map
    expiresAt Number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TaxRegistration resource produces the following output properties:

    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    id str
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    status str
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.

    Look up Existing TaxRegistration Resource

    Get an existing TaxRegistration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TaxRegistrationState, opts?: CustomResourceOptions): TaxRegistration
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active_from: Optional[float] = None,
            country: Optional[str] = None,
            country_options: Optional[TaxRegistrationCountryOptionsArgs] = None,
            created: Optional[float] = None,
            expires_at: Optional[float] = None,
            livemode: Optional[bool] = None,
            object: Optional[str] = None,
            status: Optional[str] = None) -> TaxRegistration
    func GetTaxRegistration(ctx *Context, name string, id IDInput, state *TaxRegistrationState, opts ...ResourceOption) (*TaxRegistration, error)
    public static TaxRegistration Get(string name, Input<string> id, TaxRegistrationState? state, CustomResourceOptions? opts = null)
    public static TaxRegistration get(String name, Output<String> id, TaxRegistrationState state, CustomResourceOptions options)
    resources:  _:    type: stripe:TaxRegistration    get:      id: ${id}
    import {
      to = stripe_tax_registration.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    ActiveFrom double
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    CountryOptions TaxRegistrationCountryOptions
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    ExpiresAt double
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    ActiveFrom float64
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    Country string
    Two-letter country code (ISO 3166-1 alpha-2).
    CountryOptions TaxRegistrationCountryOptionsArgs
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    ExpiresAt float64
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    active_from number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    country_options object
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    expires_at number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    activeFrom Double
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions TaxRegistrationCountryOptions
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    expiresAt Double
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    activeFrom number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country string
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions TaxRegistrationCountryOptions
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    expiresAt number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    status string
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    active_from float
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country str
    Two-letter country code (ISO 3166-1 alpha-2).
    country_options TaxRegistrationCountryOptionsArgs
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    expires_at float
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    status str
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.
    activeFrom Number
    Time at which the registration becomes active. Measured in seconds since the Unix epoch.
    country String
    Two-letter country code (ISO 3166-1 alpha-2).
    countryOptions Property Map
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    expiresAt Number
    If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    status String
    The status of the registration. This field is present for convenience and can be deduced from active_from and expires_at.

    Supporting Types

    TaxRegistrationCountryOptions, TaxRegistrationCountryOptionsArgs

    Ae TaxRegistrationCountryOptionsAe
    Al TaxRegistrationCountryOptionsAl
    Am TaxRegistrationCountryOptionsAm
    Ao TaxRegistrationCountryOptionsAo
    At TaxRegistrationCountryOptionsAt
    Au TaxRegistrationCountryOptionsAu
    Aw TaxRegistrationCountryOptionsAw
    Az TaxRegistrationCountryOptionsAz
    Ba TaxRegistrationCountryOptionsBa
    Bb TaxRegistrationCountryOptionsBb
    Bd TaxRegistrationCountryOptionsBd
    Be TaxRegistrationCountryOptionsBe
    Bf TaxRegistrationCountryOptionsBf
    Bg TaxRegistrationCountryOptionsBg
    Bh TaxRegistrationCountryOptionsBh
    Bj TaxRegistrationCountryOptionsBj
    Bs TaxRegistrationCountryOptionsBs
    By TaxRegistrationCountryOptionsBy
    Ca TaxRegistrationCountryOptionsCa
    Cd TaxRegistrationCountryOptionsCd
    Ch TaxRegistrationCountryOptionsCh
    Cl TaxRegistrationCountryOptionsCl
    Cm TaxRegistrationCountryOptionsCm
    Co TaxRegistrationCountryOptionsCo
    Cr TaxRegistrationCountryOptionsCr
    Cv TaxRegistrationCountryOptionsCv
    Cy TaxRegistrationCountryOptionsCy
    Cz TaxRegistrationCountryOptionsCz
    De TaxRegistrationCountryOptionsDe
    Dk TaxRegistrationCountryOptionsDk
    Ec TaxRegistrationCountryOptionsEc
    Ee TaxRegistrationCountryOptionsEe
    Eg TaxRegistrationCountryOptionsEg
    Es TaxRegistrationCountryOptionsEs
    Et TaxRegistrationCountryOptionsEt
    Fi TaxRegistrationCountryOptionsFi
    Fr TaxRegistrationCountryOptionsFr
    Gb TaxRegistrationCountryOptionsGb
    Ge TaxRegistrationCountryOptionsGe
    Gn TaxRegistrationCountryOptionsGn
    Gr TaxRegistrationCountryOptionsGr
    Hr TaxRegistrationCountryOptionsHr
    Hu TaxRegistrationCountryOptionsHu
    Id TaxRegistrationCountryOptionsId
    Ie TaxRegistrationCountryOptionsIe
    In TaxRegistrationCountryOptionsIn
    Is TaxRegistrationCountryOptionsIs
    It TaxRegistrationCountryOptionsIt
    Jp TaxRegistrationCountryOptionsJp
    Ke TaxRegistrationCountryOptionsKe
    Kg TaxRegistrationCountryOptionsKg
    Kh TaxRegistrationCountryOptionsKh
    Kr TaxRegistrationCountryOptionsKr
    Kz TaxRegistrationCountryOptionsKz
    La TaxRegistrationCountryOptionsLa
    Lk TaxRegistrationCountryOptionsLk
    Lt TaxRegistrationCountryOptionsLt
    Lu TaxRegistrationCountryOptionsLu
    Lv TaxRegistrationCountryOptionsLv
    Ma TaxRegistrationCountryOptionsMa
    Md TaxRegistrationCountryOptionsMd
    Me TaxRegistrationCountryOptionsMe
    Mk TaxRegistrationCountryOptionsMk
    Mr TaxRegistrationCountryOptionsMr
    Mt TaxRegistrationCountryOptionsMt
    Mx TaxRegistrationCountryOptionsMx
    My TaxRegistrationCountryOptionsMy
    Ng TaxRegistrationCountryOptionsNg
    Nl TaxRegistrationCountryOptionsNl
    No TaxRegistrationCountryOptionsNo
    Np TaxRegistrationCountryOptionsNp
    Nz TaxRegistrationCountryOptionsNz
    Om TaxRegistrationCountryOptionsOm
    Pe TaxRegistrationCountryOptionsPe
    Ph TaxRegistrationCountryOptionsPh
    Pl TaxRegistrationCountryOptionsPl
    Pt TaxRegistrationCountryOptionsPt
    Ro TaxRegistrationCountryOptionsRo
    Rs TaxRegistrationCountryOptionsRs
    Ru TaxRegistrationCountryOptionsRu
    Sa TaxRegistrationCountryOptionsSa
    Se TaxRegistrationCountryOptionsSe
    Sg TaxRegistrationCountryOptionsSg
    Si TaxRegistrationCountryOptionsSi
    Sk TaxRegistrationCountryOptionsSk
    Sn TaxRegistrationCountryOptionsSn
    Sr TaxRegistrationCountryOptionsSr
    Th TaxRegistrationCountryOptionsTh
    Tj TaxRegistrationCountryOptionsTj
    Tr TaxRegistrationCountryOptionsTr
    Tw TaxRegistrationCountryOptionsTw
    Tz TaxRegistrationCountryOptionsTz
    Ua TaxRegistrationCountryOptionsUa
    Ug TaxRegistrationCountryOptionsUg
    Us TaxRegistrationCountryOptionsUs
    Uy TaxRegistrationCountryOptionsUy
    Uz TaxRegistrationCountryOptionsUz
    Vn TaxRegistrationCountryOptionsVn
    Za TaxRegistrationCountryOptionsZa
    Zm TaxRegistrationCountryOptionsZm
    Zw TaxRegistrationCountryOptionsZw
    Ae TaxRegistrationCountryOptionsAe
    Al TaxRegistrationCountryOptionsAl
    Am TaxRegistrationCountryOptionsAm
    Ao TaxRegistrationCountryOptionsAo
    At TaxRegistrationCountryOptionsAt
    Au TaxRegistrationCountryOptionsAu
    Aw TaxRegistrationCountryOptionsAw
    Az TaxRegistrationCountryOptionsAz
    Ba TaxRegistrationCountryOptionsBa
    Bb TaxRegistrationCountryOptionsBb
    Bd TaxRegistrationCountryOptionsBd
    Be TaxRegistrationCountryOptionsBe
    Bf TaxRegistrationCountryOptionsBf
    Bg TaxRegistrationCountryOptionsBg
    Bh TaxRegistrationCountryOptionsBh
    Bj TaxRegistrationCountryOptionsBj
    Bs TaxRegistrationCountryOptionsBs
    By TaxRegistrationCountryOptionsBy
    Ca TaxRegistrationCountryOptionsCa
    Cd TaxRegistrationCountryOptionsCd
    Ch TaxRegistrationCountryOptionsCh
    Cl TaxRegistrationCountryOptionsCl
    Cm TaxRegistrationCountryOptionsCm
    Co TaxRegistrationCountryOptionsCo
    Cr TaxRegistrationCountryOptionsCr
    Cv TaxRegistrationCountryOptionsCv
    Cy TaxRegistrationCountryOptionsCy
    Cz TaxRegistrationCountryOptionsCz
    De TaxRegistrationCountryOptionsDe
    Dk TaxRegistrationCountryOptionsDk
    Ec TaxRegistrationCountryOptionsEc
    Ee TaxRegistrationCountryOptionsEe
    Eg TaxRegistrationCountryOptionsEg
    Es TaxRegistrationCountryOptionsEs
    Et TaxRegistrationCountryOptionsEt
    Fi TaxRegistrationCountryOptionsFi
    Fr TaxRegistrationCountryOptionsFr
    Gb TaxRegistrationCountryOptionsGb
    Ge TaxRegistrationCountryOptionsGe
    Gn TaxRegistrationCountryOptionsGn
    Gr TaxRegistrationCountryOptionsGr
    Hr TaxRegistrationCountryOptionsHr
    Hu TaxRegistrationCountryOptionsHu
    Id TaxRegistrationCountryOptionsId
    Ie TaxRegistrationCountryOptionsIe
    In TaxRegistrationCountryOptionsIn
    Is TaxRegistrationCountryOptionsIs
    It TaxRegistrationCountryOptionsIt
    Jp TaxRegistrationCountryOptionsJp
    Ke TaxRegistrationCountryOptionsKe
    Kg TaxRegistrationCountryOptionsKg
    Kh TaxRegistrationCountryOptionsKh
    Kr TaxRegistrationCountryOptionsKr
    Kz TaxRegistrationCountryOptionsKz
    La TaxRegistrationCountryOptionsLa
    Lk TaxRegistrationCountryOptionsLk
    Lt TaxRegistrationCountryOptionsLt
    Lu TaxRegistrationCountryOptionsLu
    Lv TaxRegistrationCountryOptionsLv
    Ma TaxRegistrationCountryOptionsMa
    Md TaxRegistrationCountryOptionsMd
    Me TaxRegistrationCountryOptionsMe
    Mk TaxRegistrationCountryOptionsMk
    Mr TaxRegistrationCountryOptionsMr
    Mt TaxRegistrationCountryOptionsMt
    Mx TaxRegistrationCountryOptionsMx
    My TaxRegistrationCountryOptionsMy
    Ng TaxRegistrationCountryOptionsNg
    Nl TaxRegistrationCountryOptionsNl
    No TaxRegistrationCountryOptionsNo
    Np TaxRegistrationCountryOptionsNp
    Nz TaxRegistrationCountryOptionsNz
    Om TaxRegistrationCountryOptionsOm
    Pe TaxRegistrationCountryOptionsPe
    Ph TaxRegistrationCountryOptionsPh
    Pl TaxRegistrationCountryOptionsPl
    Pt TaxRegistrationCountryOptionsPt
    Ro TaxRegistrationCountryOptionsRo
    Rs TaxRegistrationCountryOptionsRs
    Ru TaxRegistrationCountryOptionsRu
    Sa TaxRegistrationCountryOptionsSa
    Se TaxRegistrationCountryOptionsSe
    Sg TaxRegistrationCountryOptionsSg
    Si TaxRegistrationCountryOptionsSi
    Sk TaxRegistrationCountryOptionsSk
    Sn TaxRegistrationCountryOptionsSn
    Sr TaxRegistrationCountryOptionsSr
    Th TaxRegistrationCountryOptionsTh
    Tj TaxRegistrationCountryOptionsTj
    Tr TaxRegistrationCountryOptionsTr
    Tw TaxRegistrationCountryOptionsTw
    Tz TaxRegistrationCountryOptionsTz
    Ua TaxRegistrationCountryOptionsUa
    Ug TaxRegistrationCountryOptionsUg
    Us TaxRegistrationCountryOptionsUs
    Uy TaxRegistrationCountryOptionsUy
    Uz TaxRegistrationCountryOptionsUz
    Vn TaxRegistrationCountryOptionsVn
    Za TaxRegistrationCountryOptionsZa
    Zm TaxRegistrationCountryOptionsZm
    Zw TaxRegistrationCountryOptionsZw
    ae object
    al object
    am object
    ao object
    at object
    au object
    aw object
    az object
    ba object
    bb object
    bd object
    be object
    bf object
    bg object
    bh object
    bj object
    bs object
    by object
    ca object
    cd object
    ch object
    cl object
    cm object
    co object
    cr object
    cv object
    cy object
    cz object
    de object
    dk object
    ec object
    ee object
    eg object
    es object
    et object
    fi object
    fr object
    gb object
    ge object
    gn object
    gr object
    hr object
    hu object
    id object
    ie object
    in object
    is object
    it object
    jp object
    ke object
    kg object
    kh object
    kr object
    kz object
    la object
    lk object
    lt object
    lu object
    lv object
    ma object
    md object
    me object
    mk object
    mr object
    mt object
    mx object
    my object
    ng object
    nl object
    no object
    np object
    nz object
    om object
    pe object
    ph object
    pl object
    pt object
    ro object
    rs object
    ru object
    sa object
    se object
    sg object
    si object
    sk object
    sn object
    sr object
    th object
    tj object
    tr object
    tw object
    tz object
    ua object
    ug object
    us object
    uy object
    uz object
    vn object
    za object
    zm object
    zw object
    ae TaxRegistrationCountryOptionsAe
    al TaxRegistrationCountryOptionsAl
    am TaxRegistrationCountryOptionsAm
    ao TaxRegistrationCountryOptionsAo
    at TaxRegistrationCountryOptionsAt
    au TaxRegistrationCountryOptionsAu
    aw TaxRegistrationCountryOptionsAw
    az TaxRegistrationCountryOptionsAz
    ba TaxRegistrationCountryOptionsBa
    bb TaxRegistrationCountryOptionsBb
    bd TaxRegistrationCountryOptionsBd
    be TaxRegistrationCountryOptionsBe
    bf TaxRegistrationCountryOptionsBf
    bg TaxRegistrationCountryOptionsBg
    bh TaxRegistrationCountryOptionsBh
    bj TaxRegistrationCountryOptionsBj
    bs TaxRegistrationCountryOptionsBs
    by TaxRegistrationCountryOptionsBy
    ca TaxRegistrationCountryOptionsCa
    cd TaxRegistrationCountryOptionsCd
    ch TaxRegistrationCountryOptionsCh
    cl TaxRegistrationCountryOptionsCl
    cm TaxRegistrationCountryOptionsCm
    co TaxRegistrationCountryOptionsCo
    cr TaxRegistrationCountryOptionsCr
    cv TaxRegistrationCountryOptionsCv
    cy TaxRegistrationCountryOptionsCy
    cz TaxRegistrationCountryOptionsCz
    de TaxRegistrationCountryOptionsDe
    dk TaxRegistrationCountryOptionsDk
    ec TaxRegistrationCountryOptionsEc
    ee TaxRegistrationCountryOptionsEe
    eg TaxRegistrationCountryOptionsEg
    es TaxRegistrationCountryOptionsEs
    et TaxRegistrationCountryOptionsEt
    fi TaxRegistrationCountryOptionsFi
    fr TaxRegistrationCountryOptionsFr
    gb TaxRegistrationCountryOptionsGb
    ge TaxRegistrationCountryOptionsGe
    gn TaxRegistrationCountryOptionsGn
    gr TaxRegistrationCountryOptionsGr
    hr TaxRegistrationCountryOptionsHr
    hu TaxRegistrationCountryOptionsHu
    id TaxRegistrationCountryOptionsId
    ie TaxRegistrationCountryOptionsIe
    in TaxRegistrationCountryOptionsIn
    is TaxRegistrationCountryOptionsIs
    it TaxRegistrationCountryOptionsIt
    jp TaxRegistrationCountryOptionsJp
    ke TaxRegistrationCountryOptionsKe
    kg TaxRegistrationCountryOptionsKg
    kh TaxRegistrationCountryOptionsKh
    kr TaxRegistrationCountryOptionsKr
    kz TaxRegistrationCountryOptionsKz
    la TaxRegistrationCountryOptionsLa
    lk TaxRegistrationCountryOptionsLk
    lt TaxRegistrationCountryOptionsLt
    lu TaxRegistrationCountryOptionsLu
    lv TaxRegistrationCountryOptionsLv
    ma TaxRegistrationCountryOptionsMa
    md TaxRegistrationCountryOptionsMd
    me TaxRegistrationCountryOptionsMe
    mk TaxRegistrationCountryOptionsMk
    mr TaxRegistrationCountryOptionsMr
    mt TaxRegistrationCountryOptionsMt
    mx TaxRegistrationCountryOptionsMx
    my TaxRegistrationCountryOptionsMy
    ng TaxRegistrationCountryOptionsNg
    nl TaxRegistrationCountryOptionsNl
    no TaxRegistrationCountryOptionsNo
    np TaxRegistrationCountryOptionsNp
    nz TaxRegistrationCountryOptionsNz
    om TaxRegistrationCountryOptionsOm
    pe TaxRegistrationCountryOptionsPe
    ph TaxRegistrationCountryOptionsPh
    pl TaxRegistrationCountryOptionsPl
    pt TaxRegistrationCountryOptionsPt
    ro TaxRegistrationCountryOptionsRo
    rs TaxRegistrationCountryOptionsRs
    ru TaxRegistrationCountryOptionsRu
    sa TaxRegistrationCountryOptionsSa
    se TaxRegistrationCountryOptionsSe
    sg TaxRegistrationCountryOptionsSg
    si TaxRegistrationCountryOptionsSi
    sk TaxRegistrationCountryOptionsSk
    sn TaxRegistrationCountryOptionsSn
    sr TaxRegistrationCountryOptionsSr
    th TaxRegistrationCountryOptionsTh
    tj TaxRegistrationCountryOptionsTj
    tr TaxRegistrationCountryOptionsTr
    tw TaxRegistrationCountryOptionsTw
    tz TaxRegistrationCountryOptionsTz
    ua TaxRegistrationCountryOptionsUa
    ug TaxRegistrationCountryOptionsUg
    us TaxRegistrationCountryOptionsUs
    uy TaxRegistrationCountryOptionsUy
    uz TaxRegistrationCountryOptionsUz
    vn TaxRegistrationCountryOptionsVn
    za TaxRegistrationCountryOptionsZa
    zm TaxRegistrationCountryOptionsZm
    zw TaxRegistrationCountryOptionsZw
    ae TaxRegistrationCountryOptionsAe
    al TaxRegistrationCountryOptionsAl
    am TaxRegistrationCountryOptionsAm
    ao TaxRegistrationCountryOptionsAo
    at TaxRegistrationCountryOptionsAt
    au TaxRegistrationCountryOptionsAu
    aw TaxRegistrationCountryOptionsAw
    az TaxRegistrationCountryOptionsAz
    ba TaxRegistrationCountryOptionsBa
    bb TaxRegistrationCountryOptionsBb
    bd TaxRegistrationCountryOptionsBd
    be TaxRegistrationCountryOptionsBe
    bf TaxRegistrationCountryOptionsBf
    bg TaxRegistrationCountryOptionsBg
    bh TaxRegistrationCountryOptionsBh
    bj TaxRegistrationCountryOptionsBj
    bs TaxRegistrationCountryOptionsBs
    by TaxRegistrationCountryOptionsBy
    ca TaxRegistrationCountryOptionsCa
    cd TaxRegistrationCountryOptionsCd
    ch TaxRegistrationCountryOptionsCh
    cl TaxRegistrationCountryOptionsCl
    cm TaxRegistrationCountryOptionsCm
    co TaxRegistrationCountryOptionsCo
    cr TaxRegistrationCountryOptionsCr
    cv TaxRegistrationCountryOptionsCv
    cy TaxRegistrationCountryOptionsCy
    cz TaxRegistrationCountryOptionsCz
    de TaxRegistrationCountryOptionsDe
    dk TaxRegistrationCountryOptionsDk
    ec TaxRegistrationCountryOptionsEc
    ee TaxRegistrationCountryOptionsEe
    eg TaxRegistrationCountryOptionsEg
    es TaxRegistrationCountryOptionsEs
    et TaxRegistrationCountryOptionsEt
    fi TaxRegistrationCountryOptionsFi
    fr TaxRegistrationCountryOptionsFr
    gb TaxRegistrationCountryOptionsGb
    ge TaxRegistrationCountryOptionsGe
    gn TaxRegistrationCountryOptionsGn
    gr TaxRegistrationCountryOptionsGr
    hr TaxRegistrationCountryOptionsHr
    hu TaxRegistrationCountryOptionsHu
    id TaxRegistrationCountryOptionsId
    ie TaxRegistrationCountryOptionsIe
    in TaxRegistrationCountryOptionsIn
    is TaxRegistrationCountryOptionsIs
    it TaxRegistrationCountryOptionsIt
    jp TaxRegistrationCountryOptionsJp
    ke TaxRegistrationCountryOptionsKe
    kg TaxRegistrationCountryOptionsKg
    kh TaxRegistrationCountryOptionsKh
    kr TaxRegistrationCountryOptionsKr
    kz TaxRegistrationCountryOptionsKz
    la TaxRegistrationCountryOptionsLa
    lk TaxRegistrationCountryOptionsLk
    lt TaxRegistrationCountryOptionsLt
    lu TaxRegistrationCountryOptionsLu
    lv TaxRegistrationCountryOptionsLv
    ma TaxRegistrationCountryOptionsMa
    md TaxRegistrationCountryOptionsMd
    me TaxRegistrationCountryOptionsMe
    mk TaxRegistrationCountryOptionsMk
    mr TaxRegistrationCountryOptionsMr
    mt TaxRegistrationCountryOptionsMt
    mx TaxRegistrationCountryOptionsMx
    my TaxRegistrationCountryOptionsMy
    ng TaxRegistrationCountryOptionsNg
    nl TaxRegistrationCountryOptionsNl
    no TaxRegistrationCountryOptionsNo
    np TaxRegistrationCountryOptionsNp
    nz TaxRegistrationCountryOptionsNz
    om TaxRegistrationCountryOptionsOm
    pe TaxRegistrationCountryOptionsPe
    ph TaxRegistrationCountryOptionsPh
    pl TaxRegistrationCountryOptionsPl
    pt TaxRegistrationCountryOptionsPt
    ro TaxRegistrationCountryOptionsRo
    rs TaxRegistrationCountryOptionsRs
    ru TaxRegistrationCountryOptionsRu
    sa TaxRegistrationCountryOptionsSa
    se TaxRegistrationCountryOptionsSe
    sg TaxRegistrationCountryOptionsSg
    si TaxRegistrationCountryOptionsSi
    sk TaxRegistrationCountryOptionsSk
    sn TaxRegistrationCountryOptionsSn
    sr TaxRegistrationCountryOptionsSr
    th TaxRegistrationCountryOptionsTh
    tj TaxRegistrationCountryOptionsTj
    tr TaxRegistrationCountryOptionsTr
    tw TaxRegistrationCountryOptionsTw
    tz TaxRegistrationCountryOptionsTz
    ua TaxRegistrationCountryOptionsUa
    ug TaxRegistrationCountryOptionsUg
    us TaxRegistrationCountryOptionsUs
    uy TaxRegistrationCountryOptionsUy
    uz TaxRegistrationCountryOptionsUz
    vn TaxRegistrationCountryOptionsVn
    za TaxRegistrationCountryOptionsZa
    zm TaxRegistrationCountryOptionsZm
    zw TaxRegistrationCountryOptionsZw
    ae TaxRegistrationCountryOptionsAe
    al TaxRegistrationCountryOptionsAl
    am TaxRegistrationCountryOptionsAm
    ao TaxRegistrationCountryOptionsAo
    at TaxRegistrationCountryOptionsAt
    au TaxRegistrationCountryOptionsAu
    aw TaxRegistrationCountryOptionsAw
    az TaxRegistrationCountryOptionsAz
    ba TaxRegistrationCountryOptionsBa
    bb TaxRegistrationCountryOptionsBb
    bd TaxRegistrationCountryOptionsBd
    be TaxRegistrationCountryOptionsBe
    bf TaxRegistrationCountryOptionsBf
    bg TaxRegistrationCountryOptionsBg
    bh TaxRegistrationCountryOptionsBh
    bj TaxRegistrationCountryOptionsBj
    bs TaxRegistrationCountryOptionsBs
    by TaxRegistrationCountryOptionsBy
    ca TaxRegistrationCountryOptionsCa
    cd TaxRegistrationCountryOptionsCd
    ch TaxRegistrationCountryOptionsCh
    cl TaxRegistrationCountryOptionsCl
    cm TaxRegistrationCountryOptionsCm
    co TaxRegistrationCountryOptionsCo
    cr TaxRegistrationCountryOptionsCr
    cv TaxRegistrationCountryOptionsCv
    cy TaxRegistrationCountryOptionsCy
    cz TaxRegistrationCountryOptionsCz
    de TaxRegistrationCountryOptionsDe
    dk TaxRegistrationCountryOptionsDk
    ec TaxRegistrationCountryOptionsEc
    ee TaxRegistrationCountryOptionsEe
    eg TaxRegistrationCountryOptionsEg
    es TaxRegistrationCountryOptionsEs
    et TaxRegistrationCountryOptionsEt
    fi TaxRegistrationCountryOptionsFi
    fr TaxRegistrationCountryOptionsFr
    gb TaxRegistrationCountryOptionsGb
    ge TaxRegistrationCountryOptionsGe
    gn TaxRegistrationCountryOptionsGn
    gr TaxRegistrationCountryOptionsGr
    hr TaxRegistrationCountryOptionsHr
    hu TaxRegistrationCountryOptionsHu
    id TaxRegistrationCountryOptionsId
    ie TaxRegistrationCountryOptionsIe
    in_ TaxRegistrationCountryOptionsIn
    is_ TaxRegistrationCountryOptionsIs
    it TaxRegistrationCountryOptionsIt
    jp TaxRegistrationCountryOptionsJp
    ke TaxRegistrationCountryOptionsKe
    kg TaxRegistrationCountryOptionsKg
    kh TaxRegistrationCountryOptionsKh
    kr TaxRegistrationCountryOptionsKr
    kz TaxRegistrationCountryOptionsKz
    la TaxRegistrationCountryOptionsLa
    lk TaxRegistrationCountryOptionsLk
    lt TaxRegistrationCountryOptionsLt
    lu TaxRegistrationCountryOptionsLu
    lv TaxRegistrationCountryOptionsLv
    ma TaxRegistrationCountryOptionsMa
    md TaxRegistrationCountryOptionsMd
    me TaxRegistrationCountryOptionsMe
    mk TaxRegistrationCountryOptionsMk
    mr TaxRegistrationCountryOptionsMr
    mt TaxRegistrationCountryOptionsMt
    mx TaxRegistrationCountryOptionsMx
    my TaxRegistrationCountryOptionsMy
    ng TaxRegistrationCountryOptionsNg
    nl TaxRegistrationCountryOptionsNl
    no TaxRegistrationCountryOptionsNo
    np TaxRegistrationCountryOptionsNp
    nz TaxRegistrationCountryOptionsNz
    om TaxRegistrationCountryOptionsOm
    pe TaxRegistrationCountryOptionsPe
    ph TaxRegistrationCountryOptionsPh
    pl TaxRegistrationCountryOptionsPl
    pt TaxRegistrationCountryOptionsPt
    ro TaxRegistrationCountryOptionsRo
    rs TaxRegistrationCountryOptionsRs
    ru TaxRegistrationCountryOptionsRu
    sa TaxRegistrationCountryOptionsSa
    se TaxRegistrationCountryOptionsSe
    sg TaxRegistrationCountryOptionsSg
    si TaxRegistrationCountryOptionsSi
    sk TaxRegistrationCountryOptionsSk
    sn TaxRegistrationCountryOptionsSn
    sr TaxRegistrationCountryOptionsSr
    th TaxRegistrationCountryOptionsTh
    tj TaxRegistrationCountryOptionsTj
    tr TaxRegistrationCountryOptionsTr
    tw TaxRegistrationCountryOptionsTw
    tz TaxRegistrationCountryOptionsTz
    ua TaxRegistrationCountryOptionsUa
    ug TaxRegistrationCountryOptionsUg
    us TaxRegistrationCountryOptionsUs
    uy TaxRegistrationCountryOptionsUy
    uz TaxRegistrationCountryOptionsUz
    vn TaxRegistrationCountryOptionsVn
    za TaxRegistrationCountryOptionsZa
    zm TaxRegistrationCountryOptionsZm
    zw TaxRegistrationCountryOptionsZw
    ae Property Map
    al Property Map
    am Property Map
    ao Property Map
    at Property Map
    au Property Map
    aw Property Map
    az Property Map
    ba Property Map
    bb Property Map
    bd Property Map
    be Property Map
    bf Property Map
    bg Property Map
    bh Property Map
    bj Property Map
    bs Property Map
    by Property Map
    ca Property Map
    cd Property Map
    ch Property Map
    cl Property Map
    cm Property Map
    co Property Map
    cr Property Map
    cv Property Map
    cy Property Map
    cz Property Map
    de Property Map
    dk Property Map
    ec Property Map
    ee Property Map
    eg Property Map
    es Property Map
    et Property Map
    fi Property Map
    fr Property Map
    gb Property Map
    ge Property Map
    gn Property Map
    gr Property Map
    hr Property Map
    hu Property Map
    id Property Map
    ie Property Map
    in Property Map
    is Property Map
    it Property Map
    jp Property Map
    ke Property Map
    kg Property Map
    kh Property Map
    kr Property Map
    kz Property Map
    la Property Map
    lk Property Map
    lt Property Map
    lu Property Map
    lv Property Map
    ma Property Map
    md Property Map
    me Property Map
    mk Property Map
    mr Property Map
    mt Property Map
    mx Property Map
    my Property Map
    ng Property Map
    nl Property Map
    no Property Map
    np Property Map
    nz Property Map
    om Property Map
    pe Property Map
    ph Property Map
    pl Property Map
    pt Property Map
    ro Property Map
    rs Property Map
    ru Property Map
    sa Property Map
    se Property Map
    sg Property Map
    si Property Map
    sk Property Map
    sn Property Map
    sr Property Map
    th Property Map
    tj Property Map
    tr Property Map
    tw Property Map
    tz Property Map
    ua Property Map
    ug Property Map
    us Property Map
    uy Property Map
    uz Property Map
    vn Property Map
    za Property Map
    zm Property Map
    zw Property Map

    TaxRegistrationCountryOptionsAe, TaxRegistrationCountryOptionsAeArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAeStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAeStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAeStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAeStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAeStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsAeStandard, TaxRegistrationCountryOptionsAeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsAl, TaxRegistrationCountryOptionsAlArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAlStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAlStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAlStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAlStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAlStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsAlStandard, TaxRegistrationCountryOptionsAlStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsAm, TaxRegistrationCountryOptionsAmArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsAo, TaxRegistrationCountryOptionsAoArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAoStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAoStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAoStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAoStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAoStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsAoStandard, TaxRegistrationCountryOptionsAoStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsAt, TaxRegistrationCountryOptionsAtArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsAtStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsAtStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsAtStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsAtStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsAtStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsAtStandard, TaxRegistrationCountryOptionsAtStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsAu, TaxRegistrationCountryOptionsAuArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAuStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAuStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAuStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAuStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAuStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsAuStandard, TaxRegistrationCountryOptionsAuStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsAw, TaxRegistrationCountryOptionsAwArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAwStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsAwStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAwStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAwStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsAwStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsAwStandard, TaxRegistrationCountryOptionsAwStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsAz, TaxRegistrationCountryOptionsAzArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsBa, TaxRegistrationCountryOptionsBaArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBaStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBaStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBaStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBaStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBaStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBaStandard, TaxRegistrationCountryOptionsBaStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBb, TaxRegistrationCountryOptionsBbArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBbStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBbStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBbStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBbStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBbStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBbStandard, TaxRegistrationCountryOptionsBbStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBd, TaxRegistrationCountryOptionsBdArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBdStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBdStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBdStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBdStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBdStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBdStandard, TaxRegistrationCountryOptionsBdStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBe, TaxRegistrationCountryOptionsBeArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsBeStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsBeStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBeStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBeStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBeStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsBeStandard, TaxRegistrationCountryOptionsBeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsBf, TaxRegistrationCountryOptionsBfArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBfStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBfStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBfStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBfStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBfStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBfStandard, TaxRegistrationCountryOptionsBfStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBg, TaxRegistrationCountryOptionsBgArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsBgStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsBgStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBgStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBgStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsBgStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsBgStandard, TaxRegistrationCountryOptionsBgStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsBh, TaxRegistrationCountryOptionsBhArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBhStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBhStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBhStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBhStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBhStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBhStandard, TaxRegistrationCountryOptionsBhStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBj, TaxRegistrationCountryOptionsBjArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsBs, TaxRegistrationCountryOptionsBsArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBsStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsBsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBsStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsBsStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsBsStandard, TaxRegistrationCountryOptionsBsStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsBy, TaxRegistrationCountryOptionsByArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCa, TaxRegistrationCountryOptionsCaArgs

    type string
    Type of registration in Canada.
    province_standard object
    type String
    Type of registration in Canada.
    provinceStandard Property Map

    TaxRegistrationCountryOptionsCaProvinceStandard, TaxRegistrationCountryOptionsCaProvinceStandardArgs

    Province string
    Two-letter CA province code (ISO 3166-2).
    Province string
    Two-letter CA province code (ISO 3166-2).
    province string
    Two-letter CA province code (ISO 3166-2).
    province String
    Two-letter CA province code (ISO 3166-2).
    province string
    Two-letter CA province code (ISO 3166-2).
    province str
    Two-letter CA province code (ISO 3166-2).
    province String
    Two-letter CA province code (ISO 3166-2).

    TaxRegistrationCountryOptionsCd, TaxRegistrationCountryOptionsCdArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsCdStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsCdStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsCdStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsCdStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsCdStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsCdStandard, TaxRegistrationCountryOptionsCdStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsCh, TaxRegistrationCountryOptionsChArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsChStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsChStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsChStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsChStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsChStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsChStandard, TaxRegistrationCountryOptionsChStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsCl, TaxRegistrationCountryOptionsClArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCm, TaxRegistrationCountryOptionsCmArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCo, TaxRegistrationCountryOptionsCoArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCr, TaxRegistrationCountryOptionsCrArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCv, TaxRegistrationCountryOptionsCvArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsCy, TaxRegistrationCountryOptionsCyArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsCyStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsCyStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCyStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCyStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCyStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsCyStandard, TaxRegistrationCountryOptionsCyStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsCz, TaxRegistrationCountryOptionsCzArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsCzStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsCzStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCzStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCzStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsCzStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsCzStandard, TaxRegistrationCountryOptionsCzStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsDe, TaxRegistrationCountryOptionsDeArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsDeStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsDeStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDeStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDeStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDeStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsDeStandard, TaxRegistrationCountryOptionsDeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsDk, TaxRegistrationCountryOptionsDkArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsDkStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsDkStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDkStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDkStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsDkStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsDkStandard, TaxRegistrationCountryOptionsDkStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsEc, TaxRegistrationCountryOptionsEcArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsEe, TaxRegistrationCountryOptionsEeArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsEeStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsEeStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEeStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEeStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEeStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsEeStandard, TaxRegistrationCountryOptionsEeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsEg, TaxRegistrationCountryOptionsEgArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsEs, TaxRegistrationCountryOptionsEsArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsEsStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsEsStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEsStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEsStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsEsStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsEsStandard, TaxRegistrationCountryOptionsEsStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsEt, TaxRegistrationCountryOptionsEtArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsEtStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsEtStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsEtStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsEtStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsEtStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsEtStandard, TaxRegistrationCountryOptionsEtStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsFi, TaxRegistrationCountryOptionsFiArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsFiStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsFiStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFiStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFiStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFiStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsFiStandard, TaxRegistrationCountryOptionsFiStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsFr, TaxRegistrationCountryOptionsFrArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsFrStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsFrStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFrStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFrStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsFrStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsFrStandard, TaxRegistrationCountryOptionsFrStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsGb, TaxRegistrationCountryOptionsGbArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsGbStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsGbStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGbStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGbStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGbStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsGbStandard, TaxRegistrationCountryOptionsGbStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsGe, TaxRegistrationCountryOptionsGeArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsGn, TaxRegistrationCountryOptionsGnArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsGnStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsGnStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGnStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGnStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsGnStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsGnStandard, TaxRegistrationCountryOptionsGnStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsGr, TaxRegistrationCountryOptionsGrArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsGrStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsGrStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsGrStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsGrStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsGrStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsGrStandard, TaxRegistrationCountryOptionsGrStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsHr, TaxRegistrationCountryOptionsHrArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsHrStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsHrStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHrStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHrStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHrStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsHrStandard, TaxRegistrationCountryOptionsHrStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsHu, TaxRegistrationCountryOptionsHuArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsHuStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsHuStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHuStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHuStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsHuStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsHuStandard, TaxRegistrationCountryOptionsHuStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsId, TaxRegistrationCountryOptionsIdArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsIe, TaxRegistrationCountryOptionsIeArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsIeStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsIeStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsIeStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsIeStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsIeStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsIeStandard, TaxRegistrationCountryOptionsIeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsIn, TaxRegistrationCountryOptionsInArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsIs, TaxRegistrationCountryOptionsIsArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsIsStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsIsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsIsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsIsStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsIsStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsIsStandard, TaxRegistrationCountryOptionsIsStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsIt, TaxRegistrationCountryOptionsItArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsItStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsItStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsItStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsItStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsItStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsItStandard, TaxRegistrationCountryOptionsItStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsJp, TaxRegistrationCountryOptionsJpArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsJpStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsJpStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsJpStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsJpStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsJpStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsJpStandard, TaxRegistrationCountryOptionsJpStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsKe, TaxRegistrationCountryOptionsKeArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsKg, TaxRegistrationCountryOptionsKgArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsKh, TaxRegistrationCountryOptionsKhArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsKr, TaxRegistrationCountryOptionsKrArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsKz, TaxRegistrationCountryOptionsKzArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsLa, TaxRegistrationCountryOptionsLaArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsLk, TaxRegistrationCountryOptionsLkArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsLt, TaxRegistrationCountryOptionsLtArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLtStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLtStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLtStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLtStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLtStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsLtStandard, TaxRegistrationCountryOptionsLtStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsLu, TaxRegistrationCountryOptionsLuArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLuStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLuStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLuStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLuStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLuStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsLuStandard, TaxRegistrationCountryOptionsLuStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsLv, TaxRegistrationCountryOptionsLvArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLvStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsLvStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLvStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLvStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsLvStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsLvStandard, TaxRegistrationCountryOptionsLvStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsMa, TaxRegistrationCountryOptionsMaArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsMd, TaxRegistrationCountryOptionsMdArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsMe, TaxRegistrationCountryOptionsMeArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMeStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMeStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMeStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMeStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMeStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsMeStandard, TaxRegistrationCountryOptionsMeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsMk, TaxRegistrationCountryOptionsMkArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMkStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMkStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMkStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMkStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMkStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsMkStandard, TaxRegistrationCountryOptionsMkStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsMr, TaxRegistrationCountryOptionsMrArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMrStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsMrStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMrStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMrStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsMrStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsMrStandard, TaxRegistrationCountryOptionsMrStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsMt, TaxRegistrationCountryOptionsMtArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsMtStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsMtStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsMtStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsMtStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsMtStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsMtStandard, TaxRegistrationCountryOptionsMtStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsMx, TaxRegistrationCountryOptionsMxArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsMy, TaxRegistrationCountryOptionsMyArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsNg, TaxRegistrationCountryOptionsNgArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsNl, TaxRegistrationCountryOptionsNlArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsNlStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsNlStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsNlStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsNlStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsNlStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsNlStandard, TaxRegistrationCountryOptionsNlStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsNo, TaxRegistrationCountryOptionsNoArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsNoStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsNoStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNoStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNoStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNoStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsNoStandard, TaxRegistrationCountryOptionsNoStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsNp, TaxRegistrationCountryOptionsNpArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsNz, TaxRegistrationCountryOptionsNzArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsNzStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsNzStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNzStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNzStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsNzStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsNzStandard, TaxRegistrationCountryOptionsNzStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsOm, TaxRegistrationCountryOptionsOmArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsOmStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsOmStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsOmStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsOmStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsOmStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsOmStandard, TaxRegistrationCountryOptionsOmStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsPe, TaxRegistrationCountryOptionsPeArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsPh, TaxRegistrationCountryOptionsPhArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsPl, TaxRegistrationCountryOptionsPlArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsPlStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsPlStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPlStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPlStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPlStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsPlStandard, TaxRegistrationCountryOptionsPlStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsPt, TaxRegistrationCountryOptionsPtArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsPtStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsPtStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPtStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPtStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsPtStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsPtStandard, TaxRegistrationCountryOptionsPtStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsRo, TaxRegistrationCountryOptionsRoArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsRoStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsRoStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsRoStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsRoStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsRoStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsRoStandard, TaxRegistrationCountryOptionsRoStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsRs, TaxRegistrationCountryOptionsRsArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsRsStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsRsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsRsStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsRsStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsRsStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsRsStandard, TaxRegistrationCountryOptionsRsStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsRu, TaxRegistrationCountryOptionsRuArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsSa, TaxRegistrationCountryOptionsSaArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsSe, TaxRegistrationCountryOptionsSeArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSeStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSeStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSeStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSeStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSeStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsSeStandard, TaxRegistrationCountryOptionsSeStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsSg, TaxRegistrationCountryOptionsSgArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsSgStandard
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsSgStandard
    type string
    Type of registration in country.
    standard object
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSgStandard
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSgStandard
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSgStandard
    type String
    Type of registration in country.
    standard Property Map

    TaxRegistrationCountryOptionsSgStandard, TaxRegistrationCountryOptionsSgStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an Default standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an Default standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an Default standard registration.

    TaxRegistrationCountryOptionsSi, TaxRegistrationCountryOptionsSiArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSiStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSiStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSiStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSiStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSiStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsSiStandard, TaxRegistrationCountryOptionsSiStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsSk, TaxRegistrationCountryOptionsSkArgs

    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSkStandard
    Type string
    Type of registration in an EU country.
    Standard TaxRegistrationCountryOptionsSkStandard
    type string
    Type of registration in an EU country.
    standard object
    type String
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSkStandard
    type string
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSkStandard
    type str
    Type of registration in an EU country.
    standard TaxRegistrationCountryOptionsSkStandard
    type String
    Type of registration in an EU country.
    standard Property Map

    TaxRegistrationCountryOptionsSkStandard, TaxRegistrationCountryOptionsSkStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an EU standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an EU standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an EU standard registration.

    TaxRegistrationCountryOptionsSn, TaxRegistrationCountryOptionsSnArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsSr, TaxRegistrationCountryOptionsSrArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsSrStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsSrStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSrStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSrStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsSrStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsSrStandard, TaxRegistrationCountryOptionsSrStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsTh, TaxRegistrationCountryOptionsThArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsTj, TaxRegistrationCountryOptionsTjArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsTr, TaxRegistrationCountryOptionsTrArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsTw, TaxRegistrationCountryOptionsTwArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsTz, TaxRegistrationCountryOptionsTzArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsUa, TaxRegistrationCountryOptionsUaArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsUg, TaxRegistrationCountryOptionsUgArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsUs, TaxRegistrationCountryOptionsUsArgs

    state string
    Two-letter US state code (ISO 3166-2).
    type string
    Type of registration in the US.
    local_amusement_tax object
    local_lease_tax object
    state_sales_tax object
    state String
    Two-letter US state code (ISO 3166-2).
    type String
    Type of registration in the US.
    localAmusementTax Property Map
    localLeaseTax Property Map
    stateSalesTax Property Map

    TaxRegistrationCountryOptionsUsLocalAmusementTax, TaxRegistrationCountryOptionsUsLocalAmusementTaxArgs

    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction String
    A FIPS code representing the local jurisdiction.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction str
    A FIPS code representing the local jurisdiction.
    jurisdiction String
    A FIPS code representing the local jurisdiction.

    TaxRegistrationCountryOptionsUsLocalLeaseTax, TaxRegistrationCountryOptionsUsLocalLeaseTaxArgs

    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction String
    A FIPS code representing the local jurisdiction.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    jurisdiction str
    A FIPS code representing the local jurisdiction.
    jurisdiction String
    A FIPS code representing the local jurisdiction.

    TaxRegistrationCountryOptionsUsStateSalesTax, TaxRegistrationCountryOptionsUsStateSalesTaxArgs

    Elections List<TaxRegistrationCountryOptionsUsStateSalesTaxElection>
    Elections for the state sales tax registration.
    Elections []TaxRegistrationCountryOptionsUsStateSalesTaxElection
    Elections for the state sales tax registration.
    elections list(object)
    Elections for the state sales tax registration.
    elections List<TaxRegistrationCountryOptionsUsStateSalesTaxElection>
    Elections for the state sales tax registration.
    elections TaxRegistrationCountryOptionsUsStateSalesTaxElection[]
    Elections for the state sales tax registration.
    elections Sequence[TaxRegistrationCountryOptionsUsStateSalesTaxElection]
    Elections for the state sales tax registration.
    elections List<Property Map>
    Elections for the state sales tax registration.

    TaxRegistrationCountryOptionsUsStateSalesTaxElection, TaxRegistrationCountryOptionsUsStateSalesTaxElectionArgs

    Type string
    The type of the election for the state sales tax registration.
    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    Type string
    The type of the election for the state sales tax registration.
    Jurisdiction string
    A FIPS code representing the local jurisdiction.
    type string
    The type of the election for the state sales tax registration.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    type String
    The type of the election for the state sales tax registration.
    jurisdiction String
    A FIPS code representing the local jurisdiction.
    type string
    The type of the election for the state sales tax registration.
    jurisdiction string
    A FIPS code representing the local jurisdiction.
    type str
    The type of the election for the state sales tax registration.
    jurisdiction str
    A FIPS code representing the local jurisdiction.
    type String
    The type of the election for the state sales tax registration.
    jurisdiction String
    A FIPS code representing the local jurisdiction.

    TaxRegistrationCountryOptionsUy, TaxRegistrationCountryOptionsUyArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsUyStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsUyStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsUyStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsUyStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsUyStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsUyStandard, TaxRegistrationCountryOptionsUyStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsUz, TaxRegistrationCountryOptionsUzArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsVn, TaxRegistrationCountryOptionsVnArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsZa, TaxRegistrationCountryOptionsZaArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsZaStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsZaStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZaStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZaStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZaStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsZaStandard, TaxRegistrationCountryOptionsZaStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    TaxRegistrationCountryOptionsZm, TaxRegistrationCountryOptionsZmArgs

    Type string
    Type of registration in country.
    Type string
    Type of registration in country.
    type string
    Type of registration in country.
    type String
    Type of registration in country.
    type string
    Type of registration in country.
    type str
    Type of registration in country.
    type String
    Type of registration in country.

    TaxRegistrationCountryOptionsZw, TaxRegistrationCountryOptionsZwArgs

    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsZwStandard
    Options for the standard registration.
    Type string
    Type of registration in country.
    Standard TaxRegistrationCountryOptionsZwStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard object
    Options for the standard registration.
    type String
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZwStandard
    Options for the standard registration.
    type string
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZwStandard
    Options for the standard registration.
    type str
    Type of registration in country.
    standard TaxRegistrationCountryOptionsZwStandard
    Options for the standard registration.
    type String
    Type of registration in country.
    standard Property Map
    Options for the standard registration.

    TaxRegistrationCountryOptionsZwStandard, TaxRegistrationCountryOptionsZwStandardArgs

    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    PlaceOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme string
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme string
    Place of supply scheme used in an standard registration.
    place_of_supply_scheme str
    Place of supply scheme used in an standard registration.
    placeOfSupplyScheme String
    Place of supply scheme used in an standard registration.

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial