orb-billing 0.11.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +39 -0
- data/README.md +1 -1
- data/lib/orb/internal/type/base_model.rb +5 -5
- data/lib/orb/internal/type/union.rb +3 -8
- data/lib/orb/internal/util.rb +8 -9
- data/lib/orb/models/accounting_provider_config.rb +21 -0
- data/lib/orb/models/address.rb +45 -0
- data/lib/orb/models/address_input.rb +45 -0
- data/lib/orb/models/adjustment_interval.rb +66 -0
- data/lib/orb/models/aggregated_cost.rb +45 -0
- data/lib/orb/models/alert.rb +9 -60
- data/lib/orb/models/alert_create_for_customer_params.rb +3 -24
- data/lib/orb/models/alert_create_for_external_customer_params.rb +3 -24
- data/lib/orb/models/alert_create_for_subscription_params.rb +3 -23
- data/lib/orb/models/alert_update_params.rb +3 -22
- data/lib/orb/models/allocation.rb +27 -0
- data/lib/orb/models/amount_discount.rb +9 -1
- data/lib/orb/models/amount_discount_interval.rb +65 -0
- data/lib/orb/models/beta/external_plan_id_create_plan_version_params.rb +186 -17772
- data/lib/orb/models/beta_create_plan_version_params.rb +183 -17605
- data/lib/orb/models/billable_metric_tiny.rb +15 -0
- data/lib/orb/models/billing_cycle_anchor_configuration.rb +41 -0
- data/lib/orb/models/billing_cycle_configuration.rb +32 -0
- data/lib/orb/models/bps_config.rb +24 -0
- data/lib/orb/models/bps_tier.rb +40 -0
- data/lib/orb/models/bulk_bps_config.rb +20 -0
- data/lib/orb/models/bulk_bps_tier.rb +32 -0
- data/lib/orb/models/bulk_config.rb +16 -0
- data/lib/orb/models/bulk_tier.rb +24 -0
- data/lib/orb/models/changed_subscription_resources.rb +40 -0
- data/lib/orb/models/conversion_rate_tier.rb +32 -0
- data/lib/orb/models/conversion_rate_tiered_config.rb +16 -0
- data/lib/orb/models/conversion_rate_unit_config.rb +16 -0
- data/lib/orb/models/coupon_redemption.rb +27 -0
- data/lib/orb/models/credit_note.rb +6 -51
- data/lib/orb/models/credit_note_tiny.rb +16 -0
- data/lib/orb/models/custom_expiration.rb +32 -0
- data/lib/orb/models/customer.rb +15 -426
- data/lib/orb/models/customer_create_params.rb +24 -527
- data/lib/orb/models/customer_hierarchy_config.rb +29 -0
- data/lib/orb/models/customer_minified.rb +21 -0
- data/lib/orb/models/customer_tax_id.rb +300 -0
- data/lib/orb/models/customer_update_by_external_id_params.rb +24 -529
- data/lib/orb/models/customer_update_params.rb +24 -527
- data/lib/orb/models/customers/balance_transaction_create_response.rb +6 -32
- data/lib/orb/models/customers/balance_transaction_list_response.rb +6 -32
- data/lib/orb/models/customers/cost_list_by_external_id_response.rb +3 -88
- data/lib/orb/models/customers/cost_list_response.rb +3 -87
- data/lib/orb/models/customers/credits/affected_block.rb +31 -0
- data/lib/orb/models/customers/credits/amendment_ledger_entry.rb +131 -0
- data/lib/orb/models/customers/credits/credit_block_expiry_ledger_entry.rb +137 -0
- data/lib/orb/models/customers/credits/decrement_ledger_entry.rb +152 -0
- data/lib/orb/models/customers/credits/expiration_change_ledger_entry.rb +141 -0
- data/lib/orb/models/customers/credits/increment_ledger_entry.rb +139 -0
- data/lib/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rb +8 -1177
- data/lib/orb/models/customers/credits/ledger_create_entry_response.rb +8 -1169
- data/lib/orb/models/customers/credits/ledger_list_by_external_id_response.rb +8 -1173
- data/lib/orb/models/customers/credits/ledger_list_response.rb +8 -1161
- data/lib/orb/models/customers/credits/top_up_create_by_external_id_response.rb +3 -52
- data/lib/orb/models/customers/credits/top_up_create_response.rb +3 -51
- data/lib/orb/models/customers/credits/top_up_invoice_settings.rb +53 -0
- data/lib/orb/models/customers/credits/top_up_list_by_external_id_response.rb +3 -52
- data/lib/orb/models/customers/credits/top_up_list_response.rb +3 -51
- data/lib/orb/models/customers/credits/void_initiated_ledger_entry.rb +152 -0
- data/lib/orb/models/customers/credits/void_ledger_entry.rb +145 -0
- data/lib/orb/models/dimensional_price_configuration.rb +21 -0
- data/lib/orb/models/discount_override.rb +56 -0
- data/lib/orb/models/fixed_fee_quantity_schedule_entry.rb +33 -0
- data/lib/orb/models/fixed_fee_quantity_transition.rb +27 -0
- data/lib/orb/models/invoice.rb +56 -1777
- data/lib/orb/models/invoice_create_params.rb +3 -15
- data/lib/orb/models/invoice_fetch_upcoming_response.rb +56 -1794
- data/lib/orb/models/invoice_line_item_create_response.rb +25 -1142
- data/lib/orb/models/invoice_tiny.rb +16 -0
- data/lib/orb/models/item_slim.rb +21 -0
- data/lib/orb/models/matrix_config.rb +32 -0
- data/lib/orb/models/matrix_sub_line_item.rb +61 -0
- data/lib/orb/models/matrix_value.rb +29 -0
- data/lib/orb/models/matrix_with_allocation_config.rb +40 -0
- data/lib/orb/models/maximum.rb +38 -0
- data/lib/orb/models/maximum_interval.rb +52 -0
- data/lib/orb/models/minimum.rb +38 -0
- data/lib/orb/models/minimum_interval.rb +52 -0
- data/lib/orb/models/monetary_amount_discount_adjustment.rb +87 -0
- data/lib/orb/models/monetary_maximum_adjustment.rb +87 -0
- data/lib/orb/models/monetary_minimum_adjustment.rb +95 -0
- data/lib/orb/models/monetary_percentage_discount_adjustment.rb +87 -0
- data/lib/orb/models/monetary_usage_discount_adjustment.rb +87 -0
- data/lib/orb/models/mutated_subscription.rb +302 -0
- data/lib/orb/models/new_accounting_sync_configuration.rb +23 -0
- data/lib/orb/models/new_allocation_price.rb +70 -0
- data/lib/orb/models/new_amount_discount.rb +120 -0
- data/lib/orb/models/new_avalara_tax_configuration.rb +37 -0
- data/lib/orb/models/new_billing_cycle_configuration.rb +37 -0
- data/lib/orb/models/new_dimensional_price_configuration.rb +36 -0
- data/lib/orb/models/new_floating_bps_price.rb +199 -0
- data/lib/orb/models/new_floating_bulk_bps_price.rb +197 -0
- data/lib/orb/models/new_floating_bulk_price.rb +197 -0
- data/lib/orb/models/new_floating_bulk_with_proration_price.rb +197 -0
- data/lib/orb/models/new_floating_cumulative_grouped_bulk_price.rb +197 -0
- data/lib/orb/models/new_floating_grouped_allocation_price.rb +197 -0
- data/lib/orb/models/new_floating_grouped_tiered_package_price.rb +197 -0
- data/lib/orb/models/new_floating_grouped_tiered_price.rb +197 -0
- data/lib/orb/models/new_floating_grouped_with_metered_minimum_price.rb +197 -0
- data/lib/orb/models/new_floating_grouped_with_prorated_minimum_price.rb +198 -0
- data/lib/orb/models/new_floating_matrix_price.rb +197 -0
- data/lib/orb/models/new_floating_matrix_with_allocation_price.rb +197 -0
- data/lib/orb/models/new_floating_matrix_with_display_name_price.rb +197 -0
- data/lib/orb/models/new_floating_max_group_tiered_package_price.rb +197 -0
- data/lib/orb/models/new_floating_package_price.rb +197 -0
- data/lib/orb/models/new_floating_package_with_allocation_price.rb +197 -0
- data/lib/orb/models/new_floating_scalable_matrix_with_tiered_pricing_price.rb +198 -0
- data/lib/orb/models/new_floating_scalable_matrix_with_unit_pricing_price.rb +198 -0
- data/lib/orb/models/new_floating_threshold_total_amount_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_bps_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_package_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_package_with_minimum_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_with_minimum_price.rb +197 -0
- data/lib/orb/models/new_floating_tiered_with_proration_price.rb +197 -0
- data/lib/orb/models/new_floating_unit_price.rb +197 -0
- data/lib/orb/models/new_floating_unit_with_percent_price.rb +197 -0
- data/lib/orb/models/new_floating_unit_with_proration_price.rb +197 -0
- data/lib/orb/models/new_maximum.rb +120 -0
- data/lib/orb/models/new_minimum.rb +128 -0
- data/lib/orb/models/new_percentage_discount.rb +120 -0
- data/lib/orb/models/new_plan_bps_price.rb +196 -0
- data/lib/orb/models/new_plan_bulk_bps_price.rb +200 -0
- data/lib/orb/models/new_plan_bulk_price.rb +196 -0
- data/lib/orb/models/new_plan_bulk_with_proration_price.rb +198 -0
- data/lib/orb/models/new_plan_cumulative_grouped_bulk_price.rb +198 -0
- data/lib/orb/models/new_plan_grouped_allocation_price.rb +198 -0
- data/lib/orb/models/new_plan_grouped_tiered_package_price.rb +198 -0
- data/lib/orb/models/new_plan_grouped_tiered_price.rb +198 -0
- data/lib/orb/models/new_plan_grouped_with_metered_minimum_price.rb +198 -0
- data/lib/orb/models/new_plan_grouped_with_prorated_minimum_price.rb +199 -0
- data/lib/orb/models/new_plan_matrix_price.rb +200 -0
- data/lib/orb/models/new_plan_matrix_with_allocation_price.rb +198 -0
- data/lib/orb/models/new_plan_matrix_with_display_name_price.rb +198 -0
- data/lib/orb/models/new_plan_max_group_tiered_package_price.rb +198 -0
- data/lib/orb/models/new_plan_package_price.rb +200 -0
- data/lib/orb/models/new_plan_package_with_allocation_price.rb +198 -0
- data/lib/orb/models/new_plan_scalable_matrix_with_tiered_pricing_price.rb +199 -0
- data/lib/orb/models/new_plan_scalable_matrix_with_unit_pricing_price.rb +199 -0
- data/lib/orb/models/new_plan_threshold_total_amount_price.rb +198 -0
- data/lib/orb/models/new_plan_tier_with_proration_price.rb +198 -0
- data/lib/orb/models/new_plan_tiered_bps_price.rb +198 -0
- data/lib/orb/models/new_plan_tiered_package_price.rb +198 -0
- data/lib/orb/models/new_plan_tiered_package_with_minimum_price.rb +198 -0
- data/lib/orb/models/new_plan_tiered_price.rb +200 -0
- data/lib/orb/models/new_plan_tiered_with_minimum_price.rb +198 -0
- data/lib/orb/models/new_plan_unit_price.rb +196 -0
- data/lib/orb/models/new_plan_unit_with_percent_price.rb +198 -0
- data/lib/orb/models/new_plan_unit_with_proration_price.rb +198 -0
- data/lib/orb/models/new_reporting_configuration.rb +15 -0
- data/lib/orb/models/new_sphere_configuration.rb +31 -0
- data/lib/orb/models/new_subscription_bps_price.rb +207 -0
- data/lib/orb/models/new_subscription_bulk_bps_price.rb +207 -0
- data/lib/orb/models/new_subscription_bulk_price.rb +207 -0
- data/lib/orb/models/new_subscription_bulk_with_proration_price.rb +207 -0
- data/lib/orb/models/new_subscription_cumulative_grouped_bulk_price.rb +207 -0
- data/lib/orb/models/new_subscription_grouped_allocation_price.rb +207 -0
- data/lib/orb/models/new_subscription_grouped_tiered_package_price.rb +207 -0
- data/lib/orb/models/new_subscription_grouped_tiered_price.rb +207 -0
- data/lib/orb/models/new_subscription_grouped_with_metered_minimum_price.rb +207 -0
- data/lib/orb/models/new_subscription_grouped_with_prorated_minimum_price.rb +208 -0
- data/lib/orb/models/new_subscription_matrix_price.rb +207 -0
- data/lib/orb/models/new_subscription_matrix_with_allocation_price.rb +207 -0
- data/lib/orb/models/new_subscription_matrix_with_display_name_price.rb +207 -0
- data/lib/orb/models/new_subscription_max_group_tiered_package_price.rb +207 -0
- data/lib/orb/models/new_subscription_package_price.rb +207 -0
- data/lib/orb/models/new_subscription_package_with_allocation_price.rb +207 -0
- data/lib/orb/models/new_subscription_scalable_matrix_with_tiered_pricing_price.rb +209 -0
- data/lib/orb/models/new_subscription_scalable_matrix_with_unit_pricing_price.rb +209 -0
- data/lib/orb/models/new_subscription_threshold_total_amount_price.rb +207 -0
- data/lib/orb/models/new_subscription_tier_with_proration_price.rb +207 -0
- data/lib/orb/models/new_subscription_tiered_bps_price.rb +207 -0
- data/lib/orb/models/new_subscription_tiered_package_price.rb +207 -0
- data/lib/orb/models/new_subscription_tiered_package_with_minimum_price.rb +207 -0
- data/lib/orb/models/new_subscription_tiered_price.rb +207 -0
- data/lib/orb/models/new_subscription_tiered_with_minimum_price.rb +207 -0
- data/lib/orb/models/new_subscription_unit_price.rb +207 -0
- data/lib/orb/models/new_subscription_unit_with_percent_price.rb +207 -0
- data/lib/orb/models/new_subscription_unit_with_proration_price.rb +207 -0
- data/lib/orb/models/new_tax_jar_configuration.rb +31 -0
- data/lib/orb/models/new_usage_discount.rb +120 -0
- data/lib/orb/models/other_sub_line_item.rb +54 -0
- data/lib/orb/models/package_config.rb +28 -0
- data/lib/orb/models/per_price_cost.rb +48 -0
- data/lib/orb/models/percentage_discount.rb +9 -1
- data/lib/orb/models/percentage_discount_interval.rb +69 -0
- data/lib/orb/models/plan.rb +22 -1040
- data/lib/orb/models/plan_create_params.rb +31 -8145
- data/lib/orb/models/plan_phase_amount_discount_adjustment.rb +87 -0
- data/lib/orb/models/plan_phase_maximum_adjustment.rb +87 -0
- data/lib/orb/models/plan_phase_minimum_adjustment.rb +95 -0
- data/lib/orb/models/plan_phase_percentage_discount_adjustment.rb +87 -0
- data/lib/orb/models/plan_phase_usage_discount_adjustment.rb +87 -0
- data/lib/orb/models/plan_version.rb +10 -672
- data/lib/orb/models/price.rb +1225 -10817
- data/lib/orb/models/price_create_params.rb +53 -472
- data/lib/orb/models/price_evaluate_multiple_params.rb +32 -8479
- data/lib/orb/models/price_evaluate_preview_events_params.rb +236 -0
- data/lib/orb/models/price_evaluate_preview_events_response.rb +51 -0
- data/lib/orb/models/price_interval.rb +113 -0
- data/lib/orb/models/sub_line_item_grouping.rb +23 -0
- data/lib/orb/models/sub_line_item_matrix_config.rb +16 -0
- data/lib/orb/models/subscription.rb +33 -1581
- data/lib/orb/models/subscription_change_apply_response.rb +3 -1904
- data/lib/orb/models/subscription_change_cancel_response.rb +3 -1905
- data/lib/orb/models/subscription_change_minified.rb +15 -0
- data/lib/orb/models/subscription_change_retrieve_response.rb +3 -1906
- data/lib/orb/models/subscription_create_params.rb +232 -18278
- data/lib/orb/models/subscription_fetch_costs_response.rb +3 -87
- data/lib/orb/models/subscription_minified.rb +15 -0
- data/lib/orb/models/subscription_price_intervals_params.rb +86 -8758
- data/lib/orb/models/subscription_redeem_coupon_params.rb +17 -9
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +238 -18372
- data/lib/orb/models/subscription_trial_info.rb +15 -0
- data/lib/orb/models/tax_amount.rb +32 -0
- data/lib/orb/models/threshold.rb +24 -0
- data/lib/orb/models/tier.rb +32 -0
- data/lib/orb/models/tier_config.rb +27 -0
- data/lib/orb/models/tier_sub_line_item.rb +61 -0
- data/lib/orb/models/tiered_bps_config.rb +20 -0
- data/lib/orb/models/tiered_config.rb +16 -0
- data/lib/orb/models/tiered_conversion_rate_config.rb +31 -0
- data/lib/orb/models/transform_price_filter.rb +61 -0
- data/lib/orb/models/trial_discount.rb +9 -1
- data/lib/orb/models/unit_config.rb +16 -0
- data/lib/orb/models/unit_conversion_rate_config.rb +31 -0
- data/lib/orb/models/usage_discount.rb +9 -1
- data/lib/orb/models/usage_discount_interval.rb +69 -0
- data/lib/orb/models.rb +348 -0
- data/lib/orb/resources/alerts.rb +4 -4
- data/lib/orb/resources/customers/credits/ledger.rb +4 -4
- data/lib/orb/resources/customers.rb +21 -21
- data/lib/orb/resources/plans.rb +1 -1
- data/lib/orb/resources/prices/external_price_id.rb +2 -2
- data/lib/orb/resources/prices.rb +82 -34
- data/lib/orb/resources/subscriptions.rb +29 -27
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +181 -11
- data/rbi/orb/internal/util.rbi +2 -0
- data/rbi/orb/models/accounting_provider_config.rbi +34 -0
- data/rbi/orb/models/address.rbi +55 -0
- data/rbi/orb/models/address_input.rbi +62 -0
- data/rbi/orb/models/adjustment_interval.rbi +93 -0
- data/rbi/orb/models/aggregated_cost.rbi +61 -0
- data/rbi/orb/models/alert.rbi +11 -84
- data/rbi/orb/models/alert_create_for_customer_params.rbi +3 -42
- data/rbi/orb/models/alert_create_for_external_customer_params.rbi +3 -48
- data/rbi/orb/models/alert_create_for_subscription_params.rbi +3 -38
- data/rbi/orb/models/alert_update_params.rbi +3 -31
- data/rbi/orb/models/allocation.rbi +45 -0
- data/rbi/orb/models/amount_discount.rbi +8 -0
- data/rbi/orb/models/amount_discount_interval.rbi +100 -0
- data/rbi/orb/models/beta/external_plan_id_create_plan_version_params.rbi +482 -32442
- data/rbi/orb/models/beta_create_plan_version_params.rbi +484 -32436
- data/rbi/orb/models/billable_metric_tiny.rbi +21 -0
- data/rbi/orb/models/billing_cycle_anchor_configuration.rbi +61 -0
- data/rbi/orb/models/billing_cycle_configuration.rbi +70 -0
- data/rbi/orb/models/bps_config.rbi +36 -0
- data/rbi/orb/models/bps_tier.rbi +58 -0
- data/rbi/orb/models/bulk_bps_config.rbi +31 -0
- data/rbi/orb/models/bulk_bps_tier.rbi +50 -0
- data/rbi/orb/models/bulk_config.rbi +26 -0
- data/rbi/orb/models/bulk_tier.rbi +38 -0
- data/rbi/orb/models/changed_subscription_resources.rbi +61 -0
- data/rbi/orb/models/conversion_rate_tier.rbi +51 -0
- data/rbi/orb/models/conversion_rate_tiered_config.rbi +31 -0
- data/rbi/orb/models/conversion_rate_unit_config.rbi +27 -0
- data/rbi/orb/models/coupon_redemption.rbi +37 -0
- data/rbi/orb/models/credit_note.rbi +7 -87
- data/rbi/orb/models/credit_note_tiny.rbi +25 -0
- data/rbi/orb/models/custom_expiration.rbi +55 -0
- data/rbi/orb/models/customer.rbi +19 -522
- data/rbi/orb/models/customer_create_params.rbi +36 -957
- data/rbi/orb/models/customer_hierarchy_config.rbi +52 -0
- data/rbi/orb/models/customer_minified.rbi +32 -0
- data/rbi/orb/models/customer_tax_id.rbi +324 -0
- data/rbi/orb/models/customer_update_by_external_id_params.rbi +36 -1436
- data/rbi/orb/models/customer_update_params.rbi +36 -957
- data/rbi/orb/models/customers/balance_transaction_create_response.rbi +8 -96
- data/rbi/orb/models/customers/balance_transaction_list_response.rbi +8 -96
- data/rbi/orb/models/customers/cost_list_by_external_id_response.rbi +5 -191
- data/rbi/orb/models/customers/cost_list_response.rbi +5 -182
- data/rbi/orb/models/customers/credits/affected_block.rbi +50 -0
- data/rbi/orb/models/customers/credits/amendment_ledger_entry.rbi +207 -0
- data/rbi/orb/models/customers/credits/credit_block_expiry_ledger_entry.rbi +209 -0
- data/rbi/orb/models/customers/credits/decrement_ledger_entry.rbi +225 -0
- data/rbi/orb/models/customers/credits/expiration_change_ledger_entry.rbi +213 -0
- data/rbi/orb/models/customers/credits/increment_ledger_entry.rbi +215 -0
- data/rbi/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbi +7 -1854
- data/rbi/orb/models/customers/credits/ledger_create_entry_response.rbi +7 -1854
- data/rbi/orb/models/customers/credits/ledger_list_by_external_id_response.rbi +7 -1854
- data/rbi/orb/models/customers/credits/ledger_list_response.rbi +7 -1854
- data/rbi/orb/models/customers/credits/top_up_create_by_external_id_response.rbi +4 -84
- data/rbi/orb/models/customers/credits/top_up_create_response.rbi +4 -84
- data/rbi/orb/models/customers/credits/top_up_invoice_settings.rbi +83 -0
- data/rbi/orb/models/customers/credits/top_up_list_by_external_id_response.rbi +4 -84
- data/rbi/orb/models/customers/credits/top_up_list_response.rbi +4 -84
- data/rbi/orb/models/customers/credits/void_initiated_ledger_entry.rbi +225 -0
- data/rbi/orb/models/customers/credits/void_ledger_entry.rbi +219 -0
- data/rbi/orb/models/dimensional_price_configuration.rbi +38 -0
- data/rbi/orb/models/discount_override.rbi +83 -0
- data/rbi/orb/models/fixed_fee_quantity_schedule_entry.rbi +48 -0
- data/rbi/orb/models/fixed_fee_quantity_transition.rbi +39 -0
- data/rbi/orb/models/invoice.rbi +212 -3345
- data/rbi/orb/models/invoice_create_params.rbi +4 -33
- data/rbi/orb/models/invoice_fetch_upcoming_response.rbi +355 -4329
- data/rbi/orb/models/invoice_line_item_create_response.rbi +30 -2260
- data/rbi/orb/models/invoice_tiny.rbi +24 -0
- data/rbi/orb/models/item_slim.rbi +23 -0
- data/rbi/orb/models/matrix_config.rbi +50 -0
- data/rbi/orb/models/matrix_sub_line_item.rbi +87 -0
- data/rbi/orb/models/matrix_value.rbi +43 -0
- data/rbi/orb/models/matrix_with_allocation_config.rbi +61 -0
- data/rbi/orb/models/maximum.rbi +52 -0
- data/rbi/orb/models/maximum_interval.rbi +69 -0
- data/rbi/orb/models/minimum.rbi +52 -0
- data/rbi/orb/models/minimum_interval.rbi +69 -0
- data/rbi/orb/models/monetary_amount_discount_adjustment.rbi +125 -0
- data/rbi/orb/models/monetary_maximum_adjustment.rbi +123 -0
- data/rbi/orb/models/monetary_minimum_adjustment.rbi +131 -0
- data/rbi/orb/models/monetary_percentage_discount_adjustment.rbi +131 -0
- data/rbi/orb/models/monetary_usage_discount_adjustment.rbi +125 -0
- data/rbi/orb/models/mutated_subscription.rbi +412 -0
- data/rbi/orb/models/new_accounting_sync_configuration.rbi +40 -0
- data/rbi/orb/models/new_allocation_price.rbi +104 -0
- data/rbi/orb/models/new_amount_discount.rbi +179 -0
- data/rbi/orb/models/new_avalara_tax_configuration.rbi +68 -0
- data/rbi/orb/models/new_billing_cycle_configuration.rbi +79 -0
- data/rbi/orb/models/new_dimensional_price_configuration.rbi +55 -0
- data/rbi/orb/models/new_floating_bps_price.rbi +294 -0
- data/rbi/orb/models/new_floating_bulk_bps_price.rbi +309 -0
- data/rbi/orb/models/new_floating_bulk_price.rbi +298 -0
- data/rbi/orb/models/new_floating_bulk_with_proration_price.rbi +331 -0
- data/rbi/orb/models/new_floating_cumulative_grouped_bulk_price.rbi +338 -0
- data/rbi/orb/models/new_floating_grouped_allocation_price.rbi +331 -0
- data/rbi/orb/models/new_floating_grouped_tiered_package_price.rbi +337 -0
- data/rbi/orb/models/new_floating_grouped_tiered_price.rbi +325 -0
- data/rbi/orb/models/new_floating_grouped_with_metered_minimum_price.rbi +348 -0
- data/rbi/orb/models/new_floating_grouped_with_prorated_minimum_price.rbi +348 -0
- data/rbi/orb/models/new_floating_matrix_price.rbi +304 -0
- data/rbi/orb/models/new_floating_matrix_with_allocation_price.rbi +345 -0
- data/rbi/orb/models/new_floating_matrix_with_display_name_price.rbi +338 -0
- data/rbi/orb/models/new_floating_max_group_tiered_package_price.rbi +338 -0
- data/rbi/orb/models/new_floating_package_price.rbi +306 -0
- data/rbi/orb/models/new_floating_package_with_allocation_price.rbi +338 -0
- data/rbi/orb/models/new_floating_scalable_matrix_with_tiered_pricing_price.rbi +350 -0
- data/rbi/orb/models/new_floating_scalable_matrix_with_unit_pricing_price.rbi +349 -0
- data/rbi/orb/models/new_floating_threshold_total_amount_price.rbi +337 -0
- data/rbi/orb/models/new_floating_tiered_bps_price.rbi +317 -0
- data/rbi/orb/models/new_floating_tiered_package_price.rbi +325 -0
- data/rbi/orb/models/new_floating_tiered_package_with_minimum_price.rbi +348 -0
- data/rbi/orb/models/new_floating_tiered_price.rbi +304 -0
- data/rbi/orb/models/new_floating_tiered_with_minimum_price.rbi +331 -0
- data/rbi/orb/models/new_floating_tiered_with_proration_price.rbi +337 -0
- data/rbi/orb/models/new_floating_unit_price.rbi +298 -0
- data/rbi/orb/models/new_floating_unit_with_percent_price.rbi +328 -0
- data/rbi/orb/models/new_floating_unit_with_proration_price.rbi +331 -0
- data/rbi/orb/models/new_maximum.rbi +160 -0
- data/rbi/orb/models/new_minimum.rbi +168 -0
- data/rbi/orb/models/new_percentage_discount.rbi +193 -0
- data/rbi/orb/models/new_plan_bps_price.rbi +294 -0
- data/rbi/orb/models/new_plan_bulk_bps_price.rbi +297 -0
- data/rbi/orb/models/new_plan_bulk_price.rbi +295 -0
- data/rbi/orb/models/new_plan_bulk_with_proration_price.rbi +327 -0
- data/rbi/orb/models/new_plan_cumulative_grouped_bulk_price.rbi +333 -0
- data/rbi/orb/models/new_plan_grouped_allocation_price.rbi +327 -0
- data/rbi/orb/models/new_plan_grouped_tiered_package_price.rbi +333 -0
- data/rbi/orb/models/new_plan_grouped_tiered_price.rbi +316 -0
- data/rbi/orb/models/new_plan_grouped_with_metered_minimum_price.rbi +340 -0
- data/rbi/orb/models/new_plan_grouped_with_prorated_minimum_price.rbi +345 -0
- data/rbi/orb/models/new_plan_matrix_price.rbi +297 -0
- data/rbi/orb/models/new_plan_matrix_with_allocation_price.rbi +341 -0
- data/rbi/orb/models/new_plan_matrix_with_display_name_price.rbi +333 -0
- data/rbi/orb/models/new_plan_max_group_tiered_package_price.rbi +333 -0
- data/rbi/orb/models/new_plan_package_price.rbi +297 -0
- data/rbi/orb/models/new_plan_package_with_allocation_price.rbi +333 -0
- data/rbi/orb/models/new_plan_scalable_matrix_with_tiered_pricing_price.rbi +352 -0
- data/rbi/orb/models/new_plan_scalable_matrix_with_unit_pricing_price.rbi +351 -0
- data/rbi/orb/models/new_plan_threshold_total_amount_price.rbi +333 -0
- data/rbi/orb/models/new_plan_tier_with_proration_price.rbi +327 -0
- data/rbi/orb/models/new_plan_tiered_bps_price.rbi +304 -0
- data/rbi/orb/models/new_plan_tiered_package_price.rbi +316 -0
- data/rbi/orb/models/new_plan_tiered_package_with_minimum_price.rbi +339 -0
- data/rbi/orb/models/new_plan_tiered_price.rbi +297 -0
- data/rbi/orb/models/new_plan_tiered_with_minimum_price.rbi +327 -0
- data/rbi/orb/models/new_plan_unit_price.rbi +295 -0
- data/rbi/orb/models/new_plan_unit_with_percent_price.rbi +325 -0
- data/rbi/orb/models/new_plan_unit_with_proration_price.rbi +327 -0
- data/rbi/orb/models/new_reporting_configuration.rbi +23 -0
- data/rbi/orb/models/new_sphere_configuration.rbi +59 -0
- data/rbi/orb/models/new_subscription_bps_price.rbi +317 -0
- data/rbi/orb/models/new_subscription_bulk_bps_price.rbi +338 -0
- data/rbi/orb/models/new_subscription_bulk_price.rbi +321 -0
- data/rbi/orb/models/new_subscription_bulk_with_proration_price.rbi +350 -0
- data/rbi/orb/models/new_subscription_cumulative_grouped_bulk_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_grouped_allocation_price.rbi +350 -0
- data/rbi/orb/models/new_subscription_grouped_tiered_package_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_grouped_tiered_price.rbi +343 -0
- data/rbi/orb/models/new_subscription_grouped_with_metered_minimum_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_grouped_with_prorated_minimum_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_matrix_price.rbi +332 -0
- data/rbi/orb/models/new_subscription_matrix_with_allocation_price.rbi +368 -0
- data/rbi/orb/models/new_subscription_matrix_with_display_name_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_max_group_tiered_package_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_package_price.rbi +338 -0
- data/rbi/orb/models/new_subscription_package_with_allocation_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_scalable_matrix_with_tiered_pricing_price.rbi +362 -0
- data/rbi/orb/models/new_subscription_scalable_matrix_with_unit_pricing_price.rbi +361 -0
- data/rbi/orb/models/new_subscription_threshold_total_amount_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_tier_with_proration_price.rbi +350 -0
- data/rbi/orb/models/new_subscription_tiered_bps_price.rbi +340 -0
- data/rbi/orb/models/new_subscription_tiered_package_price.rbi +343 -0
- data/rbi/orb/models/new_subscription_tiered_package_with_minimum_price.rbi +360 -0
- data/rbi/orb/models/new_subscription_tiered_price.rbi +332 -0
- data/rbi/orb/models/new_subscription_tiered_with_minimum_price.rbi +350 -0
- data/rbi/orb/models/new_subscription_unit_price.rbi +321 -0
- data/rbi/orb/models/new_subscription_unit_with_percent_price.rbi +349 -0
- data/rbi/orb/models/new_subscription_unit_with_proration_price.rbi +350 -0
- data/rbi/orb/models/new_tax_jar_configuration.rbi +59 -0
- data/rbi/orb/models/new_usage_discount.rbi +177 -0
- data/rbi/orb/models/other_sub_line_item.rbi +78 -0
- data/rbi/orb/models/package_config.rbi +39 -0
- data/rbi/orb/models/per_price_cost.rbi +96 -0
- data/rbi/orb/models/percentage_discount.rbi +8 -0
- data/rbi/orb/models/percentage_discount_interval.rbi +107 -0
- data/rbi/orb/models/plan.rbi +29 -1937
- data/rbi/orb/models/plan_create_params.rbi +112 -15428
- data/rbi/orb/models/plan_phase_amount_discount_adjustment.rbi +128 -0
- data/rbi/orb/models/plan_phase_maximum_adjustment.rbi +123 -0
- data/rbi/orb/models/plan_phase_minimum_adjustment.rbi +131 -0
- data/rbi/orb/models/plan_phase_percentage_discount_adjustment.rbi +131 -0
- data/rbi/orb/models/plan_phase_usage_discount_adjustment.rbi +125 -0
- data/rbi/orb/models/plan_version.rbi +13 -1252
- data/rbi/orb/models/price.rbi +3518 -26097
- data/rbi/orb/models/price_create_params.rbi +81 -937
- data/rbi/orb/models/price_evaluate_multiple_params.rbi +112 -15566
- data/rbi/orb/models/price_evaluate_preview_events_params.rbi +411 -0
- data/rbi/orb/models/price_evaluate_preview_events_response.rbi +101 -0
- data/rbi/orb/models/price_interval.rbi +174 -0
- data/rbi/orb/models/sub_line_item_grouping.rbi +31 -0
- data/rbi/orb/models/sub_line_item_matrix_config.rbi +33 -0
- data/rbi/orb/models/subscription.rbi +51 -2939
- data/rbi/orb/models/subscription_change_apply_response.rbi +4 -3580
- data/rbi/orb/models/subscription_change_cancel_response.rbi +4 -3580
- data/rbi/orb/models/subscription_change_minified.rbi +23 -0
- data/rbi/orb/models/subscription_change_retrieve_response.rbi +4 -3582
- data/rbi/orb/models/subscription_create_params.rbi +541 -33368
- data/rbi/orb/models/subscription_fetch_costs_response.rbi +5 -182
- data/rbi/orb/models/subscription_minified.rbi +23 -0
- data/rbi/orb/models/subscription_price_intervals_params.rbi +224 -16144
- data/rbi/orb/models/subscription_redeem_coupon_params.rbi +16 -8
- data/rbi/orb/models/subscription_schedule_plan_change_params.rbi +549 -33384
- data/rbi/orb/models/subscription_trial_info.rbi +23 -0
- data/rbi/orb/models/tax_amount.rbi +50 -0
- data/rbi/orb/models/threshold.rbi +30 -0
- data/rbi/orb/models/tier.rbi +50 -0
- data/rbi/orb/models/tier_config.rbi +40 -0
- data/rbi/orb/models/tier_sub_line_item.rbi +87 -0
- data/rbi/orb/models/tiered_bps_config.rbi +29 -0
- data/rbi/orb/models/tiered_config.rbi +26 -0
- data/rbi/orb/models/tiered_conversion_rate_config.rbi +73 -0
- data/rbi/orb/models/transform_price_filter.rbi +106 -0
- data/rbi/orb/models/trial_discount.rbi +8 -0
- data/rbi/orb/models/unit_config.rbi +24 -0
- data/rbi/orb/models/unit_conversion_rate_config.rbi +71 -0
- data/rbi/orb/models/usage_discount.rbi +8 -0
- data/rbi/orb/models/usage_discount_interval.rbi +99 -0
- data/rbi/orb/models.rbi +398 -0
- data/rbi/orb/resources/alerts.rbi +4 -13
- data/rbi/orb/resources/customers.rbi +27 -51
- data/rbi/orb/resources/plans.rbi +28 -28
- data/rbi/orb/resources/prices.rbi +82 -36
- data/rbi/orb/resources/subscriptions.rbi +19 -22
- data/sig/orb/models/accounting_provider_config.rbs +19 -0
- data/sig/orb/models/address.rbs +45 -0
- data/sig/orb/models/address_input.rbs +45 -0
- data/sig/orb/models/adjustment_interval.rbs +53 -0
- data/sig/orb/models/aggregated_cost.rbs +40 -0
- data/sig/orb/models/alert.rbs +12 -44
- data/sig/orb/models/alert_create_for_customer_params.rbs +4 -14
- data/sig/orb/models/alert_create_for_external_customer_params.rbs +4 -14
- data/sig/orb/models/alert_create_for_subscription_params.rbs +4 -14
- data/sig/orb/models/alert_update_params.rbs +4 -14
- data/sig/orb/models/allocation.rbs +30 -0
- data/sig/orb/models/amount_discount.rbs +5 -0
- data/sig/orb/models/amount_discount_interval.rbs +55 -0
- data/sig/orb/models/beta/external_plan_id_create_plan_version_params.rbs +147 -12821
- data/sig/orb/models/beta_create_plan_version_params.rbs +144 -12802
- data/sig/orb/models/billable_metric_tiny.rbs +13 -0
- data/sig/orb/models/billing_cycle_anchor_configuration.rbs +18 -0
- data/sig/orb/models/billing_cycle_configuration.rbs +36 -0
- data/sig/orb/models/bps_config.rbs +15 -0
- data/sig/orb/models/bps_tier.rbs +35 -0
- data/sig/orb/models/bulk_bps_config.rbs +13 -0
- data/sig/orb/models/bulk_bps_tier.rbs +26 -0
- data/sig/orb/models/bulk_config.rbs +13 -0
- data/sig/orb/models/bulk_tier.rbs +15 -0
- data/sig/orb/models/changed_subscription_resources.rbs +35 -0
- data/sig/orb/models/conversion_rate_tier.rbs +26 -0
- data/sig/orb/models/conversion_rate_tiered_config.rbs +14 -0
- data/sig/orb/models/conversion_rate_unit_config.rbs +13 -0
- data/sig/orb/models/coupon_redemption.rbs +22 -0
- data/sig/orb/models/credit_note.rbs +8 -47
- data/sig/orb/models/credit_note_tiny.rbs +13 -0
- data/sig/orb/models/custom_expiration.rbs +36 -0
- data/sig/orb/models/customer.rbs +20 -471
- data/sig/orb/models/customer_create_params.rbs +27 -577
- data/sig/orb/models/customer_hierarchy_config.rbs +24 -0
- data/sig/orb/models/customer_minified.rbs +15 -0
- data/sig/orb/models/customer_tax_id.rbs +346 -0
- data/sig/orb/models/customer_update_by_external_id_params.rbs +27 -577
- data/sig/orb/models/customer_update_params.rbs +27 -577
- data/sig/orb/models/customers/balance_transaction_create_response.rbs +8 -28
- data/sig/orb/models/customers/balance_transaction_list_response.rbs +8 -28
- data/sig/orb/models/customers/cost_list_by_external_id_response.rbs +4 -84
- data/sig/orb/models/customers/cost_list_response.rbs +4 -83
- data/sig/orb/models/customers/credits/affected_block.rbs +30 -0
- data/sig/orb/models/customers/credits/amendment_ledger_entry.rbs +105 -0
- data/sig/orb/models/customers/credits/credit_block_expiry_ledger_entry.rbs +107 -0
- data/sig/orb/models/customers/credits/decrement_ledger_entry.rbs +120 -0
- data/sig/orb/models/customers/credits/expiration_change_ledger_entry.rbs +110 -0
- data/sig/orb/models/customers/credits/increment_ledger_entry.rbs +110 -0
- data/sig/orb/models/customers/credits/ledger_create_entry_by_external_id_response.rbs +7 -939
- data/sig/orb/models/customers/credits/ledger_create_entry_response.rbs +7 -939
- data/sig/orb/models/customers/credits/ledger_list_by_external_id_response.rbs +7 -939
- data/sig/orb/models/customers/credits/ledger_list_response.rbs +7 -939
- data/sig/orb/models/customers/credits/top_up_create_by_external_id_response.rbs +4 -38
- data/sig/orb/models/customers/credits/top_up_create_response.rbs +4 -38
- data/sig/orb/models/customers/credits/top_up_invoice_settings.rbs +41 -0
- data/sig/orb/models/customers/credits/top_up_list_by_external_id_response.rbs +4 -38
- data/sig/orb/models/customers/credits/top_up_list_response.rbs +4 -38
- data/sig/orb/models/customers/credits/void_initiated_ledger_entry.rbs +120 -0
- data/sig/orb/models/customers/credits/void_ledger_entry.rbs +115 -0
- data/sig/orb/models/dimensional_price_configuration.rbs +22 -0
- data/sig/orb/models/discount_override.rbs +47 -0
- data/sig/orb/models/fixed_fee_quantity_schedule_entry.rbs +30 -0
- data/sig/orb/models/fixed_fee_quantity_transition.rbs +26 -0
- data/sig/orb/models/invoice.rbs +54 -1612
- data/sig/orb/models/invoice_create_params.rbs +4 -14
- data/sig/orb/models/invoice_fetch_upcoming_response.rbs +54 -1612
- data/sig/orb/models/invoice_line_item_create_response.rbs +18 -927
- data/sig/orb/models/invoice_tiny.rbs +13 -0
- data/sig/orb/models/item_slim.rbs +15 -0
- data/sig/orb/models/matrix_config.rbs +30 -0
- data/sig/orb/models/matrix_sub_line_item.rbs +55 -0
- data/sig/orb/models/matrix_value.rbs +22 -0
- data/sig/orb/models/matrix_with_allocation_config.rbs +35 -0
- data/sig/orb/models/maximum.rbs +30 -0
- data/sig/orb/models/maximum_interval.rbs +40 -0
- data/sig/orb/models/minimum.rbs +30 -0
- data/sig/orb/models/minimum_interval.rbs +40 -0
- data/sig/orb/models/monetary_amount_discount_adjustment.rbs +65 -0
- data/sig/orb/models/monetary_maximum_adjustment.rbs +65 -0
- data/sig/orb/models/monetary_minimum_adjustment.rbs +70 -0
- data/sig/orb/models/monetary_percentage_discount_adjustment.rbs +65 -0
- data/sig/orb/models/monetary_usage_discount_adjustment.rbs +65 -0
- data/sig/orb/models/mutated_subscription.rbs +178 -0
- data/sig/orb/models/new_accounting_sync_configuration.rbs +25 -0
- data/sig/orb/models/new_allocation_price.rbs +56 -0
- data/sig/orb/models/new_amount_discount.rbs +97 -0
- data/sig/orb/models/new_avalara_tax_configuration.rbs +40 -0
- data/sig/orb/models/new_billing_cycle_configuration.rbs +36 -0
- data/sig/orb/models/new_dimensional_price_configuration.rbs +30 -0
- data/sig/orb/models/new_floating_bps_price.rbs +135 -0
- data/sig/orb/models/new_floating_bulk_bps_price.rbs +135 -0
- data/sig/orb/models/new_floating_bulk_price.rbs +135 -0
- data/sig/orb/models/new_floating_bulk_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_floating_cumulative_grouped_bulk_price.rbs +135 -0
- data/sig/orb/models/new_floating_grouped_allocation_price.rbs +135 -0
- data/sig/orb/models/new_floating_grouped_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_floating_grouped_tiered_price.rbs +135 -0
- data/sig/orb/models/new_floating_grouped_with_metered_minimum_price.rbs +135 -0
- data/sig/orb/models/new_floating_grouped_with_prorated_minimum_price.rbs +135 -0
- data/sig/orb/models/new_floating_matrix_price.rbs +135 -0
- data/sig/orb/models/new_floating_matrix_with_allocation_price.rbs +135 -0
- data/sig/orb/models/new_floating_matrix_with_display_name_price.rbs +135 -0
- data/sig/orb/models/new_floating_max_group_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_floating_package_price.rbs +135 -0
- data/sig/orb/models/new_floating_package_with_allocation_price.rbs +135 -0
- data/sig/orb/models/new_floating_scalable_matrix_with_tiered_pricing_price.rbs +135 -0
- data/sig/orb/models/new_floating_scalable_matrix_with_unit_pricing_price.rbs +135 -0
- data/sig/orb/models/new_floating_threshold_total_amount_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_bps_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_package_with_minimum_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_with_minimum_price.rbs +135 -0
- data/sig/orb/models/new_floating_tiered_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_floating_unit_price.rbs +135 -0
- data/sig/orb/models/new_floating_unit_with_percent_price.rbs +135 -0
- data/sig/orb/models/new_floating_unit_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_maximum.rbs +97 -0
- data/sig/orb/models/new_minimum.rbs +102 -0
- data/sig/orb/models/new_percentage_discount.rbs +97 -0
- data/sig/orb/models/new_plan_bps_price.rbs +135 -0
- data/sig/orb/models/new_plan_bulk_bps_price.rbs +135 -0
- data/sig/orb/models/new_plan_bulk_price.rbs +135 -0
- data/sig/orb/models/new_plan_bulk_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_plan_cumulative_grouped_bulk_price.rbs +135 -0
- data/sig/orb/models/new_plan_grouped_allocation_price.rbs +135 -0
- data/sig/orb/models/new_plan_grouped_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_plan_grouped_tiered_price.rbs +135 -0
- data/sig/orb/models/new_plan_grouped_with_metered_minimum_price.rbs +135 -0
- data/sig/orb/models/new_plan_grouped_with_prorated_minimum_price.rbs +135 -0
- data/sig/orb/models/new_plan_matrix_price.rbs +135 -0
- data/sig/orb/models/new_plan_matrix_with_allocation_price.rbs +135 -0
- data/sig/orb/models/new_plan_matrix_with_display_name_price.rbs +135 -0
- data/sig/orb/models/new_plan_max_group_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_plan_package_price.rbs +135 -0
- data/sig/orb/models/new_plan_package_with_allocation_price.rbs +135 -0
- data/sig/orb/models/new_plan_scalable_matrix_with_tiered_pricing_price.rbs +135 -0
- data/sig/orb/models/new_plan_scalable_matrix_with_unit_pricing_price.rbs +135 -0
- data/sig/orb/models/new_plan_threshold_total_amount_price.rbs +135 -0
- data/sig/orb/models/new_plan_tier_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_plan_tiered_bps_price.rbs +135 -0
- data/sig/orb/models/new_plan_tiered_package_price.rbs +135 -0
- data/sig/orb/models/new_plan_tiered_package_with_minimum_price.rbs +135 -0
- data/sig/orb/models/new_plan_tiered_price.rbs +135 -0
- data/sig/orb/models/new_plan_tiered_with_minimum_price.rbs +135 -0
- data/sig/orb/models/new_plan_unit_price.rbs +135 -0
- data/sig/orb/models/new_plan_unit_with_percent_price.rbs +135 -0
- data/sig/orb/models/new_plan_unit_with_proration_price.rbs +135 -0
- data/sig/orb/models/new_reporting_configuration.rbs +13 -0
- data/sig/orb/models/new_sphere_configuration.rbs +35 -0
- data/sig/orb/models/new_subscription_bps_price.rbs +140 -0
- data/sig/orb/models/new_subscription_bulk_bps_price.rbs +140 -0
- data/sig/orb/models/new_subscription_bulk_price.rbs +140 -0
- data/sig/orb/models/new_subscription_bulk_with_proration_price.rbs +140 -0
- data/sig/orb/models/new_subscription_cumulative_grouped_bulk_price.rbs +140 -0
- data/sig/orb/models/new_subscription_grouped_allocation_price.rbs +140 -0
- data/sig/orb/models/new_subscription_grouped_tiered_package_price.rbs +140 -0
- data/sig/orb/models/new_subscription_grouped_tiered_price.rbs +140 -0
- data/sig/orb/models/new_subscription_grouped_with_metered_minimum_price.rbs +140 -0
- data/sig/orb/models/new_subscription_grouped_with_prorated_minimum_price.rbs +140 -0
- data/sig/orb/models/new_subscription_matrix_price.rbs +140 -0
- data/sig/orb/models/new_subscription_matrix_with_allocation_price.rbs +140 -0
- data/sig/orb/models/new_subscription_matrix_with_display_name_price.rbs +140 -0
- data/sig/orb/models/new_subscription_max_group_tiered_package_price.rbs +140 -0
- data/sig/orb/models/new_subscription_package_price.rbs +140 -0
- data/sig/orb/models/new_subscription_package_with_allocation_price.rbs +140 -0
- data/sig/orb/models/new_subscription_scalable_matrix_with_tiered_pricing_price.rbs +140 -0
- data/sig/orb/models/new_subscription_scalable_matrix_with_unit_pricing_price.rbs +140 -0
- data/sig/orb/models/new_subscription_threshold_total_amount_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tier_with_proration_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tiered_bps_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tiered_package_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tiered_package_with_minimum_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tiered_price.rbs +140 -0
- data/sig/orb/models/new_subscription_tiered_with_minimum_price.rbs +140 -0
- data/sig/orb/models/new_subscription_unit_price.rbs +140 -0
- data/sig/orb/models/new_subscription_unit_with_percent_price.rbs +140 -0
- data/sig/orb/models/new_subscription_unit_with_proration_price.rbs +140 -0
- data/sig/orb/models/new_tax_jar_configuration.rbs +35 -0
- data/sig/orb/models/new_usage_discount.rbs +97 -0
- data/sig/orb/models/other_sub_line_item.rbs +50 -0
- data/sig/orb/models/package_config.rbs +15 -0
- data/sig/orb/models/per_price_cost.rbs +40 -0
- data/sig/orb/models/percentage_discount.rbs +5 -0
- data/sig/orb/models/percentage_discount_interval.rbs +55 -0
- data/sig/orb/models/plan.rbs +21 -871
- data/sig/orb/models/plan_create_params.rbs +28 -5952
- data/sig/orb/models/plan_phase_amount_discount_adjustment.rbs +65 -0
- data/sig/orb/models/plan_phase_maximum_adjustment.rbs +65 -0
- data/sig/orb/models/plan_phase_minimum_adjustment.rbs +70 -0
- data/sig/orb/models/plan_phase_percentage_discount_adjustment.rbs +65 -0
- data/sig/orb/models/plan_phase_usage_discount_adjustment.rbs +65 -0
- data/sig/orb/models/plan_version.rbs +5 -535
- data/sig/orb/models/price.rbs +2164 -11297
- data/sig/orb/models/price_create_params.rbs +58 -418
- data/sig/orb/models/price_evaluate_multiple_params.rbs +28 -6138
- data/sig/orb/models/price_evaluate_preview_events_params.rbs +166 -0
- data/sig/orb/models/price_evaluate_preview_events_response.rbs +50 -0
- data/sig/orb/models/price_interval.rbs +65 -0
- data/sig/orb/models/sub_line_item_grouping.rbs +15 -0
- data/sig/orb/models/sub_line_item_matrix_config.rbs +13 -0
- data/sig/orb/models/subscription.rbs +39 -1274
- data/sig/orb/models/subscription_change_apply_response.rbs +4 -1467
- data/sig/orb/models/subscription_change_cancel_response.rbs +4 -1467
- data/sig/orb/models/subscription_change_minified.rbs +13 -0
- data/sig/orb/models/subscription_change_retrieve_response.rbs +4 -1467
- data/sig/orb/models/subscription_create_params.rbs +174 -13219
- data/sig/orb/models/subscription_fetch_costs_response.rbs +4 -82
- data/sig/orb/models/subscription_minified.rbs +13 -0
- data/sig/orb/models/subscription_price_intervals_params.rbs +61 -6390
- data/sig/orb/models/subscription_redeem_coupon_params.rbs +11 -6
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +175 -13220
- data/sig/orb/models/subscription_trial_info.rbs +13 -0
- data/sig/orb/models/tax_amount.rbs +30 -0
- data/sig/orb/models/threshold.rbs +13 -0
- data/sig/orb/models/tier.rbs +25 -0
- data/sig/orb/models/tier_config.rbs +26 -0
- data/sig/orb/models/tier_sub_line_item.rbs +55 -0
- data/sig/orb/models/tiered_bps_config.rbs +13 -0
- data/sig/orb/models/tiered_config.rbs +13 -0
- data/sig/orb/models/tiered_conversion_rate_config.rbs +35 -0
- data/sig/orb/models/transform_price_filter.rbs +56 -0
- data/sig/orb/models/trial_discount.rbs +5 -0
- data/sig/orb/models/unit_config.rbs +13 -0
- data/sig/orb/models/unit_conversion_rate_config.rbs +35 -0
- data/sig/orb/models/usage_discount.rbs +5 -0
- data/sig/orb/models/usage_discount_interval.rbs +55 -0
- data/sig/orb/models.rbs +342 -0
- data/sig/orb/resources/alerts.rbs +4 -4
- data/sig/orb/resources/customers.rbs +18 -18
- data/sig/orb/resources/prices.rbs +23 -13
- data/sig/orb/resources/subscriptions.rbs +15 -14
- metadata +545 -35
- data/lib/orb/models/subscription_cancel_response.rb +0 -1873
- data/lib/orb/models/subscription_create_response.rb +0 -1873
- data/lib/orb/models/subscription_price_intervals_response.rb +0 -1888
- data/lib/orb/models/subscription_redeem_coupon_response.rb +0 -1883
- data/lib/orb/models/subscription_schedule_plan_change_response.rb +0 -1893
- data/lib/orb/models/subscription_trigger_phase_response.rb +0 -1883
- data/lib/orb/models/subscription_unschedule_cancellation_response.rb +0 -1897
- data/lib/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rb +0 -1912
- data/lib/orb/models/subscription_unschedule_pending_plan_changes_response.rb +0 -1908
- data/lib/orb/models/subscription_update_fixed_fee_quantity_response.rb +0 -1897
- data/lib/orb/models/subscription_update_trial_response.rb +0 -1879
- data/rbi/orb/models/subscription_cancel_response.rbi +0 -3537
- data/rbi/orb/models/subscription_create_response.rbi +0 -3537
- data/rbi/orb/models/subscription_price_intervals_response.rbi +0 -3564
- data/rbi/orb/models/subscription_redeem_coupon_response.rbi +0 -3557
- data/rbi/orb/models/subscription_schedule_plan_change_response.rbi +0 -3564
- data/rbi/orb/models/subscription_trigger_phase_response.rbi +0 -3557
- data/rbi/orb/models/subscription_unschedule_cancellation_response.rbi +0 -3566
- data/rbi/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbi +0 -3566
- data/rbi/orb/models/subscription_unschedule_pending_plan_changes_response.rbi +0 -3566
- data/rbi/orb/models/subscription_update_fixed_fee_quantity_response.rbi +0 -3566
- data/rbi/orb/models/subscription_update_trial_response.rbi +0 -3556
- data/sig/orb/models/subscription_cancel_response.rbs +0 -1445
- data/sig/orb/models/subscription_create_response.rbs +0 -1445
- data/sig/orb/models/subscription_price_intervals_response.rbs +0 -1445
- data/sig/orb/models/subscription_redeem_coupon_response.rbs +0 -1445
- data/sig/orb/models/subscription_schedule_plan_change_response.rbs +0 -1445
- data/sig/orb/models/subscription_trigger_phase_response.rbs +0 -1445
- data/sig/orb/models/subscription_unschedule_cancellation_response.rbs +0 -1445
- data/sig/orb/models/subscription_unschedule_fixed_fee_quantity_updates_response.rbs +0 -1445
- data/sig/orb/models/subscription_unschedule_pending_plan_changes_response.rbs +0 -1445
- data/sig/orb/models/subscription_update_fixed_fee_quantity_response.rbs +0 -1445
- data/sig/orb/models/subscription_update_trial_response.rbs +0 -1445
@@ -11,21 +11,13 @@ module Orb
|
|
11
11
|
T.any(Orb::CustomerUpdateByExternalIDParams, Orb::Internal::AnyHash)
|
12
12
|
end
|
13
13
|
|
14
|
-
sig
|
15
|
-
returns(
|
16
|
-
T.nilable(
|
17
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration
|
18
|
-
)
|
19
|
-
)
|
20
|
-
end
|
14
|
+
sig { returns(T.nilable(Orb::NewAccountingSyncConfiguration)) }
|
21
15
|
attr_reader :accounting_sync_configuration
|
22
16
|
|
23
17
|
sig do
|
24
18
|
params(
|
25
19
|
accounting_sync_configuration:
|
26
|
-
T.nilable(
|
27
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::OrHash
|
28
|
-
)
|
20
|
+
T.nilable(Orb::NewAccountingSyncConfiguration::OrHash)
|
29
21
|
).void
|
30
22
|
end
|
31
23
|
attr_writer :accounting_sync_configuration
|
@@ -41,21 +33,10 @@ module Orb
|
|
41
33
|
sig { returns(T.nilable(T::Boolean)) }
|
42
34
|
attr_accessor :auto_collection
|
43
35
|
|
44
|
-
sig
|
45
|
-
returns(
|
46
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::BillingAddress)
|
47
|
-
)
|
48
|
-
end
|
36
|
+
sig { returns(T.nilable(Orb::AddressInput)) }
|
49
37
|
attr_reader :billing_address
|
50
38
|
|
51
|
-
sig
|
52
|
-
params(
|
53
|
-
billing_address:
|
54
|
-
T.nilable(
|
55
|
-
Orb::CustomerUpdateByExternalIDParams::BillingAddress::OrHash
|
56
|
-
)
|
57
|
-
).void
|
58
|
-
end
|
39
|
+
sig { params(billing_address: T.nilable(Orb::AddressInput::OrHash)).void }
|
59
40
|
attr_writer :billing_address
|
60
41
|
|
61
42
|
# An ISO 4217 currency string used for the customer's invoices and balance. If not
|
@@ -76,16 +57,11 @@ module Orb
|
|
76
57
|
attr_accessor :external_customer_id
|
77
58
|
|
78
59
|
# The hierarchical relationships for this customer.
|
79
|
-
sig
|
80
|
-
returns(T.nilable(Orb::CustomerUpdateByExternalIDParams::Hierarchy))
|
81
|
-
end
|
60
|
+
sig { returns(T.nilable(Orb::CustomerHierarchyConfig)) }
|
82
61
|
attr_reader :hierarchy
|
83
62
|
|
84
63
|
sig do
|
85
|
-
params(
|
86
|
-
hierarchy:
|
87
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::Hierarchy::OrHash)
|
88
|
-
).void
|
64
|
+
params(hierarchy: T.nilable(Orb::CustomerHierarchyConfig::OrHash)).void
|
89
65
|
end
|
90
66
|
attr_writer :hierarchy
|
91
67
|
|
@@ -120,39 +96,22 @@ module Orb
|
|
120
96
|
sig { returns(T.nilable(String)) }
|
121
97
|
attr_accessor :payment_provider_id
|
122
98
|
|
123
|
-
sig
|
124
|
-
returns(
|
125
|
-
T.nilable(
|
126
|
-
Orb::CustomerUpdateByExternalIDParams::ReportingConfiguration
|
127
|
-
)
|
128
|
-
)
|
129
|
-
end
|
99
|
+
sig { returns(T.nilable(Orb::NewReportingConfiguration)) }
|
130
100
|
attr_reader :reporting_configuration
|
131
101
|
|
132
102
|
sig do
|
133
103
|
params(
|
134
104
|
reporting_configuration:
|
135
|
-
T.nilable(
|
136
|
-
Orb::CustomerUpdateByExternalIDParams::ReportingConfiguration::OrHash
|
137
|
-
)
|
105
|
+
T.nilable(Orb::NewReportingConfiguration::OrHash)
|
138
106
|
).void
|
139
107
|
end
|
140
108
|
attr_writer :reporting_configuration
|
141
109
|
|
142
|
-
sig
|
143
|
-
returns(
|
144
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::ShippingAddress)
|
145
|
-
)
|
146
|
-
end
|
110
|
+
sig { returns(T.nilable(Orb::AddressInput)) }
|
147
111
|
attr_reader :shipping_address
|
148
112
|
|
149
113
|
sig do
|
150
|
-
params(
|
151
|
-
shipping_address:
|
152
|
-
T.nilable(
|
153
|
-
Orb::CustomerUpdateByExternalIDParams::ShippingAddress::OrHash
|
154
|
-
)
|
155
|
-
).void
|
114
|
+
params(shipping_address: T.nilable(Orb::AddressInput::OrHash)).void
|
156
115
|
end
|
157
116
|
attr_writer :shipping_address
|
158
117
|
|
@@ -160,9 +119,9 @@ module Orb
|
|
160
119
|
returns(
|
161
120
|
T.nilable(
|
162
121
|
T.any(
|
163
|
-
Orb::
|
164
|
-
Orb::
|
165
|
-
Orb::
|
122
|
+
Orb::NewAvalaraTaxConfiguration,
|
123
|
+
Orb::NewTaxJarConfiguration,
|
124
|
+
Orb::NewSphereConfiguration
|
166
125
|
)
|
167
126
|
)
|
168
127
|
)
|
@@ -274,35 +233,24 @@ module Orb
|
|
274
233
|
# | Uruguay | `uy_ruc` | Uruguayan RUC Number |
|
275
234
|
# | Venezuela | `ve_rif` | Venezuelan RIF Number |
|
276
235
|
# | Vietnam | `vn_tin` | Vietnamese Tax ID Number |
|
277
|
-
sig { returns(T.nilable(Orb::
|
236
|
+
sig { returns(T.nilable(Orb::CustomerTaxID)) }
|
278
237
|
attr_reader :tax_id
|
279
238
|
|
280
|
-
sig
|
281
|
-
params(
|
282
|
-
tax_id:
|
283
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::TaxID::OrHash)
|
284
|
-
).void
|
285
|
-
end
|
239
|
+
sig { params(tax_id: T.nilable(Orb::CustomerTaxID::OrHash)).void }
|
286
240
|
attr_writer :tax_id
|
287
241
|
|
288
242
|
sig do
|
289
243
|
params(
|
290
244
|
accounting_sync_configuration:
|
291
|
-
T.nilable(
|
292
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::OrHash
|
293
|
-
),
|
245
|
+
T.nilable(Orb::NewAccountingSyncConfiguration::OrHash),
|
294
246
|
additional_emails: T.nilable(T::Array[String]),
|
295
247
|
auto_collection: T.nilable(T::Boolean),
|
296
|
-
billing_address:
|
297
|
-
T.nilable(
|
298
|
-
Orb::CustomerUpdateByExternalIDParams::BillingAddress::OrHash
|
299
|
-
),
|
248
|
+
billing_address: T.nilable(Orb::AddressInput::OrHash),
|
300
249
|
currency: T.nilable(String),
|
301
250
|
email: T.nilable(String),
|
302
251
|
email_delivery: T.nilable(T::Boolean),
|
303
252
|
external_customer_id: T.nilable(String),
|
304
|
-
hierarchy:
|
305
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::Hierarchy::OrHash),
|
253
|
+
hierarchy: T.nilable(Orb::CustomerHierarchyConfig::OrHash),
|
306
254
|
metadata: T.nilable(T::Hash[Symbol, T.nilable(String)]),
|
307
255
|
name: T.nilable(String),
|
308
256
|
payment_provider:
|
@@ -311,23 +259,17 @@ module Orb
|
|
311
259
|
),
|
312
260
|
payment_provider_id: T.nilable(String),
|
313
261
|
reporting_configuration:
|
314
|
-
T.nilable(
|
315
|
-
|
316
|
-
),
|
317
|
-
shipping_address:
|
318
|
-
T.nilable(
|
319
|
-
Orb::CustomerUpdateByExternalIDParams::ShippingAddress::OrHash
|
320
|
-
),
|
262
|
+
T.nilable(Orb::NewReportingConfiguration::OrHash),
|
263
|
+
shipping_address: T.nilable(Orb::AddressInput::OrHash),
|
321
264
|
tax_configuration:
|
322
265
|
T.nilable(
|
323
266
|
T.any(
|
324
|
-
Orb::
|
325
|
-
Orb::
|
326
|
-
Orb::
|
267
|
+
Orb::NewAvalaraTaxConfiguration::OrHash,
|
268
|
+
Orb::NewTaxJarConfiguration::OrHash,
|
269
|
+
Orb::NewSphereConfiguration::OrHash
|
327
270
|
)
|
328
271
|
),
|
329
|
-
tax_id:
|
330
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::TaxID::OrHash),
|
272
|
+
tax_id: T.nilable(Orb::CustomerTaxID::OrHash),
|
331
273
|
request_options: Orb::RequestOptions::OrHash
|
332
274
|
).returns(T.attached_class)
|
333
275
|
end
|
@@ -486,19 +428,15 @@ module Orb
|
|
486
428
|
override.returns(
|
487
429
|
{
|
488
430
|
accounting_sync_configuration:
|
489
|
-
T.nilable(
|
490
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration
|
491
|
-
),
|
431
|
+
T.nilable(Orb::NewAccountingSyncConfiguration),
|
492
432
|
additional_emails: T.nilable(T::Array[String]),
|
493
433
|
auto_collection: T.nilable(T::Boolean),
|
494
|
-
billing_address:
|
495
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::BillingAddress),
|
434
|
+
billing_address: T.nilable(Orb::AddressInput),
|
496
435
|
currency: T.nilable(String),
|
497
436
|
email: T.nilable(String),
|
498
437
|
email_delivery: T.nilable(T::Boolean),
|
499
438
|
external_customer_id: T.nilable(String),
|
500
|
-
hierarchy:
|
501
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::Hierarchy),
|
439
|
+
hierarchy: T.nilable(Orb::CustomerHierarchyConfig),
|
502
440
|
metadata: T.nilable(T::Hash[Symbol, T.nilable(String)]),
|
503
441
|
name: T.nilable(String),
|
504
442
|
payment_provider:
|
@@ -506,21 +444,17 @@ module Orb
|
|
506
444
|
Orb::CustomerUpdateByExternalIDParams::PaymentProvider::OrSymbol
|
507
445
|
),
|
508
446
|
payment_provider_id: T.nilable(String),
|
509
|
-
reporting_configuration:
|
510
|
-
|
511
|
-
Orb::CustomerUpdateByExternalIDParams::ReportingConfiguration
|
512
|
-
),
|
513
|
-
shipping_address:
|
514
|
-
T.nilable(Orb::CustomerUpdateByExternalIDParams::ShippingAddress),
|
447
|
+
reporting_configuration: T.nilable(Orb::NewReportingConfiguration),
|
448
|
+
shipping_address: T.nilable(Orb::AddressInput),
|
515
449
|
tax_configuration:
|
516
450
|
T.nilable(
|
517
451
|
T.any(
|
518
|
-
Orb::
|
519
|
-
Orb::
|
520
|
-
Orb::
|
452
|
+
Orb::NewAvalaraTaxConfiguration,
|
453
|
+
Orb::NewTaxJarConfiguration,
|
454
|
+
Orb::NewSphereConfiguration
|
521
455
|
)
|
522
456
|
),
|
523
|
-
tax_id: T.nilable(Orb::
|
457
|
+
tax_id: T.nilable(Orb::CustomerTaxID),
|
524
458
|
request_options: Orb::RequestOptions
|
525
459
|
}
|
526
460
|
)
|
@@ -528,206 +462,6 @@ module Orb
|
|
528
462
|
def to_hash
|
529
463
|
end
|
530
464
|
|
531
|
-
class AccountingSyncConfiguration < Orb::Internal::Type::BaseModel
|
532
|
-
OrHash =
|
533
|
-
T.type_alias do
|
534
|
-
T.any(
|
535
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration,
|
536
|
-
Orb::Internal::AnyHash
|
537
|
-
)
|
538
|
-
end
|
539
|
-
|
540
|
-
sig do
|
541
|
-
returns(
|
542
|
-
T.nilable(
|
543
|
-
T::Array[
|
544
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::AccountingProvider
|
545
|
-
]
|
546
|
-
)
|
547
|
-
)
|
548
|
-
end
|
549
|
-
attr_accessor :accounting_providers
|
550
|
-
|
551
|
-
sig { returns(T.nilable(T::Boolean)) }
|
552
|
-
attr_accessor :excluded
|
553
|
-
|
554
|
-
sig do
|
555
|
-
params(
|
556
|
-
accounting_providers:
|
557
|
-
T.nilable(
|
558
|
-
T::Array[
|
559
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::AccountingProvider::OrHash
|
560
|
-
]
|
561
|
-
),
|
562
|
-
excluded: T.nilable(T::Boolean)
|
563
|
-
).returns(T.attached_class)
|
564
|
-
end
|
565
|
-
def self.new(accounting_providers: nil, excluded: nil)
|
566
|
-
end
|
567
|
-
|
568
|
-
sig do
|
569
|
-
override.returns(
|
570
|
-
{
|
571
|
-
accounting_providers:
|
572
|
-
T.nilable(
|
573
|
-
T::Array[
|
574
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::AccountingProvider
|
575
|
-
]
|
576
|
-
),
|
577
|
-
excluded: T.nilable(T::Boolean)
|
578
|
-
}
|
579
|
-
)
|
580
|
-
end
|
581
|
-
def to_hash
|
582
|
-
end
|
583
|
-
|
584
|
-
class AccountingProvider < Orb::Internal::Type::BaseModel
|
585
|
-
OrHash =
|
586
|
-
T.type_alias do
|
587
|
-
T.any(
|
588
|
-
Orb::CustomerUpdateByExternalIDParams::AccountingSyncConfiguration::AccountingProvider,
|
589
|
-
Orb::Internal::AnyHash
|
590
|
-
)
|
591
|
-
end
|
592
|
-
|
593
|
-
sig { returns(String) }
|
594
|
-
attr_accessor :external_provider_id
|
595
|
-
|
596
|
-
sig { returns(String) }
|
597
|
-
attr_accessor :provider_type
|
598
|
-
|
599
|
-
sig do
|
600
|
-
params(external_provider_id: String, provider_type: String).returns(
|
601
|
-
T.attached_class
|
602
|
-
)
|
603
|
-
end
|
604
|
-
def self.new(external_provider_id:, provider_type:)
|
605
|
-
end
|
606
|
-
|
607
|
-
sig do
|
608
|
-
override.returns(
|
609
|
-
{ external_provider_id: String, provider_type: String }
|
610
|
-
)
|
611
|
-
end
|
612
|
-
def to_hash
|
613
|
-
end
|
614
|
-
end
|
615
|
-
end
|
616
|
-
|
617
|
-
class BillingAddress < Orb::Internal::Type::BaseModel
|
618
|
-
OrHash =
|
619
|
-
T.type_alias do
|
620
|
-
T.any(
|
621
|
-
Orb::CustomerUpdateByExternalIDParams::BillingAddress,
|
622
|
-
Orb::Internal::AnyHash
|
623
|
-
)
|
624
|
-
end
|
625
|
-
|
626
|
-
sig { returns(T.nilable(String)) }
|
627
|
-
attr_accessor :city
|
628
|
-
|
629
|
-
sig { returns(T.nilable(String)) }
|
630
|
-
attr_accessor :country
|
631
|
-
|
632
|
-
sig { returns(T.nilable(String)) }
|
633
|
-
attr_accessor :line1
|
634
|
-
|
635
|
-
sig { returns(T.nilable(String)) }
|
636
|
-
attr_accessor :line2
|
637
|
-
|
638
|
-
sig { returns(T.nilable(String)) }
|
639
|
-
attr_accessor :postal_code
|
640
|
-
|
641
|
-
sig { returns(T.nilable(String)) }
|
642
|
-
attr_accessor :state
|
643
|
-
|
644
|
-
sig do
|
645
|
-
params(
|
646
|
-
city: T.nilable(String),
|
647
|
-
country: T.nilable(String),
|
648
|
-
line1: T.nilable(String),
|
649
|
-
line2: T.nilable(String),
|
650
|
-
postal_code: T.nilable(String),
|
651
|
-
state: T.nilable(String)
|
652
|
-
).returns(T.attached_class)
|
653
|
-
end
|
654
|
-
def self.new(
|
655
|
-
city: nil,
|
656
|
-
country: nil,
|
657
|
-
line1: nil,
|
658
|
-
line2: nil,
|
659
|
-
postal_code: nil,
|
660
|
-
state: nil
|
661
|
-
)
|
662
|
-
end
|
663
|
-
|
664
|
-
sig do
|
665
|
-
override.returns(
|
666
|
-
{
|
667
|
-
city: T.nilable(String),
|
668
|
-
country: T.nilable(String),
|
669
|
-
line1: T.nilable(String),
|
670
|
-
line2: T.nilable(String),
|
671
|
-
postal_code: T.nilable(String),
|
672
|
-
state: T.nilable(String)
|
673
|
-
}
|
674
|
-
)
|
675
|
-
end
|
676
|
-
def to_hash
|
677
|
-
end
|
678
|
-
end
|
679
|
-
|
680
|
-
class Hierarchy < Orb::Internal::Type::BaseModel
|
681
|
-
OrHash =
|
682
|
-
T.type_alias do
|
683
|
-
T.any(
|
684
|
-
Orb::CustomerUpdateByExternalIDParams::Hierarchy,
|
685
|
-
Orb::Internal::AnyHash
|
686
|
-
)
|
687
|
-
end
|
688
|
-
|
689
|
-
# A list of child customer IDs to add to the hierarchy. The desired child
|
690
|
-
# customers must not already be part of another hierarchy.
|
691
|
-
sig { returns(T.nilable(T::Array[String])) }
|
692
|
-
attr_reader :child_customer_ids
|
693
|
-
|
694
|
-
sig { params(child_customer_ids: T::Array[String]).void }
|
695
|
-
attr_writer :child_customer_ids
|
696
|
-
|
697
|
-
# The ID of the parent customer in the hierarchy. The desired parent customer must
|
698
|
-
# not be a child of another customer.
|
699
|
-
sig { returns(T.nilable(String)) }
|
700
|
-
attr_accessor :parent_customer_id
|
701
|
-
|
702
|
-
# The hierarchical relationships for this customer.
|
703
|
-
sig do
|
704
|
-
params(
|
705
|
-
child_customer_ids: T::Array[String],
|
706
|
-
parent_customer_id: T.nilable(String)
|
707
|
-
).returns(T.attached_class)
|
708
|
-
end
|
709
|
-
def self.new(
|
710
|
-
# A list of child customer IDs to add to the hierarchy. The desired child
|
711
|
-
# customers must not already be part of another hierarchy.
|
712
|
-
child_customer_ids: nil,
|
713
|
-
# The ID of the parent customer in the hierarchy. The desired parent customer must
|
714
|
-
# not be a child of another customer.
|
715
|
-
parent_customer_id: nil
|
716
|
-
)
|
717
|
-
end
|
718
|
-
|
719
|
-
sig do
|
720
|
-
override.returns(
|
721
|
-
{
|
722
|
-
child_customer_ids: T::Array[String],
|
723
|
-
parent_customer_id: T.nilable(String)
|
724
|
-
}
|
725
|
-
)
|
726
|
-
end
|
727
|
-
def to_hash
|
728
|
-
end
|
729
|
-
end
|
730
|
-
|
731
465
|
# This is used for creating charges or invoices in an external system via Orb.
|
732
466
|
# When not in test mode:
|
733
467
|
#
|
@@ -784,206 +518,17 @@ module Orb
|
|
784
518
|
end
|
785
519
|
end
|
786
520
|
|
787
|
-
class ReportingConfiguration < Orb::Internal::Type::BaseModel
|
788
|
-
OrHash =
|
789
|
-
T.type_alias do
|
790
|
-
T.any(
|
791
|
-
Orb::CustomerUpdateByExternalIDParams::ReportingConfiguration,
|
792
|
-
Orb::Internal::AnyHash
|
793
|
-
)
|
794
|
-
end
|
795
|
-
|
796
|
-
sig { returns(T::Boolean) }
|
797
|
-
attr_accessor :exempt
|
798
|
-
|
799
|
-
sig { params(exempt: T::Boolean).returns(T.attached_class) }
|
800
|
-
def self.new(exempt:)
|
801
|
-
end
|
802
|
-
|
803
|
-
sig { override.returns({ exempt: T::Boolean }) }
|
804
|
-
def to_hash
|
805
|
-
end
|
806
|
-
end
|
807
|
-
|
808
|
-
class ShippingAddress < Orb::Internal::Type::BaseModel
|
809
|
-
OrHash =
|
810
|
-
T.type_alias do
|
811
|
-
T.any(
|
812
|
-
Orb::CustomerUpdateByExternalIDParams::ShippingAddress,
|
813
|
-
Orb::Internal::AnyHash
|
814
|
-
)
|
815
|
-
end
|
816
|
-
|
817
|
-
sig { returns(T.nilable(String)) }
|
818
|
-
attr_accessor :city
|
819
|
-
|
820
|
-
sig { returns(T.nilable(String)) }
|
821
|
-
attr_accessor :country
|
822
|
-
|
823
|
-
sig { returns(T.nilable(String)) }
|
824
|
-
attr_accessor :line1
|
825
|
-
|
826
|
-
sig { returns(T.nilable(String)) }
|
827
|
-
attr_accessor :line2
|
828
|
-
|
829
|
-
sig { returns(T.nilable(String)) }
|
830
|
-
attr_accessor :postal_code
|
831
|
-
|
832
|
-
sig { returns(T.nilable(String)) }
|
833
|
-
attr_accessor :state
|
834
|
-
|
835
|
-
sig do
|
836
|
-
params(
|
837
|
-
city: T.nilable(String),
|
838
|
-
country: T.nilable(String),
|
839
|
-
line1: T.nilable(String),
|
840
|
-
line2: T.nilable(String),
|
841
|
-
postal_code: T.nilable(String),
|
842
|
-
state: T.nilable(String)
|
843
|
-
).returns(T.attached_class)
|
844
|
-
end
|
845
|
-
def self.new(
|
846
|
-
city: nil,
|
847
|
-
country: nil,
|
848
|
-
line1: nil,
|
849
|
-
line2: nil,
|
850
|
-
postal_code: nil,
|
851
|
-
state: nil
|
852
|
-
)
|
853
|
-
end
|
854
|
-
|
855
|
-
sig do
|
856
|
-
override.returns(
|
857
|
-
{
|
858
|
-
city: T.nilable(String),
|
859
|
-
country: T.nilable(String),
|
860
|
-
line1: T.nilable(String),
|
861
|
-
line2: T.nilable(String),
|
862
|
-
postal_code: T.nilable(String),
|
863
|
-
state: T.nilable(String)
|
864
|
-
}
|
865
|
-
)
|
866
|
-
end
|
867
|
-
def to_hash
|
868
|
-
end
|
869
|
-
end
|
870
|
-
|
871
521
|
module TaxConfiguration
|
872
522
|
extend Orb::Internal::Type::Union
|
873
523
|
|
874
524
|
Variants =
|
875
525
|
T.type_alias do
|
876
526
|
T.any(
|
877
|
-
Orb::
|
878
|
-
Orb::
|
879
|
-
Orb::
|
880
|
-
)
|
881
|
-
end
|
882
|
-
|
883
|
-
class Avalara < Orb::Internal::Type::BaseModel
|
884
|
-
OrHash =
|
885
|
-
T.type_alias do
|
886
|
-
T.any(
|
887
|
-
Orb::CustomerUpdateByExternalIDParams::TaxConfiguration::Avalara,
|
888
|
-
Orb::Internal::AnyHash
|
889
|
-
)
|
890
|
-
end
|
891
|
-
|
892
|
-
sig { returns(T::Boolean) }
|
893
|
-
attr_accessor :tax_exempt
|
894
|
-
|
895
|
-
sig { returns(Symbol) }
|
896
|
-
attr_accessor :tax_provider
|
897
|
-
|
898
|
-
sig { returns(T.nilable(String)) }
|
899
|
-
attr_accessor :tax_exemption_code
|
900
|
-
|
901
|
-
sig do
|
902
|
-
params(
|
903
|
-
tax_exempt: T::Boolean,
|
904
|
-
tax_exemption_code: T.nilable(String),
|
905
|
-
tax_provider: Symbol
|
906
|
-
).returns(T.attached_class)
|
907
|
-
end
|
908
|
-
def self.new(
|
909
|
-
tax_exempt:,
|
910
|
-
tax_exemption_code: nil,
|
911
|
-
tax_provider: :avalara
|
912
|
-
)
|
913
|
-
end
|
914
|
-
|
915
|
-
sig do
|
916
|
-
override.returns(
|
917
|
-
{
|
918
|
-
tax_exempt: T::Boolean,
|
919
|
-
tax_provider: Symbol,
|
920
|
-
tax_exemption_code: T.nilable(String)
|
921
|
-
}
|
527
|
+
Orb::NewAvalaraTaxConfiguration,
|
528
|
+
Orb::NewTaxJarConfiguration,
|
529
|
+
Orb::NewSphereConfiguration
|
922
530
|
)
|
923
531
|
end
|
924
|
-
def to_hash
|
925
|
-
end
|
926
|
-
end
|
927
|
-
|
928
|
-
class Taxjar < Orb::Internal::Type::BaseModel
|
929
|
-
OrHash =
|
930
|
-
T.type_alias do
|
931
|
-
T.any(
|
932
|
-
Orb::CustomerUpdateByExternalIDParams::TaxConfiguration::Taxjar,
|
933
|
-
Orb::Internal::AnyHash
|
934
|
-
)
|
935
|
-
end
|
936
|
-
|
937
|
-
sig { returns(T::Boolean) }
|
938
|
-
attr_accessor :tax_exempt
|
939
|
-
|
940
|
-
sig { returns(Symbol) }
|
941
|
-
attr_accessor :tax_provider
|
942
|
-
|
943
|
-
sig do
|
944
|
-
params(tax_exempt: T::Boolean, tax_provider: Symbol).returns(
|
945
|
-
T.attached_class
|
946
|
-
)
|
947
|
-
end
|
948
|
-
def self.new(tax_exempt:, tax_provider: :taxjar)
|
949
|
-
end
|
950
|
-
|
951
|
-
sig do
|
952
|
-
override.returns({ tax_exempt: T::Boolean, tax_provider: Symbol })
|
953
|
-
end
|
954
|
-
def to_hash
|
955
|
-
end
|
956
|
-
end
|
957
|
-
|
958
|
-
class Sphere < Orb::Internal::Type::BaseModel
|
959
|
-
OrHash =
|
960
|
-
T.type_alias do
|
961
|
-
T.any(
|
962
|
-
Orb::CustomerUpdateByExternalIDParams::TaxConfiguration::Sphere,
|
963
|
-
Orb::Internal::AnyHash
|
964
|
-
)
|
965
|
-
end
|
966
|
-
|
967
|
-
sig { returns(T::Boolean) }
|
968
|
-
attr_accessor :tax_exempt
|
969
|
-
|
970
|
-
sig { returns(Symbol) }
|
971
|
-
attr_accessor :tax_provider
|
972
|
-
|
973
|
-
sig do
|
974
|
-
params(tax_exempt: T::Boolean, tax_provider: Symbol).returns(
|
975
|
-
T.attached_class
|
976
|
-
)
|
977
|
-
end
|
978
|
-
def self.new(tax_exempt:, tax_provider: :sphere)
|
979
|
-
end
|
980
|
-
|
981
|
-
sig do
|
982
|
-
override.returns({ tax_exempt: T::Boolean, tax_provider: Symbol })
|
983
|
-
end
|
984
|
-
def to_hash
|
985
|
-
end
|
986
|
-
end
|
987
532
|
|
988
533
|
sig do
|
989
534
|
override.returns(
|
@@ -995,951 +540,6 @@ module Orb
|
|
995
540
|
def self.variants
|
996
541
|
end
|
997
542
|
end
|
998
|
-
|
999
|
-
class TaxID < Orb::Internal::Type::BaseModel
|
1000
|
-
OrHash =
|
1001
|
-
T.type_alias do
|
1002
|
-
T.any(
|
1003
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID,
|
1004
|
-
Orb::Internal::AnyHash
|
1005
|
-
)
|
1006
|
-
end
|
1007
|
-
|
1008
|
-
sig do
|
1009
|
-
returns(
|
1010
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::OrSymbol
|
1011
|
-
)
|
1012
|
-
end
|
1013
|
-
attr_accessor :country
|
1014
|
-
|
1015
|
-
sig do
|
1016
|
-
returns(Orb::CustomerUpdateByExternalIDParams::TaxID::Type::OrSymbol)
|
1017
|
-
end
|
1018
|
-
attr_accessor :type
|
1019
|
-
|
1020
|
-
sig { returns(String) }
|
1021
|
-
attr_accessor :value
|
1022
|
-
|
1023
|
-
# Tax IDs are commonly required to be displayed on customer invoices, which are
|
1024
|
-
# added to the headers of invoices.
|
1025
|
-
#
|
1026
|
-
# ### Supported Tax ID Countries and Types
|
1027
|
-
#
|
1028
|
-
# | Country | Type | Description |
|
1029
|
-
# | -------------------- | ------------ | ------------------------------------------------------------------------------------------------------- |
|
1030
|
-
# | Andorra | `ad_nrt` | Andorran NRT Number |
|
1031
|
-
# | Argentina | `ar_cuit` | Argentinian Tax ID Number |
|
1032
|
-
# | Australia | `au_abn` | Australian Business Number (AU ABN) |
|
1033
|
-
# | Australia | `au_arn` | Australian Taxation Office Reference Number |
|
1034
|
-
# | Austria | `eu_vat` | European VAT Number |
|
1035
|
-
# | Bahrain | `bh_vat` | Bahraini VAT Number |
|
1036
|
-
# | Belgium | `eu_vat` | European VAT Number |
|
1037
|
-
# | Bolivia | `bo_tin` | Bolivian Tax ID |
|
1038
|
-
# | Brazil | `br_cnpj` | Brazilian CNPJ Number |
|
1039
|
-
# | Brazil | `br_cpf` | Brazilian CPF Number |
|
1040
|
-
# | Bulgaria | `bg_uic` | Bulgaria Unified Identification Code |
|
1041
|
-
# | Bulgaria | `eu_vat` | European VAT Number |
|
1042
|
-
# | Canada | `ca_bn` | Canadian BN |
|
1043
|
-
# | Canada | `ca_gst_hst` | Canadian GST/HST Number |
|
1044
|
-
# | Canada | `ca_pst_bc` | Canadian PST Number (British Columbia) |
|
1045
|
-
# | Canada | `ca_pst_mb` | Canadian PST Number (Manitoba) |
|
1046
|
-
# | Canada | `ca_pst_sk` | Canadian PST Number (Saskatchewan) |
|
1047
|
-
# | Canada | `ca_qst` | Canadian QST Number (Québec) |
|
1048
|
-
# | Chile | `cl_tin` | Chilean TIN |
|
1049
|
-
# | China | `cn_tin` | Chinese Tax ID |
|
1050
|
-
# | Colombia | `co_nit` | Colombian NIT Number |
|
1051
|
-
# | Costa Rica | `cr_tin` | Costa Rican Tax ID |
|
1052
|
-
# | Croatia | `eu_vat` | European VAT Number |
|
1053
|
-
# | Cyprus | `eu_vat` | European VAT Number |
|
1054
|
-
# | Czech Republic | `eu_vat` | European VAT Number |
|
1055
|
-
# | Denmark | `eu_vat` | European VAT Number |
|
1056
|
-
# | Dominican Republic | `do_rcn` | Dominican RCN Number |
|
1057
|
-
# | Ecuador | `ec_ruc` | Ecuadorian RUC Number |
|
1058
|
-
# | Egypt | `eg_tin` | Egyptian Tax Identification Number |
|
1059
|
-
# | El Salvador | `sv_nit` | El Salvadorian NIT Number |
|
1060
|
-
# | Estonia | `eu_vat` | European VAT Number |
|
1061
|
-
# | EU | `eu_oss_vat` | European One Stop Shop VAT Number for non-Union scheme |
|
1062
|
-
# | Finland | `eu_vat` | European VAT Number |
|
1063
|
-
# | France | `eu_vat` | European VAT Number |
|
1064
|
-
# | Georgia | `ge_vat` | Georgian VAT |
|
1065
|
-
# | Germany | `eu_vat` | European VAT Number |
|
1066
|
-
# | Greece | `eu_vat` | European VAT Number |
|
1067
|
-
# | Hong Kong | `hk_br` | Hong Kong BR Number |
|
1068
|
-
# | Hungary | `eu_vat` | European VAT Number |
|
1069
|
-
# | Hungary | `hu_tin` | Hungary Tax Number (adószám) |
|
1070
|
-
# | Iceland | `is_vat` | Icelandic VAT |
|
1071
|
-
# | India | `in_gst` | Indian GST Number |
|
1072
|
-
# | Indonesia | `id_npwp` | Indonesian NPWP Number |
|
1073
|
-
# | Ireland | `eu_vat` | European VAT Number |
|
1074
|
-
# | Israel | `il_vat` | Israel VAT |
|
1075
|
-
# | Italy | `eu_vat` | European VAT Number |
|
1076
|
-
# | Japan | `jp_cn` | Japanese Corporate Number (_Hōjin Bangō_) |
|
1077
|
-
# | Japan | `jp_rn` | Japanese Registered Foreign Businesses' Registration Number (_Tōroku Kokugai Jigyōsha no Tōroku Bangō_) |
|
1078
|
-
# | Japan | `jp_trn` | Japanese Tax Registration Number (_Tōroku Bangō_) |
|
1079
|
-
# | Kazakhstan | `kz_bin` | Kazakhstani Business Identification Number |
|
1080
|
-
# | Kenya | `ke_pin` | Kenya Revenue Authority Personal Identification Number |
|
1081
|
-
# | Latvia | `eu_vat` | European VAT Number |
|
1082
|
-
# | Liechtenstein | `li_uid` | Liechtensteinian UID Number |
|
1083
|
-
# | Lithuania | `eu_vat` | European VAT Number |
|
1084
|
-
# | Luxembourg | `eu_vat` | European VAT Number |
|
1085
|
-
# | Malaysia | `my_frp` | Malaysian FRP Number |
|
1086
|
-
# | Malaysia | `my_itn` | Malaysian ITN |
|
1087
|
-
# | Malaysia | `my_sst` | Malaysian SST Number |
|
1088
|
-
# | Malta | `eu_vat ` | European VAT Number |
|
1089
|
-
# | Mexico | `mx_rfc` | Mexican RFC Number |
|
1090
|
-
# | Netherlands | `eu_vat` | European VAT Number |
|
1091
|
-
# | New Zealand | `nz_gst` | New Zealand GST Number |
|
1092
|
-
# | Nigeria | `ng_tin` | Nigerian Tax Identification Number |
|
1093
|
-
# | Norway | `no_vat` | Norwegian VAT Number |
|
1094
|
-
# | Norway | `no_voec` | Norwegian VAT on e-commerce Number |
|
1095
|
-
# | Oman | `om_vat` | Omani VAT Number |
|
1096
|
-
# | Peru | `pe_ruc` | Peruvian RUC Number |
|
1097
|
-
# | Philippines | `ph_tin ` | Philippines Tax Identification Number |
|
1098
|
-
# | Poland | `eu_vat` | European VAT Number |
|
1099
|
-
# | Portugal | `eu_vat` | European VAT Number |
|
1100
|
-
# | Romania | `eu_vat` | European VAT Number |
|
1101
|
-
# | Romania | `ro_tin` | Romanian Tax ID Number |
|
1102
|
-
# | Russia | `ru_inn` | Russian INN |
|
1103
|
-
# | Russia | `ru_kpp` | Russian KPP |
|
1104
|
-
# | Saudi Arabia | `sa_vat` | Saudi Arabia VAT |
|
1105
|
-
# | Serbia | `rs_pib` | Serbian PIB Number |
|
1106
|
-
# | Singapore | `sg_gst` | Singaporean GST |
|
1107
|
-
# | Singapore | `sg_uen` | Singaporean UEN |
|
1108
|
-
# | Slovakia | `eu_vat` | European VAT Number |
|
1109
|
-
# | Slovenia | `eu_vat` | European VAT Number |
|
1110
|
-
# | Slovenia | `si_tin` | Slovenia Tax Number (davčna številka) |
|
1111
|
-
# | South Africa | `za_vat` | South African VAT Number |
|
1112
|
-
# | South Korea | `kr_brn` | Korean BRN |
|
1113
|
-
# | Spain | `es_cif` | Spanish NIF Number (previously Spanish CIF Number) |
|
1114
|
-
# | Spain | `eu_vat` | European VAT Number |
|
1115
|
-
# | Sweden | `eu_vat` | European VAT Number |
|
1116
|
-
# | Switzerland | `ch_vat` | Switzerland VAT Number |
|
1117
|
-
# | Taiwan | `tw_vat` | Taiwanese VAT |
|
1118
|
-
# | Thailand | `th_vat` | Thai VAT |
|
1119
|
-
# | Turkey | `tr_tin` | Turkish Tax Identification Number |
|
1120
|
-
# | Ukraine | `ua_vat` | Ukrainian VAT |
|
1121
|
-
# | United Arab Emirates | `ae_trn` | United Arab Emirates TRN |
|
1122
|
-
# | United Kingdom | `eu_vat` | Northern Ireland VAT Number |
|
1123
|
-
# | United Kingdom | `gb_vat` | United Kingdom VAT Number |
|
1124
|
-
# | United States | `us_ein` | United States EIN |
|
1125
|
-
# | Uruguay | `uy_ruc` | Uruguayan RUC Number |
|
1126
|
-
# | Venezuela | `ve_rif` | Venezuelan RIF Number |
|
1127
|
-
# | Vietnam | `vn_tin` | Vietnamese Tax ID Number |
|
1128
|
-
sig do
|
1129
|
-
params(
|
1130
|
-
country:
|
1131
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::OrSymbol,
|
1132
|
-
type: Orb::CustomerUpdateByExternalIDParams::TaxID::Type::OrSymbol,
|
1133
|
-
value: String
|
1134
|
-
).returns(T.attached_class)
|
1135
|
-
end
|
1136
|
-
def self.new(country:, type:, value:)
|
1137
|
-
end
|
1138
|
-
|
1139
|
-
sig do
|
1140
|
-
override.returns(
|
1141
|
-
{
|
1142
|
-
country:
|
1143
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::OrSymbol,
|
1144
|
-
type:
|
1145
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::OrSymbol,
|
1146
|
-
value: String
|
1147
|
-
}
|
1148
|
-
)
|
1149
|
-
end
|
1150
|
-
def to_hash
|
1151
|
-
end
|
1152
|
-
|
1153
|
-
module Country
|
1154
|
-
extend Orb::Internal::Type::Enum
|
1155
|
-
|
1156
|
-
TaggedSymbol =
|
1157
|
-
T.type_alias do
|
1158
|
-
T.all(
|
1159
|
-
Symbol,
|
1160
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country
|
1161
|
-
)
|
1162
|
-
end
|
1163
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1164
|
-
|
1165
|
-
AD =
|
1166
|
-
T.let(
|
1167
|
-
:AD,
|
1168
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1169
|
-
)
|
1170
|
-
AE =
|
1171
|
-
T.let(
|
1172
|
-
:AE,
|
1173
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1174
|
-
)
|
1175
|
-
AR =
|
1176
|
-
T.let(
|
1177
|
-
:AR,
|
1178
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1179
|
-
)
|
1180
|
-
AT =
|
1181
|
-
T.let(
|
1182
|
-
:AT,
|
1183
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1184
|
-
)
|
1185
|
-
AU =
|
1186
|
-
T.let(
|
1187
|
-
:AU,
|
1188
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1189
|
-
)
|
1190
|
-
BE =
|
1191
|
-
T.let(
|
1192
|
-
:BE,
|
1193
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1194
|
-
)
|
1195
|
-
BG =
|
1196
|
-
T.let(
|
1197
|
-
:BG,
|
1198
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1199
|
-
)
|
1200
|
-
BH =
|
1201
|
-
T.let(
|
1202
|
-
:BH,
|
1203
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1204
|
-
)
|
1205
|
-
BO =
|
1206
|
-
T.let(
|
1207
|
-
:BO,
|
1208
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1209
|
-
)
|
1210
|
-
BR =
|
1211
|
-
T.let(
|
1212
|
-
:BR,
|
1213
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1214
|
-
)
|
1215
|
-
CA =
|
1216
|
-
T.let(
|
1217
|
-
:CA,
|
1218
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1219
|
-
)
|
1220
|
-
CH =
|
1221
|
-
T.let(
|
1222
|
-
:CH,
|
1223
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1224
|
-
)
|
1225
|
-
CL =
|
1226
|
-
T.let(
|
1227
|
-
:CL,
|
1228
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1229
|
-
)
|
1230
|
-
CN =
|
1231
|
-
T.let(
|
1232
|
-
:CN,
|
1233
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1234
|
-
)
|
1235
|
-
CO =
|
1236
|
-
T.let(
|
1237
|
-
:CO,
|
1238
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1239
|
-
)
|
1240
|
-
CR =
|
1241
|
-
T.let(
|
1242
|
-
:CR,
|
1243
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1244
|
-
)
|
1245
|
-
CY =
|
1246
|
-
T.let(
|
1247
|
-
:CY,
|
1248
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1249
|
-
)
|
1250
|
-
CZ =
|
1251
|
-
T.let(
|
1252
|
-
:CZ,
|
1253
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1254
|
-
)
|
1255
|
-
DE =
|
1256
|
-
T.let(
|
1257
|
-
:DE,
|
1258
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1259
|
-
)
|
1260
|
-
DK =
|
1261
|
-
T.let(
|
1262
|
-
:DK,
|
1263
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1264
|
-
)
|
1265
|
-
EE =
|
1266
|
-
T.let(
|
1267
|
-
:EE,
|
1268
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1269
|
-
)
|
1270
|
-
DO =
|
1271
|
-
T.let(
|
1272
|
-
:DO,
|
1273
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1274
|
-
)
|
1275
|
-
EC =
|
1276
|
-
T.let(
|
1277
|
-
:EC,
|
1278
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1279
|
-
)
|
1280
|
-
EG =
|
1281
|
-
T.let(
|
1282
|
-
:EG,
|
1283
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1284
|
-
)
|
1285
|
-
ES =
|
1286
|
-
T.let(
|
1287
|
-
:ES,
|
1288
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1289
|
-
)
|
1290
|
-
EU =
|
1291
|
-
T.let(
|
1292
|
-
:EU,
|
1293
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1294
|
-
)
|
1295
|
-
FI =
|
1296
|
-
T.let(
|
1297
|
-
:FI,
|
1298
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1299
|
-
)
|
1300
|
-
FR =
|
1301
|
-
T.let(
|
1302
|
-
:FR,
|
1303
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1304
|
-
)
|
1305
|
-
GB =
|
1306
|
-
T.let(
|
1307
|
-
:GB,
|
1308
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1309
|
-
)
|
1310
|
-
GE =
|
1311
|
-
T.let(
|
1312
|
-
:GE,
|
1313
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1314
|
-
)
|
1315
|
-
GR =
|
1316
|
-
T.let(
|
1317
|
-
:GR,
|
1318
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1319
|
-
)
|
1320
|
-
HK =
|
1321
|
-
T.let(
|
1322
|
-
:HK,
|
1323
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1324
|
-
)
|
1325
|
-
HR =
|
1326
|
-
T.let(
|
1327
|
-
:HR,
|
1328
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1329
|
-
)
|
1330
|
-
HU =
|
1331
|
-
T.let(
|
1332
|
-
:HU,
|
1333
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1334
|
-
)
|
1335
|
-
ID =
|
1336
|
-
T.let(
|
1337
|
-
:ID,
|
1338
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1339
|
-
)
|
1340
|
-
IE =
|
1341
|
-
T.let(
|
1342
|
-
:IE,
|
1343
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1344
|
-
)
|
1345
|
-
IL =
|
1346
|
-
T.let(
|
1347
|
-
:IL,
|
1348
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1349
|
-
)
|
1350
|
-
IN =
|
1351
|
-
T.let(
|
1352
|
-
:IN,
|
1353
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1354
|
-
)
|
1355
|
-
IS =
|
1356
|
-
T.let(
|
1357
|
-
:IS,
|
1358
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1359
|
-
)
|
1360
|
-
IT =
|
1361
|
-
T.let(
|
1362
|
-
:IT,
|
1363
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1364
|
-
)
|
1365
|
-
JP =
|
1366
|
-
T.let(
|
1367
|
-
:JP,
|
1368
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1369
|
-
)
|
1370
|
-
KE =
|
1371
|
-
T.let(
|
1372
|
-
:KE,
|
1373
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1374
|
-
)
|
1375
|
-
KR =
|
1376
|
-
T.let(
|
1377
|
-
:KR,
|
1378
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1379
|
-
)
|
1380
|
-
KZ =
|
1381
|
-
T.let(
|
1382
|
-
:KZ,
|
1383
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1384
|
-
)
|
1385
|
-
LI =
|
1386
|
-
T.let(
|
1387
|
-
:LI,
|
1388
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1389
|
-
)
|
1390
|
-
LT =
|
1391
|
-
T.let(
|
1392
|
-
:LT,
|
1393
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1394
|
-
)
|
1395
|
-
LU =
|
1396
|
-
T.let(
|
1397
|
-
:LU,
|
1398
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1399
|
-
)
|
1400
|
-
LV =
|
1401
|
-
T.let(
|
1402
|
-
:LV,
|
1403
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1404
|
-
)
|
1405
|
-
MT =
|
1406
|
-
T.let(
|
1407
|
-
:MT,
|
1408
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1409
|
-
)
|
1410
|
-
MX =
|
1411
|
-
T.let(
|
1412
|
-
:MX,
|
1413
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1414
|
-
)
|
1415
|
-
MY =
|
1416
|
-
T.let(
|
1417
|
-
:MY,
|
1418
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1419
|
-
)
|
1420
|
-
NG =
|
1421
|
-
T.let(
|
1422
|
-
:NG,
|
1423
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1424
|
-
)
|
1425
|
-
NL =
|
1426
|
-
T.let(
|
1427
|
-
:NL,
|
1428
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1429
|
-
)
|
1430
|
-
NO =
|
1431
|
-
T.let(
|
1432
|
-
:NO,
|
1433
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1434
|
-
)
|
1435
|
-
NZ =
|
1436
|
-
T.let(
|
1437
|
-
:NZ,
|
1438
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1439
|
-
)
|
1440
|
-
OM =
|
1441
|
-
T.let(
|
1442
|
-
:OM,
|
1443
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1444
|
-
)
|
1445
|
-
PE =
|
1446
|
-
T.let(
|
1447
|
-
:PE,
|
1448
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1449
|
-
)
|
1450
|
-
PH =
|
1451
|
-
T.let(
|
1452
|
-
:PH,
|
1453
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1454
|
-
)
|
1455
|
-
PL =
|
1456
|
-
T.let(
|
1457
|
-
:PL,
|
1458
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1459
|
-
)
|
1460
|
-
PT =
|
1461
|
-
T.let(
|
1462
|
-
:PT,
|
1463
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1464
|
-
)
|
1465
|
-
RO =
|
1466
|
-
T.let(
|
1467
|
-
:RO,
|
1468
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1469
|
-
)
|
1470
|
-
RS =
|
1471
|
-
T.let(
|
1472
|
-
:RS,
|
1473
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1474
|
-
)
|
1475
|
-
RU =
|
1476
|
-
T.let(
|
1477
|
-
:RU,
|
1478
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1479
|
-
)
|
1480
|
-
SA =
|
1481
|
-
T.let(
|
1482
|
-
:SA,
|
1483
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1484
|
-
)
|
1485
|
-
SE =
|
1486
|
-
T.let(
|
1487
|
-
:SE,
|
1488
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1489
|
-
)
|
1490
|
-
SG =
|
1491
|
-
T.let(
|
1492
|
-
:SG,
|
1493
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1494
|
-
)
|
1495
|
-
SI =
|
1496
|
-
T.let(
|
1497
|
-
:SI,
|
1498
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1499
|
-
)
|
1500
|
-
SK =
|
1501
|
-
T.let(
|
1502
|
-
:SK,
|
1503
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1504
|
-
)
|
1505
|
-
SV =
|
1506
|
-
T.let(
|
1507
|
-
:SV,
|
1508
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1509
|
-
)
|
1510
|
-
TH =
|
1511
|
-
T.let(
|
1512
|
-
:TH,
|
1513
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1514
|
-
)
|
1515
|
-
TR =
|
1516
|
-
T.let(
|
1517
|
-
:TR,
|
1518
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1519
|
-
)
|
1520
|
-
TW =
|
1521
|
-
T.let(
|
1522
|
-
:TW,
|
1523
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1524
|
-
)
|
1525
|
-
UA =
|
1526
|
-
T.let(
|
1527
|
-
:UA,
|
1528
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1529
|
-
)
|
1530
|
-
US =
|
1531
|
-
T.let(
|
1532
|
-
:US,
|
1533
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1534
|
-
)
|
1535
|
-
UY =
|
1536
|
-
T.let(
|
1537
|
-
:UY,
|
1538
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1539
|
-
)
|
1540
|
-
VE =
|
1541
|
-
T.let(
|
1542
|
-
:VE,
|
1543
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1544
|
-
)
|
1545
|
-
VN =
|
1546
|
-
T.let(
|
1547
|
-
:VN,
|
1548
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1549
|
-
)
|
1550
|
-
ZA =
|
1551
|
-
T.let(
|
1552
|
-
:ZA,
|
1553
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1554
|
-
)
|
1555
|
-
|
1556
|
-
sig do
|
1557
|
-
override.returns(
|
1558
|
-
T::Array[
|
1559
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Country::TaggedSymbol
|
1560
|
-
]
|
1561
|
-
)
|
1562
|
-
end
|
1563
|
-
def self.values
|
1564
|
-
end
|
1565
|
-
end
|
1566
|
-
|
1567
|
-
module Type
|
1568
|
-
extend Orb::Internal::Type::Enum
|
1569
|
-
|
1570
|
-
TaggedSymbol =
|
1571
|
-
T.type_alias do
|
1572
|
-
T.all(Symbol, Orb::CustomerUpdateByExternalIDParams::TaxID::Type)
|
1573
|
-
end
|
1574
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1575
|
-
|
1576
|
-
AD_NRT =
|
1577
|
-
T.let(
|
1578
|
-
:ad_nrt,
|
1579
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1580
|
-
)
|
1581
|
-
AE_TRN =
|
1582
|
-
T.let(
|
1583
|
-
:ae_trn,
|
1584
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1585
|
-
)
|
1586
|
-
AR_CUIT =
|
1587
|
-
T.let(
|
1588
|
-
:ar_cuit,
|
1589
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1590
|
-
)
|
1591
|
-
EU_VAT =
|
1592
|
-
T.let(
|
1593
|
-
:eu_vat,
|
1594
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1595
|
-
)
|
1596
|
-
AU_ABN =
|
1597
|
-
T.let(
|
1598
|
-
:au_abn,
|
1599
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1600
|
-
)
|
1601
|
-
AU_ARN =
|
1602
|
-
T.let(
|
1603
|
-
:au_arn,
|
1604
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1605
|
-
)
|
1606
|
-
BG_UIC =
|
1607
|
-
T.let(
|
1608
|
-
:bg_uic,
|
1609
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1610
|
-
)
|
1611
|
-
BH_VAT =
|
1612
|
-
T.let(
|
1613
|
-
:bh_vat,
|
1614
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1615
|
-
)
|
1616
|
-
BO_TIN =
|
1617
|
-
T.let(
|
1618
|
-
:bo_tin,
|
1619
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1620
|
-
)
|
1621
|
-
BR_CNPJ =
|
1622
|
-
T.let(
|
1623
|
-
:br_cnpj,
|
1624
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1625
|
-
)
|
1626
|
-
BR_CPF =
|
1627
|
-
T.let(
|
1628
|
-
:br_cpf,
|
1629
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1630
|
-
)
|
1631
|
-
CA_BN =
|
1632
|
-
T.let(
|
1633
|
-
:ca_bn,
|
1634
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1635
|
-
)
|
1636
|
-
CA_GST_HST =
|
1637
|
-
T.let(
|
1638
|
-
:ca_gst_hst,
|
1639
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1640
|
-
)
|
1641
|
-
CA_PST_BC =
|
1642
|
-
T.let(
|
1643
|
-
:ca_pst_bc,
|
1644
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1645
|
-
)
|
1646
|
-
CA_PST_MB =
|
1647
|
-
T.let(
|
1648
|
-
:ca_pst_mb,
|
1649
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1650
|
-
)
|
1651
|
-
CA_PST_SK =
|
1652
|
-
T.let(
|
1653
|
-
:ca_pst_sk,
|
1654
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1655
|
-
)
|
1656
|
-
CA_QST =
|
1657
|
-
T.let(
|
1658
|
-
:ca_qst,
|
1659
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1660
|
-
)
|
1661
|
-
CH_VAT =
|
1662
|
-
T.let(
|
1663
|
-
:ch_vat,
|
1664
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1665
|
-
)
|
1666
|
-
CL_TIN =
|
1667
|
-
T.let(
|
1668
|
-
:cl_tin,
|
1669
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1670
|
-
)
|
1671
|
-
CN_TIN =
|
1672
|
-
T.let(
|
1673
|
-
:cn_tin,
|
1674
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1675
|
-
)
|
1676
|
-
CO_NIT =
|
1677
|
-
T.let(
|
1678
|
-
:co_nit,
|
1679
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1680
|
-
)
|
1681
|
-
CR_TIN =
|
1682
|
-
T.let(
|
1683
|
-
:cr_tin,
|
1684
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1685
|
-
)
|
1686
|
-
DO_RCN =
|
1687
|
-
T.let(
|
1688
|
-
:do_rcn,
|
1689
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1690
|
-
)
|
1691
|
-
EC_RUC =
|
1692
|
-
T.let(
|
1693
|
-
:ec_ruc,
|
1694
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1695
|
-
)
|
1696
|
-
EG_TIN =
|
1697
|
-
T.let(
|
1698
|
-
:eg_tin,
|
1699
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1700
|
-
)
|
1701
|
-
ES_CIF =
|
1702
|
-
T.let(
|
1703
|
-
:es_cif,
|
1704
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1705
|
-
)
|
1706
|
-
EU_OSS_VAT =
|
1707
|
-
T.let(
|
1708
|
-
:eu_oss_vat,
|
1709
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1710
|
-
)
|
1711
|
-
GB_VAT =
|
1712
|
-
T.let(
|
1713
|
-
:gb_vat,
|
1714
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1715
|
-
)
|
1716
|
-
GE_VAT =
|
1717
|
-
T.let(
|
1718
|
-
:ge_vat,
|
1719
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1720
|
-
)
|
1721
|
-
HK_BR =
|
1722
|
-
T.let(
|
1723
|
-
:hk_br,
|
1724
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1725
|
-
)
|
1726
|
-
HU_TIN =
|
1727
|
-
T.let(
|
1728
|
-
:hu_tin,
|
1729
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1730
|
-
)
|
1731
|
-
ID_NPWP =
|
1732
|
-
T.let(
|
1733
|
-
:id_npwp,
|
1734
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1735
|
-
)
|
1736
|
-
IL_VAT =
|
1737
|
-
T.let(
|
1738
|
-
:il_vat,
|
1739
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1740
|
-
)
|
1741
|
-
IN_GST =
|
1742
|
-
T.let(
|
1743
|
-
:in_gst,
|
1744
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1745
|
-
)
|
1746
|
-
IS_VAT =
|
1747
|
-
T.let(
|
1748
|
-
:is_vat,
|
1749
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1750
|
-
)
|
1751
|
-
JP_CN =
|
1752
|
-
T.let(
|
1753
|
-
:jp_cn,
|
1754
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1755
|
-
)
|
1756
|
-
JP_RN =
|
1757
|
-
T.let(
|
1758
|
-
:jp_rn,
|
1759
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1760
|
-
)
|
1761
|
-
JP_TRN =
|
1762
|
-
T.let(
|
1763
|
-
:jp_trn,
|
1764
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1765
|
-
)
|
1766
|
-
KE_PIN =
|
1767
|
-
T.let(
|
1768
|
-
:ke_pin,
|
1769
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1770
|
-
)
|
1771
|
-
KR_BRN =
|
1772
|
-
T.let(
|
1773
|
-
:kr_brn,
|
1774
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1775
|
-
)
|
1776
|
-
KZ_BIN =
|
1777
|
-
T.let(
|
1778
|
-
:kz_bin,
|
1779
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1780
|
-
)
|
1781
|
-
LI_UID =
|
1782
|
-
T.let(
|
1783
|
-
:li_uid,
|
1784
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1785
|
-
)
|
1786
|
-
MX_RFC =
|
1787
|
-
T.let(
|
1788
|
-
:mx_rfc,
|
1789
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1790
|
-
)
|
1791
|
-
MY_FRP =
|
1792
|
-
T.let(
|
1793
|
-
:my_frp,
|
1794
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1795
|
-
)
|
1796
|
-
MY_ITN =
|
1797
|
-
T.let(
|
1798
|
-
:my_itn,
|
1799
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1800
|
-
)
|
1801
|
-
MY_SST =
|
1802
|
-
T.let(
|
1803
|
-
:my_sst,
|
1804
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1805
|
-
)
|
1806
|
-
NG_TIN =
|
1807
|
-
T.let(
|
1808
|
-
:ng_tin,
|
1809
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1810
|
-
)
|
1811
|
-
NO_VAT =
|
1812
|
-
T.let(
|
1813
|
-
:no_vat,
|
1814
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1815
|
-
)
|
1816
|
-
NO_VOEC =
|
1817
|
-
T.let(
|
1818
|
-
:no_voec,
|
1819
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1820
|
-
)
|
1821
|
-
NZ_GST =
|
1822
|
-
T.let(
|
1823
|
-
:nz_gst,
|
1824
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1825
|
-
)
|
1826
|
-
OM_VAT =
|
1827
|
-
T.let(
|
1828
|
-
:om_vat,
|
1829
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1830
|
-
)
|
1831
|
-
PE_RUC =
|
1832
|
-
T.let(
|
1833
|
-
:pe_ruc,
|
1834
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1835
|
-
)
|
1836
|
-
PH_TIN =
|
1837
|
-
T.let(
|
1838
|
-
:ph_tin,
|
1839
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1840
|
-
)
|
1841
|
-
RO_TIN =
|
1842
|
-
T.let(
|
1843
|
-
:ro_tin,
|
1844
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1845
|
-
)
|
1846
|
-
RS_PIB =
|
1847
|
-
T.let(
|
1848
|
-
:rs_pib,
|
1849
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1850
|
-
)
|
1851
|
-
RU_INN =
|
1852
|
-
T.let(
|
1853
|
-
:ru_inn,
|
1854
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1855
|
-
)
|
1856
|
-
RU_KPP =
|
1857
|
-
T.let(
|
1858
|
-
:ru_kpp,
|
1859
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1860
|
-
)
|
1861
|
-
SA_VAT =
|
1862
|
-
T.let(
|
1863
|
-
:sa_vat,
|
1864
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1865
|
-
)
|
1866
|
-
SG_GST =
|
1867
|
-
T.let(
|
1868
|
-
:sg_gst,
|
1869
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1870
|
-
)
|
1871
|
-
SG_UEN =
|
1872
|
-
T.let(
|
1873
|
-
:sg_uen,
|
1874
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1875
|
-
)
|
1876
|
-
SI_TIN =
|
1877
|
-
T.let(
|
1878
|
-
:si_tin,
|
1879
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1880
|
-
)
|
1881
|
-
SV_NIT =
|
1882
|
-
T.let(
|
1883
|
-
:sv_nit,
|
1884
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1885
|
-
)
|
1886
|
-
TH_VAT =
|
1887
|
-
T.let(
|
1888
|
-
:th_vat,
|
1889
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1890
|
-
)
|
1891
|
-
TR_TIN =
|
1892
|
-
T.let(
|
1893
|
-
:tr_tin,
|
1894
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1895
|
-
)
|
1896
|
-
TW_VAT =
|
1897
|
-
T.let(
|
1898
|
-
:tw_vat,
|
1899
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1900
|
-
)
|
1901
|
-
UA_VAT =
|
1902
|
-
T.let(
|
1903
|
-
:ua_vat,
|
1904
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1905
|
-
)
|
1906
|
-
US_EIN =
|
1907
|
-
T.let(
|
1908
|
-
:us_ein,
|
1909
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1910
|
-
)
|
1911
|
-
UY_RUC =
|
1912
|
-
T.let(
|
1913
|
-
:uy_ruc,
|
1914
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1915
|
-
)
|
1916
|
-
VE_RIF =
|
1917
|
-
T.let(
|
1918
|
-
:ve_rif,
|
1919
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1920
|
-
)
|
1921
|
-
VN_TIN =
|
1922
|
-
T.let(
|
1923
|
-
:vn_tin,
|
1924
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1925
|
-
)
|
1926
|
-
ZA_VAT =
|
1927
|
-
T.let(
|
1928
|
-
:za_vat,
|
1929
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1930
|
-
)
|
1931
|
-
|
1932
|
-
sig do
|
1933
|
-
override.returns(
|
1934
|
-
T::Array[
|
1935
|
-
Orb::CustomerUpdateByExternalIDParams::TaxID::Type::TaggedSymbol
|
1936
|
-
]
|
1937
|
-
)
|
1938
|
-
end
|
1939
|
-
def self.values
|
1940
|
-
end
|
1941
|
-
end
|
1942
|
-
end
|
1943
543
|
end
|
1944
544
|
end
|
1945
545
|
end
|