orb-billing 0.12.0 → 1.0.1
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 +28 -0
- data/README.md +1 -1
- data/lib/orb/internal/type/base_model.rb +5 -5
- 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 +3 -59
- data/lib/orb/models/amount_discount_interval.rb +65 -0
- data/lib/orb/models/beta/external_plan_id_create_plan_version_params.rb +193 -19201
- data/lib/orb/models/beta_create_plan_version_params.rb +183 -19025
- 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 +3 -59
- 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 -19698
- 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 -9468
- data/lib/orb/models/subscription_schedule_plan_change_params.rb +238 -19792
- 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 +3 -59
- 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 +3 -59
- 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 +24 -24
- data/lib/orb/version.rb +1 -1
- data/lib/orb.rb +181 -11
- 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 +3 -112
- data/rbi/orb/models/amount_discount_interval.rbi +100 -0
- data/rbi/orb/models/beta/external_plan_id_create_plan_version_params.rbi +558 -35618
- data/rbi/orb/models/beta_create_plan_version_params.rbi +558 -35610
- 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 +3 -126
- 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 +686 -36613
- 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 -17694
- data/rbi/orb/models/subscription_schedule_plan_change_params.rbi +696 -36631
- 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 +3 -104
- 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 +3 -104
- 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 +13 -19
- 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 +4 -57
- data/sig/orb/models/amount_discount_interval.rbs +55 -0
- data/sig/orb/models/beta/external_plan_id_create_plan_version_params.rbs +149 -13933
- data/sig/orb/models/beta_create_plan_version_params.rbs +146 -13914
- 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 +4 -57
- 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 +176 -14331
- 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 -6945
- data/sig/orb/models/subscription_schedule_plan_change_params.rbs +178 -14333
- 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 +4 -57
- 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 +4 -57
- 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 +13 -13
- 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
@@ -21,19 +21,13 @@ module Orb
|
|
21
21
|
sig { returns(String) }
|
22
22
|
attr_accessor :name
|
23
23
|
|
24
|
-
sig
|
25
|
-
returns(
|
26
|
-
T.nilable(Orb::CustomerCreateParams::AccountingSyncConfiguration)
|
27
|
-
)
|
28
|
-
end
|
24
|
+
sig { returns(T.nilable(Orb::NewAccountingSyncConfiguration)) }
|
29
25
|
attr_reader :accounting_sync_configuration
|
30
26
|
|
31
27
|
sig do
|
32
28
|
params(
|
33
29
|
accounting_sync_configuration:
|
34
|
-
T.nilable(
|
35
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::OrHash
|
36
|
-
)
|
30
|
+
T.nilable(Orb::NewAccountingSyncConfiguration::OrHash)
|
37
31
|
).void
|
38
32
|
end
|
39
33
|
attr_writer :accounting_sync_configuration
|
@@ -49,15 +43,10 @@ module Orb
|
|
49
43
|
sig { returns(T.nilable(T::Boolean)) }
|
50
44
|
attr_accessor :auto_collection
|
51
45
|
|
52
|
-
sig { returns(T.nilable(Orb::
|
46
|
+
sig { returns(T.nilable(Orb::AddressInput)) }
|
53
47
|
attr_reader :billing_address
|
54
48
|
|
55
|
-
sig
|
56
|
-
params(
|
57
|
-
billing_address:
|
58
|
-
T.nilable(Orb::CustomerCreateParams::BillingAddress::OrHash)
|
59
|
-
).void
|
60
|
-
end
|
49
|
+
sig { params(billing_address: T.nilable(Orb::AddressInput::OrHash)).void }
|
61
50
|
attr_writer :billing_address
|
62
51
|
|
63
52
|
# An ISO 4217 currency string used for the customer's invoices and balance. If not
|
@@ -75,13 +64,11 @@ module Orb
|
|
75
64
|
attr_accessor :external_customer_id
|
76
65
|
|
77
66
|
# The hierarchical relationships for this customer.
|
78
|
-
sig { returns(T.nilable(Orb::
|
67
|
+
sig { returns(T.nilable(Orb::CustomerHierarchyConfig)) }
|
79
68
|
attr_reader :hierarchy
|
80
69
|
|
81
70
|
sig do
|
82
|
-
params(
|
83
|
-
hierarchy: T.nilable(Orb::CustomerCreateParams::Hierarchy::OrHash)
|
84
|
-
).void
|
71
|
+
params(hierarchy: T.nilable(Orb::CustomerHierarchyConfig::OrHash)).void
|
85
72
|
end
|
86
73
|
attr_writer :hierarchy
|
87
74
|
|
@@ -104,27 +91,22 @@ module Orb
|
|
104
91
|
sig { returns(T.nilable(String)) }
|
105
92
|
attr_accessor :payment_provider_id
|
106
93
|
|
107
|
-
sig
|
108
|
-
returns(T.nilable(Orb::CustomerCreateParams::ReportingConfiguration))
|
109
|
-
end
|
94
|
+
sig { returns(T.nilable(Orb::NewReportingConfiguration)) }
|
110
95
|
attr_reader :reporting_configuration
|
111
96
|
|
112
97
|
sig do
|
113
98
|
params(
|
114
99
|
reporting_configuration:
|
115
|
-
T.nilable(Orb::
|
100
|
+
T.nilable(Orb::NewReportingConfiguration::OrHash)
|
116
101
|
).void
|
117
102
|
end
|
118
103
|
attr_writer :reporting_configuration
|
119
104
|
|
120
|
-
sig { returns(T.nilable(Orb::
|
105
|
+
sig { returns(T.nilable(Orb::AddressInput)) }
|
121
106
|
attr_reader :shipping_address
|
122
107
|
|
123
108
|
sig do
|
124
|
-
params(
|
125
|
-
shipping_address:
|
126
|
-
T.nilable(Orb::CustomerCreateParams::ShippingAddress::OrHash)
|
127
|
-
).void
|
109
|
+
params(shipping_address: T.nilable(Orb::AddressInput::OrHash)).void
|
128
110
|
end
|
129
111
|
attr_writer :shipping_address
|
130
112
|
|
@@ -132,9 +114,9 @@ module Orb
|
|
132
114
|
returns(
|
133
115
|
T.nilable(
|
134
116
|
T.any(
|
135
|
-
Orb::
|
136
|
-
Orb::
|
137
|
-
Orb::
|
117
|
+
Orb::NewAvalaraTaxConfiguration,
|
118
|
+
Orb::NewTaxJarConfiguration,
|
119
|
+
Orb::NewSphereConfiguration
|
138
120
|
)
|
139
121
|
)
|
140
122
|
)
|
@@ -246,12 +228,10 @@ module Orb
|
|
246
228
|
# | Uruguay | `uy_ruc` | Uruguayan RUC Number |
|
247
229
|
# | Venezuela | `ve_rif` | Venezuelan RIF Number |
|
248
230
|
# | Vietnam | `vn_tin` | Vietnamese Tax ID Number |
|
249
|
-
sig { returns(T.nilable(Orb::
|
231
|
+
sig { returns(T.nilable(Orb::CustomerTaxID)) }
|
250
232
|
attr_reader :tax_id
|
251
233
|
|
252
|
-
sig
|
253
|
-
params(tax_id: T.nilable(Orb::CustomerCreateParams::TaxID::OrHash)).void
|
254
|
-
end
|
234
|
+
sig { params(tax_id: T.nilable(Orb::CustomerTaxID::OrHash)).void }
|
255
235
|
attr_writer :tax_id
|
256
236
|
|
257
237
|
# A timezone identifier from the IANA timezone database, such as
|
@@ -265,36 +245,30 @@ module Orb
|
|
265
245
|
email: String,
|
266
246
|
name: String,
|
267
247
|
accounting_sync_configuration:
|
268
|
-
T.nilable(
|
269
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::OrHash
|
270
|
-
),
|
248
|
+
T.nilable(Orb::NewAccountingSyncConfiguration::OrHash),
|
271
249
|
additional_emails: T.nilable(T::Array[String]),
|
272
250
|
auto_collection: T.nilable(T::Boolean),
|
273
|
-
billing_address:
|
274
|
-
T.nilable(Orb::CustomerCreateParams::BillingAddress::OrHash),
|
251
|
+
billing_address: T.nilable(Orb::AddressInput::OrHash),
|
275
252
|
currency: T.nilable(String),
|
276
253
|
email_delivery: T.nilable(T::Boolean),
|
277
254
|
external_customer_id: T.nilable(String),
|
278
|
-
hierarchy: T.nilable(Orb::
|
255
|
+
hierarchy: T.nilable(Orb::CustomerHierarchyConfig::OrHash),
|
279
256
|
metadata: T.nilable(T::Hash[Symbol, T.nilable(String)]),
|
280
257
|
payment_provider:
|
281
258
|
T.nilable(Orb::CustomerCreateParams::PaymentProvider::OrSymbol),
|
282
259
|
payment_provider_id: T.nilable(String),
|
283
260
|
reporting_configuration:
|
284
|
-
T.nilable(
|
285
|
-
|
286
|
-
),
|
287
|
-
shipping_address:
|
288
|
-
T.nilable(Orb::CustomerCreateParams::ShippingAddress::OrHash),
|
261
|
+
T.nilable(Orb::NewReportingConfiguration::OrHash),
|
262
|
+
shipping_address: T.nilable(Orb::AddressInput::OrHash),
|
289
263
|
tax_configuration:
|
290
264
|
T.nilable(
|
291
265
|
T.any(
|
292
|
-
Orb::
|
293
|
-
Orb::
|
294
|
-
Orb::
|
266
|
+
Orb::NewAvalaraTaxConfiguration::OrHash,
|
267
|
+
Orb::NewTaxJarConfiguration::OrHash,
|
268
|
+
Orb::NewSphereConfiguration::OrHash
|
295
269
|
)
|
296
270
|
),
|
297
|
-
tax_id: T.nilable(Orb::
|
271
|
+
tax_id: T.nilable(Orb::CustomerTaxID::OrHash),
|
298
272
|
timezone: T.nilable(String),
|
299
273
|
request_options: Orb::RequestOptions::OrHash
|
300
274
|
).returns(T.attached_class)
|
@@ -459,32 +433,29 @@ module Orb
|
|
459
433
|
email: String,
|
460
434
|
name: String,
|
461
435
|
accounting_sync_configuration:
|
462
|
-
T.nilable(Orb::
|
436
|
+
T.nilable(Orb::NewAccountingSyncConfiguration),
|
463
437
|
additional_emails: T.nilable(T::Array[String]),
|
464
438
|
auto_collection: T.nilable(T::Boolean),
|
465
|
-
billing_address:
|
466
|
-
T.nilable(Orb::CustomerCreateParams::BillingAddress),
|
439
|
+
billing_address: T.nilable(Orb::AddressInput),
|
467
440
|
currency: T.nilable(String),
|
468
441
|
email_delivery: T.nilable(T::Boolean),
|
469
442
|
external_customer_id: T.nilable(String),
|
470
|
-
hierarchy: T.nilable(Orb::
|
443
|
+
hierarchy: T.nilable(Orb::CustomerHierarchyConfig),
|
471
444
|
metadata: T.nilable(T::Hash[Symbol, T.nilable(String)]),
|
472
445
|
payment_provider:
|
473
446
|
T.nilable(Orb::CustomerCreateParams::PaymentProvider::OrSymbol),
|
474
447
|
payment_provider_id: T.nilable(String),
|
475
|
-
reporting_configuration:
|
476
|
-
|
477
|
-
shipping_address:
|
478
|
-
T.nilable(Orb::CustomerCreateParams::ShippingAddress),
|
448
|
+
reporting_configuration: T.nilable(Orb::NewReportingConfiguration),
|
449
|
+
shipping_address: T.nilable(Orb::AddressInput),
|
479
450
|
tax_configuration:
|
480
451
|
T.nilable(
|
481
452
|
T.any(
|
482
|
-
Orb::
|
483
|
-
Orb::
|
484
|
-
Orb::
|
453
|
+
Orb::NewAvalaraTaxConfiguration,
|
454
|
+
Orb::NewTaxJarConfiguration,
|
455
|
+
Orb::NewSphereConfiguration
|
485
456
|
)
|
486
457
|
),
|
487
|
-
tax_id: T.nilable(Orb::
|
458
|
+
tax_id: T.nilable(Orb::CustomerTaxID),
|
488
459
|
timezone: T.nilable(String),
|
489
460
|
request_options: Orb::RequestOptions
|
490
461
|
}
|
@@ -493,203 +464,6 @@ module Orb
|
|
493
464
|
def to_hash
|
494
465
|
end
|
495
466
|
|
496
|
-
class AccountingSyncConfiguration < Orb::Internal::Type::BaseModel
|
497
|
-
OrHash =
|
498
|
-
T.type_alias do
|
499
|
-
T.any(
|
500
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration,
|
501
|
-
Orb::Internal::AnyHash
|
502
|
-
)
|
503
|
-
end
|
504
|
-
|
505
|
-
sig do
|
506
|
-
returns(
|
507
|
-
T.nilable(
|
508
|
-
T::Array[
|
509
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::AccountingProvider
|
510
|
-
]
|
511
|
-
)
|
512
|
-
)
|
513
|
-
end
|
514
|
-
attr_accessor :accounting_providers
|
515
|
-
|
516
|
-
sig { returns(T.nilable(T::Boolean)) }
|
517
|
-
attr_accessor :excluded
|
518
|
-
|
519
|
-
sig do
|
520
|
-
params(
|
521
|
-
accounting_providers:
|
522
|
-
T.nilable(
|
523
|
-
T::Array[
|
524
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::AccountingProvider::OrHash
|
525
|
-
]
|
526
|
-
),
|
527
|
-
excluded: T.nilable(T::Boolean)
|
528
|
-
).returns(T.attached_class)
|
529
|
-
end
|
530
|
-
def self.new(accounting_providers: nil, excluded: nil)
|
531
|
-
end
|
532
|
-
|
533
|
-
sig do
|
534
|
-
override.returns(
|
535
|
-
{
|
536
|
-
accounting_providers:
|
537
|
-
T.nilable(
|
538
|
-
T::Array[
|
539
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::AccountingProvider
|
540
|
-
]
|
541
|
-
),
|
542
|
-
excluded: T.nilable(T::Boolean)
|
543
|
-
}
|
544
|
-
)
|
545
|
-
end
|
546
|
-
def to_hash
|
547
|
-
end
|
548
|
-
|
549
|
-
class AccountingProvider < Orb::Internal::Type::BaseModel
|
550
|
-
OrHash =
|
551
|
-
T.type_alias do
|
552
|
-
T.any(
|
553
|
-
Orb::CustomerCreateParams::AccountingSyncConfiguration::AccountingProvider,
|
554
|
-
Orb::Internal::AnyHash
|
555
|
-
)
|
556
|
-
end
|
557
|
-
|
558
|
-
sig { returns(String) }
|
559
|
-
attr_accessor :external_provider_id
|
560
|
-
|
561
|
-
sig { returns(String) }
|
562
|
-
attr_accessor :provider_type
|
563
|
-
|
564
|
-
sig do
|
565
|
-
params(external_provider_id: String, provider_type: String).returns(
|
566
|
-
T.attached_class
|
567
|
-
)
|
568
|
-
end
|
569
|
-
def self.new(external_provider_id:, provider_type:)
|
570
|
-
end
|
571
|
-
|
572
|
-
sig do
|
573
|
-
override.returns(
|
574
|
-
{ external_provider_id: String, provider_type: String }
|
575
|
-
)
|
576
|
-
end
|
577
|
-
def to_hash
|
578
|
-
end
|
579
|
-
end
|
580
|
-
end
|
581
|
-
|
582
|
-
class BillingAddress < Orb::Internal::Type::BaseModel
|
583
|
-
OrHash =
|
584
|
-
T.type_alias do
|
585
|
-
T.any(
|
586
|
-
Orb::CustomerCreateParams::BillingAddress,
|
587
|
-
Orb::Internal::AnyHash
|
588
|
-
)
|
589
|
-
end
|
590
|
-
|
591
|
-
sig { returns(T.nilable(String)) }
|
592
|
-
attr_accessor :city
|
593
|
-
|
594
|
-
sig { returns(T.nilable(String)) }
|
595
|
-
attr_accessor :country
|
596
|
-
|
597
|
-
sig { returns(T.nilable(String)) }
|
598
|
-
attr_accessor :line1
|
599
|
-
|
600
|
-
sig { returns(T.nilable(String)) }
|
601
|
-
attr_accessor :line2
|
602
|
-
|
603
|
-
sig { returns(T.nilable(String)) }
|
604
|
-
attr_accessor :postal_code
|
605
|
-
|
606
|
-
sig { returns(T.nilable(String)) }
|
607
|
-
attr_accessor :state
|
608
|
-
|
609
|
-
sig do
|
610
|
-
params(
|
611
|
-
city: T.nilable(String),
|
612
|
-
country: T.nilable(String),
|
613
|
-
line1: T.nilable(String),
|
614
|
-
line2: T.nilable(String),
|
615
|
-
postal_code: T.nilable(String),
|
616
|
-
state: T.nilable(String)
|
617
|
-
).returns(T.attached_class)
|
618
|
-
end
|
619
|
-
def self.new(
|
620
|
-
city: nil,
|
621
|
-
country: nil,
|
622
|
-
line1: nil,
|
623
|
-
line2: nil,
|
624
|
-
postal_code: nil,
|
625
|
-
state: nil
|
626
|
-
)
|
627
|
-
end
|
628
|
-
|
629
|
-
sig do
|
630
|
-
override.returns(
|
631
|
-
{
|
632
|
-
city: T.nilable(String),
|
633
|
-
country: T.nilable(String),
|
634
|
-
line1: T.nilable(String),
|
635
|
-
line2: T.nilable(String),
|
636
|
-
postal_code: T.nilable(String),
|
637
|
-
state: T.nilable(String)
|
638
|
-
}
|
639
|
-
)
|
640
|
-
end
|
641
|
-
def to_hash
|
642
|
-
end
|
643
|
-
end
|
644
|
-
|
645
|
-
class Hierarchy < Orb::Internal::Type::BaseModel
|
646
|
-
OrHash =
|
647
|
-
T.type_alias do
|
648
|
-
T.any(Orb::CustomerCreateParams::Hierarchy, Orb::Internal::AnyHash)
|
649
|
-
end
|
650
|
-
|
651
|
-
# A list of child customer IDs to add to the hierarchy. The desired child
|
652
|
-
# customers must not already be part of another hierarchy.
|
653
|
-
sig { returns(T.nilable(T::Array[String])) }
|
654
|
-
attr_reader :child_customer_ids
|
655
|
-
|
656
|
-
sig { params(child_customer_ids: T::Array[String]).void }
|
657
|
-
attr_writer :child_customer_ids
|
658
|
-
|
659
|
-
# The ID of the parent customer in the hierarchy. The desired parent customer must
|
660
|
-
# not be a child of another customer.
|
661
|
-
sig { returns(T.nilable(String)) }
|
662
|
-
attr_accessor :parent_customer_id
|
663
|
-
|
664
|
-
# The hierarchical relationships for this customer.
|
665
|
-
sig do
|
666
|
-
params(
|
667
|
-
child_customer_ids: T::Array[String],
|
668
|
-
parent_customer_id: T.nilable(String)
|
669
|
-
).returns(T.attached_class)
|
670
|
-
end
|
671
|
-
def self.new(
|
672
|
-
# A list of child customer IDs to add to the hierarchy. The desired child
|
673
|
-
# customers must not already be part of another hierarchy.
|
674
|
-
child_customer_ids: nil,
|
675
|
-
# The ID of the parent customer in the hierarchy. The desired parent customer must
|
676
|
-
# not be a child of another customer.
|
677
|
-
parent_customer_id: nil
|
678
|
-
)
|
679
|
-
end
|
680
|
-
|
681
|
-
sig do
|
682
|
-
override.returns(
|
683
|
-
{
|
684
|
-
child_customer_ids: T::Array[String],
|
685
|
-
parent_customer_id: T.nilable(String)
|
686
|
-
}
|
687
|
-
)
|
688
|
-
end
|
689
|
-
def to_hash
|
690
|
-
end
|
691
|
-
end
|
692
|
-
|
693
467
|
# This is used for creating charges or invoices in an external system via Orb.
|
694
468
|
# When not in test mode, the connection must first be configured in the Orb
|
695
469
|
# webapp.
|
@@ -737,206 +511,17 @@ module Orb
|
|
737
511
|
end
|
738
512
|
end
|
739
513
|
|
740
|
-
class ReportingConfiguration < Orb::Internal::Type::BaseModel
|
741
|
-
OrHash =
|
742
|
-
T.type_alias do
|
743
|
-
T.any(
|
744
|
-
Orb::CustomerCreateParams::ReportingConfiguration,
|
745
|
-
Orb::Internal::AnyHash
|
746
|
-
)
|
747
|
-
end
|
748
|
-
|
749
|
-
sig { returns(T::Boolean) }
|
750
|
-
attr_accessor :exempt
|
751
|
-
|
752
|
-
sig { params(exempt: T::Boolean).returns(T.attached_class) }
|
753
|
-
def self.new(exempt:)
|
754
|
-
end
|
755
|
-
|
756
|
-
sig { override.returns({ exempt: T::Boolean }) }
|
757
|
-
def to_hash
|
758
|
-
end
|
759
|
-
end
|
760
|
-
|
761
|
-
class ShippingAddress < Orb::Internal::Type::BaseModel
|
762
|
-
OrHash =
|
763
|
-
T.type_alias do
|
764
|
-
T.any(
|
765
|
-
Orb::CustomerCreateParams::ShippingAddress,
|
766
|
-
Orb::Internal::AnyHash
|
767
|
-
)
|
768
|
-
end
|
769
|
-
|
770
|
-
sig { returns(T.nilable(String)) }
|
771
|
-
attr_accessor :city
|
772
|
-
|
773
|
-
sig { returns(T.nilable(String)) }
|
774
|
-
attr_accessor :country
|
775
|
-
|
776
|
-
sig { returns(T.nilable(String)) }
|
777
|
-
attr_accessor :line1
|
778
|
-
|
779
|
-
sig { returns(T.nilable(String)) }
|
780
|
-
attr_accessor :line2
|
781
|
-
|
782
|
-
sig { returns(T.nilable(String)) }
|
783
|
-
attr_accessor :postal_code
|
784
|
-
|
785
|
-
sig { returns(T.nilable(String)) }
|
786
|
-
attr_accessor :state
|
787
|
-
|
788
|
-
sig do
|
789
|
-
params(
|
790
|
-
city: T.nilable(String),
|
791
|
-
country: T.nilable(String),
|
792
|
-
line1: T.nilable(String),
|
793
|
-
line2: T.nilable(String),
|
794
|
-
postal_code: T.nilable(String),
|
795
|
-
state: T.nilable(String)
|
796
|
-
).returns(T.attached_class)
|
797
|
-
end
|
798
|
-
def self.new(
|
799
|
-
city: nil,
|
800
|
-
country: nil,
|
801
|
-
line1: nil,
|
802
|
-
line2: nil,
|
803
|
-
postal_code: nil,
|
804
|
-
state: nil
|
805
|
-
)
|
806
|
-
end
|
807
|
-
|
808
|
-
sig do
|
809
|
-
override.returns(
|
810
|
-
{
|
811
|
-
city: T.nilable(String),
|
812
|
-
country: T.nilable(String),
|
813
|
-
line1: T.nilable(String),
|
814
|
-
line2: T.nilable(String),
|
815
|
-
postal_code: T.nilable(String),
|
816
|
-
state: T.nilable(String)
|
817
|
-
}
|
818
|
-
)
|
819
|
-
end
|
820
|
-
def to_hash
|
821
|
-
end
|
822
|
-
end
|
823
|
-
|
824
514
|
module TaxConfiguration
|
825
515
|
extend Orb::Internal::Type::Union
|
826
516
|
|
827
517
|
Variants =
|
828
518
|
T.type_alias do
|
829
519
|
T.any(
|
830
|
-
Orb::
|
831
|
-
Orb::
|
832
|
-
Orb::
|
833
|
-
)
|
834
|
-
end
|
835
|
-
|
836
|
-
class Avalara < Orb::Internal::Type::BaseModel
|
837
|
-
OrHash =
|
838
|
-
T.type_alias do
|
839
|
-
T.any(
|
840
|
-
Orb::CustomerCreateParams::TaxConfiguration::Avalara,
|
841
|
-
Orb::Internal::AnyHash
|
842
|
-
)
|
843
|
-
end
|
844
|
-
|
845
|
-
sig { returns(T::Boolean) }
|
846
|
-
attr_accessor :tax_exempt
|
847
|
-
|
848
|
-
sig { returns(Symbol) }
|
849
|
-
attr_accessor :tax_provider
|
850
|
-
|
851
|
-
sig { returns(T.nilable(String)) }
|
852
|
-
attr_accessor :tax_exemption_code
|
853
|
-
|
854
|
-
sig do
|
855
|
-
params(
|
856
|
-
tax_exempt: T::Boolean,
|
857
|
-
tax_exemption_code: T.nilable(String),
|
858
|
-
tax_provider: Symbol
|
859
|
-
).returns(T.attached_class)
|
860
|
-
end
|
861
|
-
def self.new(
|
862
|
-
tax_exempt:,
|
863
|
-
tax_exemption_code: nil,
|
864
|
-
tax_provider: :avalara
|
865
|
-
)
|
866
|
-
end
|
867
|
-
|
868
|
-
sig do
|
869
|
-
override.returns(
|
870
|
-
{
|
871
|
-
tax_exempt: T::Boolean,
|
872
|
-
tax_provider: Symbol,
|
873
|
-
tax_exemption_code: T.nilable(String)
|
874
|
-
}
|
875
|
-
)
|
876
|
-
end
|
877
|
-
def to_hash
|
878
|
-
end
|
879
|
-
end
|
880
|
-
|
881
|
-
class Taxjar < Orb::Internal::Type::BaseModel
|
882
|
-
OrHash =
|
883
|
-
T.type_alias do
|
884
|
-
T.any(
|
885
|
-
Orb::CustomerCreateParams::TaxConfiguration::Taxjar,
|
886
|
-
Orb::Internal::AnyHash
|
887
|
-
)
|
888
|
-
end
|
889
|
-
|
890
|
-
sig { returns(T::Boolean) }
|
891
|
-
attr_accessor :tax_exempt
|
892
|
-
|
893
|
-
sig { returns(Symbol) }
|
894
|
-
attr_accessor :tax_provider
|
895
|
-
|
896
|
-
sig do
|
897
|
-
params(tax_exempt: T::Boolean, tax_provider: Symbol).returns(
|
898
|
-
T.attached_class
|
520
|
+
Orb::NewAvalaraTaxConfiguration,
|
521
|
+
Orb::NewTaxJarConfiguration,
|
522
|
+
Orb::NewSphereConfiguration
|
899
523
|
)
|
900
524
|
end
|
901
|
-
def self.new(tax_exempt:, tax_provider: :taxjar)
|
902
|
-
end
|
903
|
-
|
904
|
-
sig do
|
905
|
-
override.returns({ tax_exempt: T::Boolean, tax_provider: Symbol })
|
906
|
-
end
|
907
|
-
def to_hash
|
908
|
-
end
|
909
|
-
end
|
910
|
-
|
911
|
-
class Sphere < Orb::Internal::Type::BaseModel
|
912
|
-
OrHash =
|
913
|
-
T.type_alias do
|
914
|
-
T.any(
|
915
|
-
Orb::CustomerCreateParams::TaxConfiguration::Sphere,
|
916
|
-
Orb::Internal::AnyHash
|
917
|
-
)
|
918
|
-
end
|
919
|
-
|
920
|
-
sig { returns(T::Boolean) }
|
921
|
-
attr_accessor :tax_exempt
|
922
|
-
|
923
|
-
sig { returns(Symbol) }
|
924
|
-
attr_accessor :tax_provider
|
925
|
-
|
926
|
-
sig do
|
927
|
-
params(tax_exempt: T::Boolean, tax_provider: Symbol).returns(
|
928
|
-
T.attached_class
|
929
|
-
)
|
930
|
-
end
|
931
|
-
def self.new(tax_exempt:, tax_provider: :sphere)
|
932
|
-
end
|
933
|
-
|
934
|
-
sig do
|
935
|
-
override.returns({ tax_exempt: T::Boolean, tax_provider: Symbol })
|
936
|
-
end
|
937
|
-
def to_hash
|
938
|
-
end
|
939
|
-
end
|
940
525
|
|
941
526
|
sig do
|
942
527
|
override.returns(
|
@@ -946,512 +531,6 @@ module Orb
|
|
946
531
|
def self.variants
|
947
532
|
end
|
948
533
|
end
|
949
|
-
|
950
|
-
class TaxID < Orb::Internal::Type::BaseModel
|
951
|
-
OrHash =
|
952
|
-
T.type_alias do
|
953
|
-
T.any(Orb::CustomerCreateParams::TaxID, Orb::Internal::AnyHash)
|
954
|
-
end
|
955
|
-
|
956
|
-
sig { returns(Orb::CustomerCreateParams::TaxID::Country::OrSymbol) }
|
957
|
-
attr_accessor :country
|
958
|
-
|
959
|
-
sig { returns(Orb::CustomerCreateParams::TaxID::Type::OrSymbol) }
|
960
|
-
attr_accessor :type
|
961
|
-
|
962
|
-
sig { returns(String) }
|
963
|
-
attr_accessor :value
|
964
|
-
|
965
|
-
# Tax IDs are commonly required to be displayed on customer invoices, which are
|
966
|
-
# added to the headers of invoices.
|
967
|
-
#
|
968
|
-
# ### Supported Tax ID Countries and Types
|
969
|
-
#
|
970
|
-
# | Country | Type | Description |
|
971
|
-
# | -------------------- | ------------ | ------------------------------------------------------------------------------------------------------- |
|
972
|
-
# | Andorra | `ad_nrt` | Andorran NRT Number |
|
973
|
-
# | Argentina | `ar_cuit` | Argentinian Tax ID Number |
|
974
|
-
# | Australia | `au_abn` | Australian Business Number (AU ABN) |
|
975
|
-
# | Australia | `au_arn` | Australian Taxation Office Reference Number |
|
976
|
-
# | Austria | `eu_vat` | European VAT Number |
|
977
|
-
# | Bahrain | `bh_vat` | Bahraini VAT Number |
|
978
|
-
# | Belgium | `eu_vat` | European VAT Number |
|
979
|
-
# | Bolivia | `bo_tin` | Bolivian Tax ID |
|
980
|
-
# | Brazil | `br_cnpj` | Brazilian CNPJ Number |
|
981
|
-
# | Brazil | `br_cpf` | Brazilian CPF Number |
|
982
|
-
# | Bulgaria | `bg_uic` | Bulgaria Unified Identification Code |
|
983
|
-
# | Bulgaria | `eu_vat` | European VAT Number |
|
984
|
-
# | Canada | `ca_bn` | Canadian BN |
|
985
|
-
# | Canada | `ca_gst_hst` | Canadian GST/HST Number |
|
986
|
-
# | Canada | `ca_pst_bc` | Canadian PST Number (British Columbia) |
|
987
|
-
# | Canada | `ca_pst_mb` | Canadian PST Number (Manitoba) |
|
988
|
-
# | Canada | `ca_pst_sk` | Canadian PST Number (Saskatchewan) |
|
989
|
-
# | Canada | `ca_qst` | Canadian QST Number (Québec) |
|
990
|
-
# | Chile | `cl_tin` | Chilean TIN |
|
991
|
-
# | China | `cn_tin` | Chinese Tax ID |
|
992
|
-
# | Colombia | `co_nit` | Colombian NIT Number |
|
993
|
-
# | Costa Rica | `cr_tin` | Costa Rican Tax ID |
|
994
|
-
# | Croatia | `eu_vat` | European VAT Number |
|
995
|
-
# | Cyprus | `eu_vat` | European VAT Number |
|
996
|
-
# | Czech Republic | `eu_vat` | European VAT Number |
|
997
|
-
# | Denmark | `eu_vat` | European VAT Number |
|
998
|
-
# | Dominican Republic | `do_rcn` | Dominican RCN Number |
|
999
|
-
# | Ecuador | `ec_ruc` | Ecuadorian RUC Number |
|
1000
|
-
# | Egypt | `eg_tin` | Egyptian Tax Identification Number |
|
1001
|
-
# | El Salvador | `sv_nit` | El Salvadorian NIT Number |
|
1002
|
-
# | Estonia | `eu_vat` | European VAT Number |
|
1003
|
-
# | EU | `eu_oss_vat` | European One Stop Shop VAT Number for non-Union scheme |
|
1004
|
-
# | Finland | `eu_vat` | European VAT Number |
|
1005
|
-
# | France | `eu_vat` | European VAT Number |
|
1006
|
-
# | Georgia | `ge_vat` | Georgian VAT |
|
1007
|
-
# | Germany | `eu_vat` | European VAT Number |
|
1008
|
-
# | Greece | `eu_vat` | European VAT Number |
|
1009
|
-
# | Hong Kong | `hk_br` | Hong Kong BR Number |
|
1010
|
-
# | Hungary | `eu_vat` | European VAT Number |
|
1011
|
-
# | Hungary | `hu_tin` | Hungary Tax Number (adószám) |
|
1012
|
-
# | Iceland | `is_vat` | Icelandic VAT |
|
1013
|
-
# | India | `in_gst` | Indian GST Number |
|
1014
|
-
# | Indonesia | `id_npwp` | Indonesian NPWP Number |
|
1015
|
-
# | Ireland | `eu_vat` | European VAT Number |
|
1016
|
-
# | Israel | `il_vat` | Israel VAT |
|
1017
|
-
# | Italy | `eu_vat` | European VAT Number |
|
1018
|
-
# | Japan | `jp_cn` | Japanese Corporate Number (_Hōjin Bangō_) |
|
1019
|
-
# | Japan | `jp_rn` | Japanese Registered Foreign Businesses' Registration Number (_Tōroku Kokugai Jigyōsha no Tōroku Bangō_) |
|
1020
|
-
# | Japan | `jp_trn` | Japanese Tax Registration Number (_Tōroku Bangō_) |
|
1021
|
-
# | Kazakhstan | `kz_bin` | Kazakhstani Business Identification Number |
|
1022
|
-
# | Kenya | `ke_pin` | Kenya Revenue Authority Personal Identification Number |
|
1023
|
-
# | Latvia | `eu_vat` | European VAT Number |
|
1024
|
-
# | Liechtenstein | `li_uid` | Liechtensteinian UID Number |
|
1025
|
-
# | Lithuania | `eu_vat` | European VAT Number |
|
1026
|
-
# | Luxembourg | `eu_vat` | European VAT Number |
|
1027
|
-
# | Malaysia | `my_frp` | Malaysian FRP Number |
|
1028
|
-
# | Malaysia | `my_itn` | Malaysian ITN |
|
1029
|
-
# | Malaysia | `my_sst` | Malaysian SST Number |
|
1030
|
-
# | Malta | `eu_vat ` | European VAT Number |
|
1031
|
-
# | Mexico | `mx_rfc` | Mexican RFC Number |
|
1032
|
-
# | Netherlands | `eu_vat` | European VAT Number |
|
1033
|
-
# | New Zealand | `nz_gst` | New Zealand GST Number |
|
1034
|
-
# | Nigeria | `ng_tin` | Nigerian Tax Identification Number |
|
1035
|
-
# | Norway | `no_vat` | Norwegian VAT Number |
|
1036
|
-
# | Norway | `no_voec` | Norwegian VAT on e-commerce Number |
|
1037
|
-
# | Oman | `om_vat` | Omani VAT Number |
|
1038
|
-
# | Peru | `pe_ruc` | Peruvian RUC Number |
|
1039
|
-
# | Philippines | `ph_tin ` | Philippines Tax Identification Number |
|
1040
|
-
# | Poland | `eu_vat` | European VAT Number |
|
1041
|
-
# | Portugal | `eu_vat` | European VAT Number |
|
1042
|
-
# | Romania | `eu_vat` | European VAT Number |
|
1043
|
-
# | Romania | `ro_tin` | Romanian Tax ID Number |
|
1044
|
-
# | Russia | `ru_inn` | Russian INN |
|
1045
|
-
# | Russia | `ru_kpp` | Russian KPP |
|
1046
|
-
# | Saudi Arabia | `sa_vat` | Saudi Arabia VAT |
|
1047
|
-
# | Serbia | `rs_pib` | Serbian PIB Number |
|
1048
|
-
# | Singapore | `sg_gst` | Singaporean GST |
|
1049
|
-
# | Singapore | `sg_uen` | Singaporean UEN |
|
1050
|
-
# | Slovakia | `eu_vat` | European VAT Number |
|
1051
|
-
# | Slovenia | `eu_vat` | European VAT Number |
|
1052
|
-
# | Slovenia | `si_tin` | Slovenia Tax Number (davčna številka) |
|
1053
|
-
# | South Africa | `za_vat` | South African VAT Number |
|
1054
|
-
# | South Korea | `kr_brn` | Korean BRN |
|
1055
|
-
# | Spain | `es_cif` | Spanish NIF Number (previously Spanish CIF Number) |
|
1056
|
-
# | Spain | `eu_vat` | European VAT Number |
|
1057
|
-
# | Sweden | `eu_vat` | European VAT Number |
|
1058
|
-
# | Switzerland | `ch_vat` | Switzerland VAT Number |
|
1059
|
-
# | Taiwan | `tw_vat` | Taiwanese VAT |
|
1060
|
-
# | Thailand | `th_vat` | Thai VAT |
|
1061
|
-
# | Turkey | `tr_tin` | Turkish Tax Identification Number |
|
1062
|
-
# | Ukraine | `ua_vat` | Ukrainian VAT |
|
1063
|
-
# | United Arab Emirates | `ae_trn` | United Arab Emirates TRN |
|
1064
|
-
# | United Kingdom | `eu_vat` | Northern Ireland VAT Number |
|
1065
|
-
# | United Kingdom | `gb_vat` | United Kingdom VAT Number |
|
1066
|
-
# | United States | `us_ein` | United States EIN |
|
1067
|
-
# | Uruguay | `uy_ruc` | Uruguayan RUC Number |
|
1068
|
-
# | Venezuela | `ve_rif` | Venezuelan RIF Number |
|
1069
|
-
# | Vietnam | `vn_tin` | Vietnamese Tax ID Number |
|
1070
|
-
sig do
|
1071
|
-
params(
|
1072
|
-
country: Orb::CustomerCreateParams::TaxID::Country::OrSymbol,
|
1073
|
-
type: Orb::CustomerCreateParams::TaxID::Type::OrSymbol,
|
1074
|
-
value: String
|
1075
|
-
).returns(T.attached_class)
|
1076
|
-
end
|
1077
|
-
def self.new(country:, type:, value:)
|
1078
|
-
end
|
1079
|
-
|
1080
|
-
sig do
|
1081
|
-
override.returns(
|
1082
|
-
{
|
1083
|
-
country: Orb::CustomerCreateParams::TaxID::Country::OrSymbol,
|
1084
|
-
type: Orb::CustomerCreateParams::TaxID::Type::OrSymbol,
|
1085
|
-
value: String
|
1086
|
-
}
|
1087
|
-
)
|
1088
|
-
end
|
1089
|
-
def to_hash
|
1090
|
-
end
|
1091
|
-
|
1092
|
-
module Country
|
1093
|
-
extend Orb::Internal::Type::Enum
|
1094
|
-
|
1095
|
-
TaggedSymbol =
|
1096
|
-
T.type_alias do
|
1097
|
-
T.all(Symbol, Orb::CustomerCreateParams::TaxID::Country)
|
1098
|
-
end
|
1099
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1100
|
-
|
1101
|
-
AD =
|
1102
|
-
T.let(:AD, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1103
|
-
AE =
|
1104
|
-
T.let(:AE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1105
|
-
AR =
|
1106
|
-
T.let(:AR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1107
|
-
AT =
|
1108
|
-
T.let(:AT, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1109
|
-
AU =
|
1110
|
-
T.let(:AU, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1111
|
-
BE =
|
1112
|
-
T.let(:BE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1113
|
-
BG =
|
1114
|
-
T.let(:BG, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1115
|
-
BH =
|
1116
|
-
T.let(:BH, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1117
|
-
BO =
|
1118
|
-
T.let(:BO, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1119
|
-
BR =
|
1120
|
-
T.let(:BR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1121
|
-
CA =
|
1122
|
-
T.let(:CA, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1123
|
-
CH =
|
1124
|
-
T.let(:CH, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1125
|
-
CL =
|
1126
|
-
T.let(:CL, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1127
|
-
CN =
|
1128
|
-
T.let(:CN, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1129
|
-
CO =
|
1130
|
-
T.let(:CO, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1131
|
-
CR =
|
1132
|
-
T.let(:CR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1133
|
-
CY =
|
1134
|
-
T.let(:CY, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1135
|
-
CZ =
|
1136
|
-
T.let(:CZ, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1137
|
-
DE =
|
1138
|
-
T.let(:DE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1139
|
-
DK =
|
1140
|
-
T.let(:DK, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1141
|
-
EE =
|
1142
|
-
T.let(:EE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1143
|
-
DO =
|
1144
|
-
T.let(:DO, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1145
|
-
EC =
|
1146
|
-
T.let(:EC, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1147
|
-
EG =
|
1148
|
-
T.let(:EG, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1149
|
-
ES =
|
1150
|
-
T.let(:ES, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1151
|
-
EU =
|
1152
|
-
T.let(:EU, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1153
|
-
FI =
|
1154
|
-
T.let(:FI, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1155
|
-
FR =
|
1156
|
-
T.let(:FR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1157
|
-
GB =
|
1158
|
-
T.let(:GB, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1159
|
-
GE =
|
1160
|
-
T.let(:GE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1161
|
-
GR =
|
1162
|
-
T.let(:GR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1163
|
-
HK =
|
1164
|
-
T.let(:HK, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1165
|
-
HR =
|
1166
|
-
T.let(:HR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1167
|
-
HU =
|
1168
|
-
T.let(:HU, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1169
|
-
ID =
|
1170
|
-
T.let(:ID, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1171
|
-
IE =
|
1172
|
-
T.let(:IE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1173
|
-
IL =
|
1174
|
-
T.let(:IL, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1175
|
-
IN =
|
1176
|
-
T.let(:IN, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1177
|
-
IS =
|
1178
|
-
T.let(:IS, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1179
|
-
IT =
|
1180
|
-
T.let(:IT, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1181
|
-
JP =
|
1182
|
-
T.let(:JP, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1183
|
-
KE =
|
1184
|
-
T.let(:KE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1185
|
-
KR =
|
1186
|
-
T.let(:KR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1187
|
-
KZ =
|
1188
|
-
T.let(:KZ, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1189
|
-
LI =
|
1190
|
-
T.let(:LI, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1191
|
-
LT =
|
1192
|
-
T.let(:LT, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1193
|
-
LU =
|
1194
|
-
T.let(:LU, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1195
|
-
LV =
|
1196
|
-
T.let(:LV, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1197
|
-
MT =
|
1198
|
-
T.let(:MT, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1199
|
-
MX =
|
1200
|
-
T.let(:MX, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1201
|
-
MY =
|
1202
|
-
T.let(:MY, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1203
|
-
NG =
|
1204
|
-
T.let(:NG, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1205
|
-
NL =
|
1206
|
-
T.let(:NL, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1207
|
-
NO =
|
1208
|
-
T.let(:NO, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1209
|
-
NZ =
|
1210
|
-
T.let(:NZ, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1211
|
-
OM =
|
1212
|
-
T.let(:OM, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1213
|
-
PE =
|
1214
|
-
T.let(:PE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1215
|
-
PH =
|
1216
|
-
T.let(:PH, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1217
|
-
PL =
|
1218
|
-
T.let(:PL, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1219
|
-
PT =
|
1220
|
-
T.let(:PT, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1221
|
-
RO =
|
1222
|
-
T.let(:RO, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1223
|
-
RS =
|
1224
|
-
T.let(:RS, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1225
|
-
RU =
|
1226
|
-
T.let(:RU, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1227
|
-
SA =
|
1228
|
-
T.let(:SA, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1229
|
-
SE =
|
1230
|
-
T.let(:SE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1231
|
-
SG =
|
1232
|
-
T.let(:SG, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1233
|
-
SI =
|
1234
|
-
T.let(:SI, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1235
|
-
SK =
|
1236
|
-
T.let(:SK, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1237
|
-
SV =
|
1238
|
-
T.let(:SV, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1239
|
-
TH =
|
1240
|
-
T.let(:TH, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1241
|
-
TR =
|
1242
|
-
T.let(:TR, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1243
|
-
TW =
|
1244
|
-
T.let(:TW, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1245
|
-
UA =
|
1246
|
-
T.let(:UA, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1247
|
-
US =
|
1248
|
-
T.let(:US, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1249
|
-
UY =
|
1250
|
-
T.let(:UY, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1251
|
-
VE =
|
1252
|
-
T.let(:VE, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1253
|
-
VN =
|
1254
|
-
T.let(:VN, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1255
|
-
ZA =
|
1256
|
-
T.let(:ZA, Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol)
|
1257
|
-
|
1258
|
-
sig do
|
1259
|
-
override.returns(
|
1260
|
-
T::Array[Orb::CustomerCreateParams::TaxID::Country::TaggedSymbol]
|
1261
|
-
)
|
1262
|
-
end
|
1263
|
-
def self.values
|
1264
|
-
end
|
1265
|
-
end
|
1266
|
-
|
1267
|
-
module Type
|
1268
|
-
extend Orb::Internal::Type::Enum
|
1269
|
-
|
1270
|
-
TaggedSymbol =
|
1271
|
-
T.type_alias do
|
1272
|
-
T.all(Symbol, Orb::CustomerCreateParams::TaxID::Type)
|
1273
|
-
end
|
1274
|
-
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
1275
|
-
|
1276
|
-
AD_NRT =
|
1277
|
-
T.let(:ad_nrt, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1278
|
-
AE_TRN =
|
1279
|
-
T.let(:ae_trn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1280
|
-
AR_CUIT =
|
1281
|
-
T.let(
|
1282
|
-
:ar_cuit,
|
1283
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1284
|
-
)
|
1285
|
-
EU_VAT =
|
1286
|
-
T.let(:eu_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1287
|
-
AU_ABN =
|
1288
|
-
T.let(:au_abn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1289
|
-
AU_ARN =
|
1290
|
-
T.let(:au_arn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1291
|
-
BG_UIC =
|
1292
|
-
T.let(:bg_uic, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1293
|
-
BH_VAT =
|
1294
|
-
T.let(:bh_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1295
|
-
BO_TIN =
|
1296
|
-
T.let(:bo_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1297
|
-
BR_CNPJ =
|
1298
|
-
T.let(
|
1299
|
-
:br_cnpj,
|
1300
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1301
|
-
)
|
1302
|
-
BR_CPF =
|
1303
|
-
T.let(:br_cpf, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1304
|
-
CA_BN =
|
1305
|
-
T.let(:ca_bn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1306
|
-
CA_GST_HST =
|
1307
|
-
T.let(
|
1308
|
-
:ca_gst_hst,
|
1309
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1310
|
-
)
|
1311
|
-
CA_PST_BC =
|
1312
|
-
T.let(
|
1313
|
-
:ca_pst_bc,
|
1314
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1315
|
-
)
|
1316
|
-
CA_PST_MB =
|
1317
|
-
T.let(
|
1318
|
-
:ca_pst_mb,
|
1319
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1320
|
-
)
|
1321
|
-
CA_PST_SK =
|
1322
|
-
T.let(
|
1323
|
-
:ca_pst_sk,
|
1324
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1325
|
-
)
|
1326
|
-
CA_QST =
|
1327
|
-
T.let(:ca_qst, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1328
|
-
CH_VAT =
|
1329
|
-
T.let(:ch_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1330
|
-
CL_TIN =
|
1331
|
-
T.let(:cl_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1332
|
-
CN_TIN =
|
1333
|
-
T.let(:cn_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1334
|
-
CO_NIT =
|
1335
|
-
T.let(:co_nit, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1336
|
-
CR_TIN =
|
1337
|
-
T.let(:cr_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1338
|
-
DO_RCN =
|
1339
|
-
T.let(:do_rcn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1340
|
-
EC_RUC =
|
1341
|
-
T.let(:ec_ruc, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1342
|
-
EG_TIN =
|
1343
|
-
T.let(:eg_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1344
|
-
ES_CIF =
|
1345
|
-
T.let(:es_cif, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1346
|
-
EU_OSS_VAT =
|
1347
|
-
T.let(
|
1348
|
-
:eu_oss_vat,
|
1349
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1350
|
-
)
|
1351
|
-
GB_VAT =
|
1352
|
-
T.let(:gb_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1353
|
-
GE_VAT =
|
1354
|
-
T.let(:ge_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1355
|
-
HK_BR =
|
1356
|
-
T.let(:hk_br, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1357
|
-
HU_TIN =
|
1358
|
-
T.let(:hu_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1359
|
-
ID_NPWP =
|
1360
|
-
T.let(
|
1361
|
-
:id_npwp,
|
1362
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1363
|
-
)
|
1364
|
-
IL_VAT =
|
1365
|
-
T.let(:il_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1366
|
-
IN_GST =
|
1367
|
-
T.let(:in_gst, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1368
|
-
IS_VAT =
|
1369
|
-
T.let(:is_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1370
|
-
JP_CN =
|
1371
|
-
T.let(:jp_cn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1372
|
-
JP_RN =
|
1373
|
-
T.let(:jp_rn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1374
|
-
JP_TRN =
|
1375
|
-
T.let(:jp_trn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1376
|
-
KE_PIN =
|
1377
|
-
T.let(:ke_pin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1378
|
-
KR_BRN =
|
1379
|
-
T.let(:kr_brn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1380
|
-
KZ_BIN =
|
1381
|
-
T.let(:kz_bin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1382
|
-
LI_UID =
|
1383
|
-
T.let(:li_uid, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1384
|
-
MX_RFC =
|
1385
|
-
T.let(:mx_rfc, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1386
|
-
MY_FRP =
|
1387
|
-
T.let(:my_frp, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1388
|
-
MY_ITN =
|
1389
|
-
T.let(:my_itn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1390
|
-
MY_SST =
|
1391
|
-
T.let(:my_sst, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1392
|
-
NG_TIN =
|
1393
|
-
T.let(:ng_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1394
|
-
NO_VAT =
|
1395
|
-
T.let(:no_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1396
|
-
NO_VOEC =
|
1397
|
-
T.let(
|
1398
|
-
:no_voec,
|
1399
|
-
Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol
|
1400
|
-
)
|
1401
|
-
NZ_GST =
|
1402
|
-
T.let(:nz_gst, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1403
|
-
OM_VAT =
|
1404
|
-
T.let(:om_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1405
|
-
PE_RUC =
|
1406
|
-
T.let(:pe_ruc, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1407
|
-
PH_TIN =
|
1408
|
-
T.let(:ph_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1409
|
-
RO_TIN =
|
1410
|
-
T.let(:ro_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1411
|
-
RS_PIB =
|
1412
|
-
T.let(:rs_pib, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1413
|
-
RU_INN =
|
1414
|
-
T.let(:ru_inn, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1415
|
-
RU_KPP =
|
1416
|
-
T.let(:ru_kpp, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1417
|
-
SA_VAT =
|
1418
|
-
T.let(:sa_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1419
|
-
SG_GST =
|
1420
|
-
T.let(:sg_gst, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1421
|
-
SG_UEN =
|
1422
|
-
T.let(:sg_uen, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1423
|
-
SI_TIN =
|
1424
|
-
T.let(:si_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1425
|
-
SV_NIT =
|
1426
|
-
T.let(:sv_nit, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1427
|
-
TH_VAT =
|
1428
|
-
T.let(:th_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1429
|
-
TR_TIN =
|
1430
|
-
T.let(:tr_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1431
|
-
TW_VAT =
|
1432
|
-
T.let(:tw_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1433
|
-
UA_VAT =
|
1434
|
-
T.let(:ua_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1435
|
-
US_EIN =
|
1436
|
-
T.let(:us_ein, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1437
|
-
UY_RUC =
|
1438
|
-
T.let(:uy_ruc, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1439
|
-
VE_RIF =
|
1440
|
-
T.let(:ve_rif, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1441
|
-
VN_TIN =
|
1442
|
-
T.let(:vn_tin, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1443
|
-
ZA_VAT =
|
1444
|
-
T.let(:za_vat, Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol)
|
1445
|
-
|
1446
|
-
sig do
|
1447
|
-
override.returns(
|
1448
|
-
T::Array[Orb::CustomerCreateParams::TaxID::Type::TaggedSymbol]
|
1449
|
-
)
|
1450
|
-
end
|
1451
|
-
def self.values
|
1452
|
-
end
|
1453
|
-
end
|
1454
|
-
end
|
1455
534
|
end
|
1456
535
|
end
|
1457
536
|
end
|