Parameters for registration create.
Summary
Types
@type t() :: %Stripe.Params.Tax.RegistrationCreateParams{ active_from: term(), country: term(), country_options: term(), expand: term(), expires_at: term() }
active_from- Time at which the Tax Registration becomes active. It can be eithernowto indicate the current time, or a future timestamp measured in seconds since the Unix epoch.country- Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000.country_options- Specific options for a registration in the specifiedcountry.expand- Specifies which fields in the response should be expanded.expires_at- If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch. Format: Unix timestamp.