subskribe_sandbox 1.0.0 → 1.0.2
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/README.md +8 -7
- data/docs/AccountsApi.md +2 -2
- data/docs/AutomatedInvoiceRule.md +3 -3
- data/docs/BulkInvoiceRunItem.md +2 -2
- data/docs/BulkPaymentUploadData.md +5 -5
- data/docs/ChargeJson.md +2 -2
- data/docs/PaginatedAccountsResponse.md +10 -0
- data/docs/PaginatedSubscriptionsResponse.md +10 -0
- data/docs/RevenueRecognitionApi.md +20 -20
- data/docs/SubscriptionsApi.md +2 -2
- data/docs/TaxJarIntegration.md +2 -2
- data/lib/subskribe_sandbox/api/accounts_api.rb +3 -3
- data/lib/subskribe_sandbox/api/revenue_recognition_api.rb +22 -22
- data/lib/subskribe_sandbox/api/subscriptions_api.rb +3 -3
- data/lib/subskribe_sandbox/models/automated_invoice_rule.rb +31 -31
- data/lib/subskribe_sandbox/models/bulk_invoice_run_item.rb +22 -22
- data/lib/subskribe_sandbox/models/bulk_payment_upload_data.rb +46 -46
- data/lib/subskribe_sandbox/models/charge_json.rb +16 -16
- data/lib/{subskribe_dev/models/payment_json_pagination_response.rb → subskribe_sandbox/models/paginated_accounts_response.rb} +4 -4
- data/lib/{subskribe_dev/models/credit_memo_pagination_response_json.rb → subskribe_sandbox/models/paginated_subscriptions_response.rb} +4 -4
- data/lib/subskribe_sandbox/models/tax_jar_integration.rb +16 -16
- data/lib/subskribe_sandbox/version.rb +1 -1
- data/lib/subskribe_sandbox.rb +2 -1
- data/spec/api/accounting_api_spec.rb +3 -3
- data/spec/api/accounts_api_spec.rb +4 -4
- data/spec/api/approvals_api_spec.rb +3 -3
- data/spec/api/attachments_api_spec.rb +3 -3
- data/spec/api/authentication_api_spec.rb +3 -3
- data/spec/api/billing_api_spec.rb +3 -3
- data/spec/api/credit_memo_api_spec.rb +3 -3
- data/spec/api/custom_field_api_spec.rb +3 -3
- data/spec/api/customization_api_spec.rb +3 -3
- data/spec/api/default_api_spec.rb +3 -3
- data/spec/api/discounts_api_spec.rb +3 -3
- data/spec/api/entities_api_spec.rb +42 -3
- data/spec/api/erp_api_spec.rb +13 -13
- data/spec/api/import_api_spec.rb +3 -3
- data/spec/api/integrations_api_spec.rb +3 -3
- data/spec/api/metrics_reporting_api_spec.rb +3 -3
- data/spec/api/notifications_api_spec.rb +3 -3
- data/spec/api/opportunity_api_spec.rb +3 -3
- data/spec/api/orders_api_spec.rb +3 -3
- data/spec/api/payments_api_spec.rb +3 -3
- data/spec/api/product_catalog_api_spec.rb +16 -3
- data/spec/api/rate_card_api_spec.rb +3 -3
- data/spec/api/refunds_api_spec.rb +3 -3
- data/spec/api/reports_api_spec.rb +3 -3
- data/spec/api/revenue_recognition_api_spec.rb +8 -8
- data/spec/api/sales_room_api_spec.rb +3 -3
- data/spec/api/settings_api_spec.rb +240 -3
- data/spec/api/subscriptions_api_spec.rb +4 -4
- data/spec/api/usage_api_spec.rb +3 -3
- data/spec/api/users_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +31 -31
- data/spec/configuration_spec.rb +6 -6
- data/spec/models/account_address_json_spec.rb +3 -3
- data/spec/models/account_address_spec.rb +3 -3
- data/spec/models/account_contact_json_spec.rb +3 -3
- data/spec/models/account_contact_spec.rb +3 -3
- data/spec/models/account_json_spec.rb +3 -3
- data/spec/models/account_payment_method_json_spec.rb +3 -3
- data/spec/models/account_receivable_contact_json_spec.rb +3 -3
- data/spec/models/accounting_event_paginated_response_spec.rb +3 -3
- data/spec/models/accounting_event_spec.rb +3 -3
- data/spec/models/accounting_period_calculation_spec.rb +3 -3
- data/spec/models/accounting_period_spec.rb +3 -3
- data/spec/models/add_and_apply_payment_application_json_spec.rb +3 -3
- data/spec/models/anrok_integration_input_spec.rb +3 -3
- data/spec/models/approval_matrix_import_data_json_spec.rb +3 -3
- data/spec/models/approval_matrix_import_preview_spec.rb +3 -3
- data/spec/models/approval_role_json_spec.rb +3 -3
- data/spec/models/approval_role_segment_change_spec.rb +3 -3
- data/spec/models/approval_segment_json_spec.rb +3 -3
- data/spec/models/attachment_spec.rb +3 -3
- data/spec/models/attribute_reference_spec.rb +3 -3
- data/spec/models/auth_saml_integration_json_spec.rb +3 -3
- data/spec/models/automated_invoice_rule_request_json_spec.rb +3 -3
- data/spec/models/automated_invoice_rule_spec.rb +15 -15
- data/spec/models/avalara_integration_input_spec.rb +3 -3
- data/spec/models/avalara_integration_spec.rb +3 -3
- data/spec/models/billing_event_entry_spec.rb +3 -3
- data/spec/models/billing_event_input_spec.rb +3 -3
- data/spec/models/bulk_invoice_run_exclusions_spec.rb +3 -3
- data/spec/models/bulk_invoice_run_input_spec.rb +3 -3
- data/spec/models/bulk_invoice_run_item_spec.rb +9 -9
- data/spec/models/bulk_invoice_run_selector_spec.rb +3 -3
- data/spec/models/bulk_invoice_run_spec.rb +3 -3
- data/spec/models/bulk_payment_upload_data_spec.rb +13 -13
- data/spec/models/bulk_payment_upload_result_spec.rb +6 -6
- data/spec/models/byte_buffer_spec.rb +3 -3
- data/spec/models/catalog_relationship_spec.rb +3 -3
- data/spec/models/charge_json_spec.rb +6 -6
- data/spec/models/charge_partial_json_spec.rb +3 -3
- data/spec/models/company_contact_json_spec.rb +3 -3
- data/spec/models/credit_memo_application_json_spec.rb +3 -3
- data/spec/models/credit_memo_balance_json_spec.rb +3 -3
- data/spec/models/credit_memo_json_spec.rb +3 -3
- data/spec/models/credit_memo_line_item_json_spec.rb +3 -3
- data/spec/models/credit_memo_line_item_request_json_spec.rb +3 -3
- data/spec/models/credit_memo_pagination_response_json_spec.rb +3 -3
- data/spec/models/crm_account_import_response_spec.rb +3 -3
- data/spec/models/custom_field_default_spec.rb +3 -3
- data/spec/models/custom_field_definition_create_input_spec.rb +3 -3
- data/spec/models/custom_field_definition_json_spec.rb +3 -3
- data/spec/models/custom_field_definition_update_input_spec.rb +3 -3
- data/spec/models/custom_field_entry_spec.rb +3 -3
- data/spec/models/custom_field_update_input_spec.rb +3 -3
- data/spec/models/custom_field_value_spec.rb +3 -3
- data/spec/models/data_import_spec.rb +3 -3
- data/spec/models/discount_detail_json_spec.rb +3 -3
- data/spec/models/discount_json_spec.rb +3 -3
- data/spec/models/docu_sign_integration_request_json_spec.rb +3 -3
- data/spec/models/docu_sign_integration_response_json_spec.rb +3 -3
- data/spec/models/document_custom_content_spec.rb +3 -3
- data/spec/models/document_section_spec.rb +3 -3
- data/spec/models/document_template_json_spec.rb +3 -3
- data/spec/models/dunning_setting_json_spec.rb +3 -3
- data/spec/models/email_notifiers_list_spec.rb +3 -3
- data/spec/models/entity_json_spec.rb +3 -3
- data/spec/models/entity_ref_spec.rb +3 -3
- data/spec/models/entity_spec.rb +3 -3
- data/spec/models/entry_spec.rb +3 -3
- data/spec/models/external_arr_schedule_json_spec.rb +3 -3
- data/spec/models/flatfile_workbook_response_data_spec.rb +3 -3
- data/spec/models/flatfile_workbook_response_spec.rb +3 -3
- data/spec/models/input_stream_spec.rb +3 -3
- data/spec/models/integration_spec.rb +3 -3
- data/spec/models/invoice_balance_json_spec.rb +3 -3
- data/spec/models/invoice_item_json_spec.rb +3 -3
- data/spec/models/invoice_item_preview_json_spec.rb +3 -3
- data/spec/models/invoice_json_pagination_response_spec.rb +3 -3
- data/spec/models/invoice_json_spec.rb +3 -3
- data/spec/models/invoice_number_prefix_spec.rb +3 -3
- data/spec/models/invoice_preview_json_spec.rb +3 -3
- data/spec/models/ledger_account_mapping_spec.rb +3 -3
- data/spec/models/ledger_account_spec.rb +3 -3
- data/spec/models/metrics_json_spec.rb +3 -3
- data/spec/models/notification_target_and_subscriptions_spec.rb +3 -3
- data/spec/models/number_config_spec.rb +3 -3
- data/spec/models/opportunity_json_spec.rb +3 -3
- data/spec/models/opportunity_pagination_response_spec.rb +3 -3
- data/spec/models/opportunity_rest_json_spec.rb +3 -3
- data/spec/models/opportunity_spec.rb +3 -3
- data/spec/models/order_json_pagination_response_spec.rb +3 -3
- data/spec/models/order_json_spec.rb +3 -3
- data/spec/models/order_line_item_json_spec.rb +9 -3
- data/spec/models/order_line_item_request_json_spec.rb +9 -3
- data/spec/models/order_request_json_spec.rb +3 -3
- data/spec/models/order_terms_spec.rb +3 -3
- data/spec/models/{paginated_response_spec.rb → paginated_accounts_response_spec.rb} +8 -8
- data/spec/models/paginated_subscriptions_response_spec.rb +53 -0
- data/spec/models/payment_balance_json_spec.rb +3 -3
- data/spec/models/payment_configuration_spec.rb +3 -3
- data/spec/models/payment_json_pagination_response_spec.rb +3 -3
- data/spec/models/payment_json_spec.rb +3 -3
- data/spec/models/payment_term_settings_json_spec.rb +3 -3
- data/spec/models/plan_json_pagination_response_spec.rb +3 -3
- data/spec/models/plan_json_spec.rb +3 -3
- data/spec/models/predefined_report_def_chart_json_spec.rb +3 -3
- data/spec/models/predefined_report_def_json_spec.rb +3 -3
- data/spec/models/predefined_report_defs_json_spec.rb +3 -3
- data/spec/models/predefined_report_json_spec.rb +3 -3
- data/spec/models/predefined_report_param_object_spec.rb +3 -3
- data/spec/models/predefined_report_param_spec.rb +3 -3
- data/spec/models/prepaid_stats_spec.rb +3 -3
- data/spec/models/price_tier_json_spec.rb +3 -3
- data/spec/models/product_category_pagination_response_spec.rb +3 -3
- data/spec/models/product_category_spec.rb +3 -3
- data/spec/models/product_input_json_spec.rb +3 -3
- data/spec/models/product_json_pagination_response_spec.rb +3 -3
- data/spec/models/product_json_spec.rb +3 -3
- data/spec/models/purchase_order_spec.rb +3 -3
- data/spec/models/raw_usage_spec.rb +3 -3
- data/spec/models/raw_usages_data_spec.rb +3 -3
- data/spec/models/recognition_event_completion_spec.rb +3 -3
- data/spec/models/recognition_rule_spec.rb +3 -3
- data/spec/models/recurrence_json_spec.rb +3 -3
- data/spec/models/refund_detail_spec.rb +3 -3
- data/spec/models/refund_request_json_spec.rb +3 -3
- data/spec/models/refund_spec.rb +3 -3
- data/spec/models/report_duration_spec.rb +3 -3
- data/spec/models/report_job_response_spec.rb +3 -3
- data/spec/models/salesforce_account_billing_address_spec.rb +3 -3
- data/spec/models/salesforce_account_spec.rb +3 -3
- data/spec/models/salesforce_client_integration_request_json_spec.rb +3 -3
- data/spec/models/settlement_application_spec.rb +3 -3
- data/spec/models/standalone_credit_memo_request_spec.rb +3 -3
- data/spec/models/subscription_charge_alias_spec.rb +3 -3
- data/spec/models/subscription_charge_json_spec.rb +3 -3
- data/spec/models/subscription_json_spec.rb +3 -3
- data/spec/models/subscription_update_json_spec.rb +3 -3
- data/spec/models/tax_jar_integration_input_spec.rb +3 -3
- data/spec/models/tax_jar_integration_spec.rb +7 -7
- data/spec/models/tax_rate_json_spec.rb +3 -3
- data/spec/models/tax_rate_pagination_response_json_spec.rb +3 -3
- data/spec/models/tenant_credit_memo_configuration_json_spec.rb +3 -3
- data/spec/models/tenant_discount_json_spec.rb +3 -3
- data/spec/models/tenant_discount_line_item_json_spec.rb +3 -3
- data/spec/models/tenant_invoice_config_spec.rb +3 -3
- data/spec/models/tenant_json_spec.rb +3 -3
- data/spec/models/tenant_setting_json_spec.rb +3 -3
- data/spec/models/time_series_amount_json_spec.rb +3 -3
- data/spec/models/time_zone_spec.rb +3 -3
- data/spec/models/unit_of_measure_json_spec.rb +3 -3
- data/spec/models/unit_of_measure_pagination_response_json_spec.rb +3 -3
- data/spec/models/update_invoice_request_spec.rb +3 -3
- data/spec/models/usage_aggregate_output_spec.rb +3 -3
- data/spec/models/usage_batch_insert_result_spec.rb +3 -3
- data/spec/models/user_group_json_spec.rb +3 -3
- data/spec/models/user_group_request_json_spec.rb +3 -3
- data/spec/models/user_input_spec.rb +3 -3
- data/spec/models/user_json_spec.rb +3 -3
- data/spec/models/user_pagination_response_json_spec.rb +3 -3
- data/spec/models/void_invoice_request_spec.rb +3 -3
- data/spec/models/void_payment_json_spec.rb +3 -3
- data/spec/spec_helper.rb +1 -1
- data/subskribe_sandbox.gemspec +3 -3
- metadata +193 -388
- data/docs/EntityApi.md +0 -66
- data/docs/PaginatedResponse.md +0 -10
- data/lib/subskribe_dev/api/accounting_api.rb +0 -193
- data/lib/subskribe_dev/api/accounts_api.rb +0 -858
- data/lib/subskribe_dev/api/approvals_api.rb +0 -965
- data/lib/subskribe_dev/api/attachments_api.rb +0 -299
- data/lib/subskribe_dev/api/authentication_api.rb +0 -335
- data/lib/subskribe_dev/api/billing_api.rb +0 -2098
- data/lib/subskribe_dev/api/credit_memo_api.rb +0 -636
- data/lib/subskribe_dev/api/custom_field_api.rb +0 -434
- data/lib/subskribe_dev/api/customization_api.rb +0 -269
- data/lib/subskribe_dev/api/default_api.rb +0 -223
- data/lib/subskribe_dev/api/discounts_api.rb +0 -340
- data/lib/subskribe_dev/api/entities_api.rb +0 -374
- data/lib/subskribe_dev/api/entity_api.rb +0 -79
- data/lib/subskribe_dev/api/erp_api.rb +0 -278
- data/lib/subskribe_dev/api/import_api.rb +0 -568
- data/lib/subskribe_dev/api/integrations_api.rb +0 -1678
- data/lib/subskribe_dev/api/metrics_reporting_api.rb +0 -223
- data/lib/subskribe_dev/api/notifications_api.rb +0 -245
- data/lib/subskribe_dev/api/opportunity_api.rb +0 -177
- data/lib/subskribe_dev/api/orders_api.rb +0 -1381
- data/lib/subskribe_dev/api/payments_api.rb +0 -431
- data/lib/subskribe_dev/api/product_catalog_api.rb +0 -1828
- data/lib/subskribe_dev/api/rate_card_api.rb +0 -68
- data/lib/subskribe_dev/api/refunds_api.rb +0 -189
- data/lib/subskribe_dev/api/reports_api.rb +0 -227
- data/lib/subskribe_dev/api/revenue_recognition_api.rb +0 -484
- data/lib/subskribe_dev/api/sales_room_api.rb +0 -74
- data/lib/subskribe_dev/api/settings_api.rb +0 -1321
- data/lib/subskribe_dev/api/subscriptions_api.rb +0 -576
- data/lib/subskribe_dev/api/usage_api.rb +0 -604
- data/lib/subskribe_dev/api/users_api.rb +0 -728
- data/lib/subskribe_dev/api_client.rb +0 -391
- data/lib/subskribe_dev/api_error.rb +0 -38
- data/lib/subskribe_dev/configuration.rb +0 -209
- data/lib/subskribe_dev/models/account_address.rb +0 -265
- data/lib/subskribe_dev/models/account_address_json.rb +0 -229
- data/lib/subskribe_dev/models/account_contact.rb +0 -530
- data/lib/subskribe_dev/models/account_contact_json.rb +0 -274
- data/lib/subskribe_dev/models/account_json.rb +0 -395
- data/lib/subskribe_dev/models/account_payment_method_json.rb +0 -268
- data/lib/subskribe_dev/models/account_receivable_contact_json.rb +0 -225
- data/lib/subskribe_dev/models/accounting_event.rb +0 -319
- data/lib/subskribe_dev/models/accounting_event_paginated_response.rb +0 -204
- data/lib/subskribe_dev/models/accounting_period.rb +0 -356
- data/lib/subskribe_dev/models/accounting_period_calculation.rb +0 -229
- data/lib/subskribe_dev/models/add_and_apply_payment_application_json.rb +0 -344
- data/lib/subskribe_dev/models/anrok_integration_input.rb +0 -184
- data/lib/subskribe_dev/models/approval_matrix_import_data_json.rb +0 -229
- data/lib/subskribe_dev/models/approval_matrix_import_preview.rb +0 -226
- data/lib/subskribe_dev/models/approval_role_json.rb +0 -220
- data/lib/subskribe_dev/models/approval_role_segment_change.rb +0 -211
- data/lib/subskribe_dev/models/approval_segment_json.rb +0 -220
- data/lib/subskribe_dev/models/attachment.rb +0 -326
- data/lib/subskribe_dev/models/attribute_reference.rb +0 -193
- data/lib/subskribe_dev/models/auth_saml_integration_json.rb +0 -204
- data/lib/subskribe_dev/models/automated_invoice_rule.rb +0 -328
- data/lib/subskribe_dev/models/automated_invoice_rule_request_json.rb +0 -307
- data/lib/subskribe_dev/models/avalara_integration.rb +0 -238
- data/lib/subskribe_dev/models/avalara_integration_input.rb +0 -268
- data/lib/subskribe_dev/models/billing_event_entry.rb +0 -211
- data/lib/subskribe_dev/models/billing_event_input.rb +0 -216
- data/lib/subskribe_dev/models/bulk_invoice_run.rb +0 -350
- data/lib/subskribe_dev/models/bulk_invoice_run_exclusions.rb +0 -197
- data/lib/subskribe_dev/models/bulk_invoice_run_input.rb +0 -263
- data/lib/subskribe_dev/models/bulk_invoice_run_item.rb +0 -364
- data/lib/subskribe_dev/models/bulk_invoice_run_selector.rb +0 -184
- data/lib/subskribe_dev/models/bulk_payment_upload_data.rb +0 -274
- data/lib/subskribe_dev/models/bulk_payment_upload_result.rb +0 -204
- data/lib/subskribe_dev/models/byte_buffer.rb +0 -247
- data/lib/subskribe_dev/models/catalog_relationship.rb +0 -364
- data/lib/subskribe_dev/models/charge_json.rb +0 -631
- data/lib/subskribe_dev/models/charge_partial_json.rb +0 -310
- data/lib/subskribe_dev/models/company_contact_json.rb +0 -225
- data/lib/subskribe_dev/models/credit_memo_application_json.rb +0 -239
- data/lib/subskribe_dev/models/credit_memo_balance_json.rb +0 -211
- data/lib/subskribe_dev/models/credit_memo_json.rb +0 -363
- data/lib/subskribe_dev/models/credit_memo_line_item_json.rb +0 -252
- data/lib/subskribe_dev/models/credit_memo_line_item_request_json.rb +0 -211
- data/lib/subskribe_dev/models/crm_account_import_response.rb +0 -193
- data/lib/subskribe_dev/models/custom_field_default.rb +0 -195
- data/lib/subskribe_dev/models/custom_field_definition_create_input.rb +0 -317
- data/lib/subskribe_dev/models/custom_field_definition_json.rb +0 -313
- data/lib/subskribe_dev/models/custom_field_definition_update_input.rb +0 -256
- data/lib/subskribe_dev/models/custom_field_entry.rb +0 -325
- data/lib/subskribe_dev/models/custom_field_update_input.rb +0 -195
- data/lib/subskribe_dev/models/custom_field_value.rb +0 -316
- data/lib/subskribe_dev/models/data_import.rb +0 -355
- data/lib/subskribe_dev/models/discount_detail_json.rb +0 -263
- data/lib/subskribe_dev/models/discount_json.rb +0 -254
- data/lib/subskribe_dev/models/docu_sign_integration_request_json.rb +0 -236
- data/lib/subskribe_dev/models/docu_sign_integration_response_json.rb +0 -245
- data/lib/subskribe_dev/models/document_custom_content.rb +0 -211
- data/lib/subskribe_dev/models/document_section.rb +0 -265
- data/lib/subskribe_dev/models/document_template_json.rb +0 -300
- data/lib/subskribe_dev/models/dunning_setting_json.rb +0 -200
- data/lib/subskribe_dev/models/email_notifiers_list.rb +0 -208
- data/lib/subskribe_dev/models/entity.rb +0 -356
- data/lib/subskribe_dev/models/entity_json.rb +0 -347
- data/lib/subskribe_dev/models/entity_ref.rb +0 -202
- data/lib/subskribe_dev/models/entry.rb +0 -202
- data/lib/subskribe_dev/models/external_arr_schedule_json.rb +0 -319
- data/lib/subskribe_dev/models/flatfile_workbook_response.rb +0 -184
- data/lib/subskribe_dev/models/flatfile_workbook_response_data.rb +0 -193
- data/lib/subskribe_dev/models/input_stream.rb +0 -175
- data/lib/subskribe_dev/models/integration.rb +0 -311
- data/lib/subskribe_dev/models/invoice_balance_json.rb +0 -211
- data/lib/subskribe_dev/models/invoice_item_json.rb +0 -355
- data/lib/subskribe_dev/models/invoice_item_preview_json.rb +0 -229
- data/lib/subskribe_dev/models/invoice_json.rb +0 -439
- data/lib/subskribe_dev/models/invoice_json_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/invoice_number_prefix.rb +0 -184
- data/lib/subskribe_dev/models/invoice_preview_json.rb +0 -222
- data/lib/subskribe_dev/models/ledger_account.rb +0 -316
- data/lib/subskribe_dev/models/ledger_account_mapping.rb +0 -222
- data/lib/subskribe_dev/models/metrics_json.rb +0 -267
- data/lib/subskribe_dev/models/notification_target_and_subscriptions.rb +0 -265
- data/lib/subskribe_dev/models/number_config.rb +0 -254
- data/lib/subskribe_dev/models/opportunity.rb +0 -326
- data/lib/subskribe_dev/models/opportunity_json.rb +0 -326
- data/lib/subskribe_dev/models/opportunity_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/opportunity_rest_json.rb +0 -317
- data/lib/subskribe_dev/models/order_json.rb +0 -754
- data/lib/subskribe_dev/models/order_json_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/order_line_item_json.rb +0 -465
- data/lib/subskribe_dev/models/order_line_item_request_json.rb +0 -375
- data/lib/subskribe_dev/models/order_request_json.rb +0 -616
- data/lib/subskribe_dev/models/order_terms.rb +0 -265
- data/lib/subskribe_dev/models/paginated_response.rb +0 -204
- data/lib/subskribe_dev/models/payment_balance_json.rb +0 -211
- data/lib/subskribe_dev/models/payment_configuration.rb +0 -208
- data/lib/subskribe_dev/models/payment_json.rb +0 -300
- data/lib/subskribe_dev/models/payment_term_settings_json.rb +0 -219
- data/lib/subskribe_dev/models/plan_json.rb +0 -339
- data/lib/subskribe_dev/models/plan_json_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/predefined_report_def_chart_json.rb +0 -265
- data/lib/subskribe_dev/models/predefined_report_def_json.rb +0 -222
- data/lib/subskribe_dev/models/predefined_report_defs_json.rb +0 -186
- data/lib/subskribe_dev/models/predefined_report_json.rb +0 -213
- data/lib/subskribe_dev/models/predefined_report_param.rb +0 -296
- data/lib/subskribe_dev/models/predefined_report_param_object.rb +0 -296
- data/lib/subskribe_dev/models/prepaid_stats.rb +0 -310
- data/lib/subskribe_dev/models/price_tier_json.rb +0 -212
- data/lib/subskribe_dev/models/product_category.rb +0 -264
- data/lib/subskribe_dev/models/product_category_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/product_input_json.rb +0 -249
- data/lib/subskribe_dev/models/product_json.rb +0 -276
- data/lib/subskribe_dev/models/product_json_pagination_response.rb +0 -204
- data/lib/subskribe_dev/models/purchase_order.rb +0 -226
- data/lib/subskribe_dev/models/raw_usage.rb +0 -247
- data/lib/subskribe_dev/models/raw_usages_data.rb +0 -192
- data/lib/subskribe_dev/models/recognition_event_completion.rb +0 -322
- data/lib/subskribe_dev/models/recognition_rule.rb +0 -376
- data/lib/subskribe_dev/models/recurrence_json.rb +0 -256
- data/lib/subskribe_dev/models/refund.rb +0 -301
- data/lib/subskribe_dev/models/refund_detail.rb +0 -322
- data/lib/subskribe_dev/models/refund_request_json.rb +0 -272
- data/lib/subskribe_dev/models/report_duration.rb +0 -193
- data/lib/subskribe_dev/models/report_job_response.rb +0 -245
- data/lib/subskribe_dev/models/salesforce_account.rb +0 -229
- data/lib/subskribe_dev/models/salesforce_account_billing_address.rb +0 -220
- data/lib/subskribe_dev/models/salesforce_client_integration_request_json.rb +0 -211
- data/lib/subskribe_dev/models/settlement_application.rb +0 -329
- data/lib/subskribe_dev/models/standalone_credit_memo_request.rb +0 -353
- data/lib/subskribe_dev/models/subscription_charge_alias.rb +0 -283
- data/lib/subskribe_dev/models/subscription_charge_json.rb +0 -362
- data/lib/subskribe_dev/models/subscription_json.rb +0 -583
- data/lib/subskribe_dev/models/subscription_update_json.rb +0 -280
- data/lib/subskribe_dev/models/tax_jar_integration.rb +0 -238
- data/lib/subskribe_dev/models/tax_jar_integration_input.rb +0 -193
- data/lib/subskribe_dev/models/tax_rate_json.rb +0 -286
- data/lib/subskribe_dev/models/tax_rate_pagination_response_json.rb +0 -204
- data/lib/subskribe_dev/models/tenant_credit_memo_configuration_json.rb +0 -211
- data/lib/subskribe_dev/models/tenant_discount_json.rb +0 -193
- data/lib/subskribe_dev/models/tenant_discount_line_item_json.rb +0 -202
- data/lib/subskribe_dev/models/tenant_invoice_config.rb +0 -254
- data/lib/subskribe_dev/models/tenant_json.rb +0 -283
- data/lib/subskribe_dev/models/tenant_setting_json.rb +0 -307
- data/lib/subskribe_dev/models/time_series_amount_json.rb +0 -193
- data/lib/subskribe_dev/models/time_zone.rb +0 -211
- data/lib/subskribe_dev/models/unit_of_measure_json.rb +0 -250
- data/lib/subskribe_dev/models/unit_of_measure_pagination_response_json.rb +0 -204
- data/lib/subskribe_dev/models/update_invoice_request.rb +0 -282
- data/lib/subskribe_dev/models/usage_aggregate_output.rb +0 -258
- data/lib/subskribe_dev/models/usage_batch_insert_result.rb +0 -213
- data/lib/subskribe_dev/models/user_group_json.rb +0 -224
- data/lib/subskribe_dev/models/user_group_request_json.rb +0 -224
- data/lib/subskribe_dev/models/user_input.rb +0 -304
- data/lib/subskribe_dev/models/user_json.rb +0 -376
- data/lib/subskribe_dev/models/user_pagination_response_json.rb +0 -204
- data/lib/subskribe_dev/models/void_invoice_request.rb +0 -203
- data/lib/subskribe_dev/models/void_payment_json.rb +0 -235
- data/lib/subskribe_dev/version.rb +0 -15
- data/lib/subskribe_dev.rb +0 -229
- data/lib/subskribe_sandbox/models/paginated_response.rb +0 -204
- data/spec/api/entity_api_spec.rb +0 -48
- data/subskribe_dev.gemspec +0 -46
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd4bea37cffba7e3801d9121d60b33f5278735932f4eb6a5ae428108ee7d7d0c
|
|
4
|
+
data.tar.gz: 4b6a6130efa2353838457335903af99cdf44fd597b2fb17d6b63a6239909c5bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19198fded6494fa6bcd22dc03922e6df213f20cd13a996f28d8e7868023ea47649f67c5084613bce4f46564a775718a38c670f90da6a44d239d40e8f087bc253
|
|
7
|
+
data.tar.gz: 74f71e938569db55111a28e4da80afffb35800b7b793373d23df0242e07a987b48769e3b07cd1c448e6fab0e921553018ca6dae3f1cc3420c066f57be8cf9325
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ No description provided (generated by Swagger Codegen https://github.com/swagger
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 1.0.0
|
|
10
|
-
- Package version: 1.0.
|
|
10
|
+
- Package version: 1.0.2
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build subskribe_sandbox.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./subskribe_sandbox-1.0.
|
|
26
|
+
gem install ./subskribe_sandbox-1.0.2.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./subskribe_sandbox-1.0.
|
|
28
|
+
(for development, run `gem install --dev ./subskribe_sandbox-1.0.2.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'subskribe_sandbox', '~> 1.0.
|
|
34
|
+
gem 'subskribe_sandbox', '~> 1.0.2'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -357,8 +357,8 @@ Class | Method | HTTP request | Description
|
|
|
357
357
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**create_recognition_event**](docs/RevenueRecognitionApi.md#create_recognition_event) | **POST** /revrec/events | Create a revenue recognition event
|
|
358
358
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**delete_rule**](docs/RevenueRecognitionApi.md#delete_rule) | **DELETE** /revrec/rules/{ruleId} | Delete a recognition rule
|
|
359
359
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_recognition_events_by_subscription_id_charge_id**](docs/RevenueRecognitionApi.md#get_recognition_events_by_subscription_id_charge_id) | **GET** /revrec/events | Get revenue recognition events
|
|
360
|
-
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_recognition_rule_by_id**](docs/RevenueRecognitionApi.md#get_recognition_rule_by_id) | **GET** /revrec/rules | Get revenue recognition
|
|
361
|
-
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_recognition_rule_by_id1**](docs/RevenueRecognitionApi.md#get_recognition_rule_by_id1) | **GET** /revrec/rules
|
|
360
|
+
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_recognition_rule_by_id**](docs/RevenueRecognitionApi.md#get_recognition_rule_by_id) | **GET** /revrec/rules/{id} | Get revenue recognition rule
|
|
361
|
+
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_recognition_rule_by_id1**](docs/RevenueRecognitionApi.md#get_recognition_rule_by_id1) | **GET** /revrec/rules | Get revenue recognition rules
|
|
362
362
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_revenue_waterfall**](docs/RevenueRecognitionApi.md#get_revenue_waterfall) | **GET** /revrec/waterfall | Download waterfall report
|
|
363
363
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**get_revenue_waterfall_report_v2**](docs/RevenueRecognitionApi.md#get_revenue_waterfall_report_v2) | **GET** /revrec/waterfall/v2 | Download waterfall report
|
|
364
364
|
*SubskribeSandboxClient::RevenueRecognitionApi* | [**upload_completion_events**](docs/RevenueRecognitionApi.md#upload_completion_events) | **POST** /revrec/events/upload | Upload revenue events
|
|
@@ -522,7 +522,8 @@ Class | Method | HTTP request | Description
|
|
|
522
522
|
- [SubskribeSandboxClient::OrderLineItemRequestJson](docs/OrderLineItemRequestJson.md)
|
|
523
523
|
- [SubskribeSandboxClient::OrderRequestJson](docs/OrderRequestJson.md)
|
|
524
524
|
- [SubskribeSandboxClient::OrderTerms](docs/OrderTerms.md)
|
|
525
|
-
- [SubskribeSandboxClient::
|
|
525
|
+
- [SubskribeSandboxClient::PaginatedAccountsResponse](docs/PaginatedAccountsResponse.md)
|
|
526
|
+
- [SubskribeSandboxClient::PaginatedSubscriptionsResponse](docs/PaginatedSubscriptionsResponse.md)
|
|
526
527
|
- [SubskribeSandboxClient::PaymentBalanceJson](docs/PaymentBalanceJson.md)
|
|
527
528
|
- [SubskribeSandboxClient::PaymentConfiguration](docs/PaymentConfiguration.md)
|
|
528
529
|
- [SubskribeSandboxClient::PaymentJson](docs/PaymentJson.md)
|
data/docs/AccountsApi.md
CHANGED
|
@@ -591,7 +591,7 @@ Name | Type | Description | Notes
|
|
|
591
591
|
|
|
592
592
|
|
|
593
593
|
# **get_accounts**
|
|
594
|
-
>
|
|
594
|
+
> PaginatedAccountsResponse get_accounts(opts)
|
|
595
595
|
|
|
596
596
|
Get all accounts
|
|
597
597
|
|
|
@@ -636,7 +636,7 @@ Name | Type | Description | Notes
|
|
|
636
636
|
|
|
637
637
|
### Return type
|
|
638
638
|
|
|
639
|
-
[**
|
|
639
|
+
[**PaginatedAccountsResponse**](PaginatedAccountsResponse.md)
|
|
640
640
|
|
|
641
641
|
### Authorization
|
|
642
642
|
|
|
@@ -8,9 +8,6 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**enabled** | **BOOLEAN** | | [optional]
|
|
9
9
|
**description** | **String** | | [optional]
|
|
10
10
|
**cron_expression** | **String** | | [optional]
|
|
11
|
-
**updated_on** | **Integer** | | [optional]
|
|
12
|
-
**created_on** | **Integer** | | [optional]
|
|
13
|
-
**last_execution_date** | **Integer** | | [optional]
|
|
14
11
|
**cron_expression_meaning** | **String** | | [optional]
|
|
15
12
|
**next_execution_date** | **Integer** | | [optional]
|
|
16
13
|
**target_duration** | **Integer** | | [optional]
|
|
@@ -20,5 +17,8 @@ Name | Type | Description | Notes
|
|
|
20
17
|
**auto_post_invoice** | **BOOLEAN** | | [optional]
|
|
21
18
|
**auto_email_invoice** | **BOOLEAN** | | [optional]
|
|
22
19
|
**first_execution_date** | **Integer** | | [optional]
|
|
20
|
+
**updated_on** | **Integer** | | [optional]
|
|
21
|
+
**last_execution_date** | **Integer** | | [optional]
|
|
22
|
+
**created_on** | **Integer** | | [optional]
|
|
23
23
|
|
|
24
24
|
|
data/docs/BulkInvoiceRunItem.md
CHANGED
|
@@ -18,11 +18,11 @@ Name | Type | Description | Notes
|
|
|
18
18
|
**email_sent** | **BOOLEAN** | | [optional]
|
|
19
19
|
**created_on** | **Integer** | | [optional]
|
|
20
20
|
**updated_on** | **Integer** | | [optional]
|
|
21
|
-
**included_for_emailing** | **BOOLEAN** | | [optional]
|
|
22
|
-
**invoice_posted** | **BOOLEAN** | | [optional]
|
|
23
21
|
**draft_invoice_generated** | **BOOLEAN** | | [optional]
|
|
24
22
|
**included_for_posting** | **BOOLEAN** | | [optional]
|
|
25
23
|
**invoice_not_posted** | **BOOLEAN** | | [optional]
|
|
26
24
|
**draft_invoice_not_generated** | **BOOLEAN** | | [optional]
|
|
25
|
+
**included_for_emailing** | **BOOLEAN** | | [optional]
|
|
26
|
+
**invoice_posted** | **BOOLEAN** | | [optional]
|
|
27
27
|
|
|
28
28
|
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
6
|
**currency_code** | **String** | | [optional]
|
|
7
|
-
**amount** | **Float** | | [optional]
|
|
8
|
-
**failed** | **BOOLEAN** | | [optional]
|
|
9
|
-
**invoice_number** | **String** | | [optional]
|
|
10
|
-
**note** | **String** | | [optional]
|
|
11
7
|
**payment_date** | **Integer** | | [optional]
|
|
12
8
|
**payment_method_id** | **String** | | [optional]
|
|
13
9
|
**payment_method** | **String** | | [optional]
|
|
14
|
-
**
|
|
10
|
+
**invoice_number** | **String** | | [optional]
|
|
15
11
|
**failure_reason** | **String** | | [optional]
|
|
12
|
+
**original_invoice_balance** | **Float** | | [optional]
|
|
16
13
|
**new_invoice_balance** | **Float** | | [optional]
|
|
14
|
+
**note** | **String** | | [optional]
|
|
15
|
+
**failed** | **BOOLEAN** | | [optional]
|
|
16
|
+
**amount** | **Float** | | [optional]
|
|
17
17
|
|
|
18
18
|
|
data/docs/ChargeJson.md
CHANGED
|
@@ -39,9 +39,9 @@ Name | Type | Description | Notes
|
|
|
39
39
|
**billing_term** | **String** | | [optional]
|
|
40
40
|
**billing_cycle** | **String** | | [optional]
|
|
41
41
|
**should_track_arr** | **BOOLEAN** | | [optional]
|
|
42
|
-
**custom** | **BOOLEAN** | | [optional]
|
|
43
42
|
**drawdown** | **BOOLEAN** | | [optional]
|
|
44
|
-
**event_based** | **BOOLEAN** | | [optional]
|
|
45
43
|
**list_price_editable** | **BOOLEAN** | | [optional]
|
|
44
|
+
**event_based** | **BOOLEAN** | | [optional]
|
|
45
|
+
**custom** | **BOOLEAN** | | [optional]
|
|
46
46
|
|
|
47
47
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# SubskribeSandboxClient::PaginatedAccountsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**data** | [**Array<AccountJson>**](AccountJson.md) | | [optional]
|
|
7
|
+
**num_elements** | **Integer** | | [optional]
|
|
8
|
+
**next_cursor** | **String** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# SubskribeSandboxClient::PaginatedSubscriptionsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**data** | [**Array<SubscriptionJson>**](SubscriptionJson.md) | | [optional]
|
|
7
|
+
**num_elements** | **Integer** | | [optional]
|
|
8
|
+
**next_cursor** | **String** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -8,8 +8,8 @@ Method | HTTP request | Description
|
|
|
8
8
|
[**create_recognition_event**](RevenueRecognitionApi.md#create_recognition_event) | **POST** /revrec/events | Create a revenue recognition event
|
|
9
9
|
[**delete_rule**](RevenueRecognitionApi.md#delete_rule) | **DELETE** /revrec/rules/{ruleId} | Delete a recognition rule
|
|
10
10
|
[**get_recognition_events_by_subscription_id_charge_id**](RevenueRecognitionApi.md#get_recognition_events_by_subscription_id_charge_id) | **GET** /revrec/events | Get revenue recognition events
|
|
11
|
-
[**get_recognition_rule_by_id**](RevenueRecognitionApi.md#get_recognition_rule_by_id) | **GET** /revrec/rules | Get revenue recognition
|
|
12
|
-
[**get_recognition_rule_by_id1**](RevenueRecognitionApi.md#get_recognition_rule_by_id1) | **GET** /revrec/rules
|
|
11
|
+
[**get_recognition_rule_by_id**](RevenueRecognitionApi.md#get_recognition_rule_by_id) | **GET** /revrec/rules/{id} | Get revenue recognition rule
|
|
12
|
+
[**get_recognition_rule_by_id1**](RevenueRecognitionApi.md#get_recognition_rule_by_id1) | **GET** /revrec/rules | Get revenue recognition rules
|
|
13
13
|
[**get_revenue_waterfall**](RevenueRecognitionApi.md#get_revenue_waterfall) | **GET** /revrec/waterfall | Download waterfall report
|
|
14
14
|
[**get_revenue_waterfall_report_v2**](RevenueRecognitionApi.md#get_revenue_waterfall_report_v2) | **GET** /revrec/waterfall/v2 | Download waterfall report
|
|
15
15
|
[**upload_completion_events**](RevenueRecognitionApi.md#upload_completion_events) | **POST** /revrec/events/upload | Upload revenue events
|
|
@@ -237,11 +237,11 @@ Name | Type | Description | Notes
|
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
# **get_recognition_rule_by_id**
|
|
240
|
-
> get_recognition_rule_by_id
|
|
240
|
+
> get_recognition_rule_by_id(id)
|
|
241
241
|
|
|
242
|
-
Get revenue recognition
|
|
242
|
+
Get revenue recognition rule
|
|
243
243
|
|
|
244
|
-
Get revenue recognition
|
|
244
|
+
Get a revenue recognition rule using id.
|
|
245
245
|
|
|
246
246
|
### Example
|
|
247
247
|
```ruby
|
|
@@ -257,16 +257,22 @@ end
|
|
|
257
257
|
|
|
258
258
|
api_instance = SubskribeSandboxClient::RevenueRecognitionApi.new
|
|
259
259
|
|
|
260
|
+
id = 'id_example' # String | id of the recognition rule
|
|
261
|
+
|
|
262
|
+
|
|
260
263
|
begin
|
|
261
|
-
#Get revenue recognition
|
|
262
|
-
api_instance.get_recognition_rule_by_id
|
|
264
|
+
#Get revenue recognition rule
|
|
265
|
+
api_instance.get_recognition_rule_by_id(id)
|
|
263
266
|
rescue SubskribeSandboxClient::ApiError => e
|
|
264
267
|
puts "Exception when calling RevenueRecognitionApi->get_recognition_rule_by_id: #{e}"
|
|
265
268
|
end
|
|
266
269
|
```
|
|
267
270
|
|
|
268
271
|
### Parameters
|
|
269
|
-
|
|
272
|
+
|
|
273
|
+
Name | Type | Description | Notes
|
|
274
|
+
------------- | ------------- | ------------- | -------------
|
|
275
|
+
**id** | **String**| id of the recognition rule |
|
|
270
276
|
|
|
271
277
|
### Return type
|
|
272
278
|
|
|
@@ -284,11 +290,11 @@ nil (empty response body)
|
|
|
284
290
|
|
|
285
291
|
|
|
286
292
|
# **get_recognition_rule_by_id1**
|
|
287
|
-
> get_recognition_rule_by_id1
|
|
293
|
+
> get_recognition_rule_by_id1
|
|
288
294
|
|
|
289
|
-
Get revenue recognition
|
|
295
|
+
Get revenue recognition rules
|
|
290
296
|
|
|
291
|
-
Get
|
|
297
|
+
Get revenue recognition rules.
|
|
292
298
|
|
|
293
299
|
### Example
|
|
294
300
|
```ruby
|
|
@@ -304,22 +310,16 @@ end
|
|
|
304
310
|
|
|
305
311
|
api_instance = SubskribeSandboxClient::RevenueRecognitionApi.new
|
|
306
312
|
|
|
307
|
-
id = 'id_example' # String | id of the recognition rule
|
|
308
|
-
|
|
309
|
-
|
|
310
313
|
begin
|
|
311
|
-
#Get revenue recognition
|
|
312
|
-
api_instance.get_recognition_rule_by_id1
|
|
314
|
+
#Get revenue recognition rules
|
|
315
|
+
api_instance.get_recognition_rule_by_id1
|
|
313
316
|
rescue SubskribeSandboxClient::ApiError => e
|
|
314
317
|
puts "Exception when calling RevenueRecognitionApi->get_recognition_rule_by_id1: #{e}"
|
|
315
318
|
end
|
|
316
319
|
```
|
|
317
320
|
|
|
318
321
|
### Parameters
|
|
319
|
-
|
|
320
|
-
Name | Type | Description | Notes
|
|
321
|
-
------------- | ------------- | ------------- | -------------
|
|
322
|
-
**id** | **String**| id of the recognition rule |
|
|
322
|
+
This endpoint does not need any parameter.
|
|
323
323
|
|
|
324
324
|
### Return type
|
|
325
325
|
|
data/docs/SubscriptionsApi.md
CHANGED
|
@@ -239,7 +239,7 @@ Name | Type | Description | Notes
|
|
|
239
239
|
|
|
240
240
|
|
|
241
241
|
# **get_subscriptions**
|
|
242
|
-
>
|
|
242
|
+
> PaginatedSubscriptionsResponse get_subscriptions(opts)
|
|
243
243
|
|
|
244
244
|
Get paginated subscriptions
|
|
245
245
|
|
|
@@ -284,7 +284,7 @@ Name | Type | Description | Notes
|
|
|
284
284
|
|
|
285
285
|
### Return type
|
|
286
286
|
|
|
287
|
-
[**
|
|
287
|
+
[**PaginatedSubscriptionsResponse**](PaginatedSubscriptionsResponse.md)
|
|
288
288
|
|
|
289
289
|
### Authorization
|
|
290
290
|
|
data/docs/TaxJarIntegration.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**is_sandbox** | **BOOLEAN** | | [optional]
|
|
6
7
|
**tenant_id** | **String** | | [optional]
|
|
7
8
|
**updated_on** | **Integer** | | [optional]
|
|
8
|
-
**created_on** | **Integer** | | [optional]
|
|
9
9
|
**integration_id** | **String** | | [optional]
|
|
10
10
|
**masked_api_key** | **String** | | [optional]
|
|
11
11
|
**is_deleted** | **BOOLEAN** | | [optional]
|
|
12
|
-
**
|
|
12
|
+
**created_on** | **Integer** | | [optional]
|
|
13
13
|
|
|
14
14
|
|
|
@@ -577,7 +577,7 @@ module SubskribeSandboxClient
|
|
|
577
577
|
# @option opts [String] :cursor
|
|
578
578
|
# @option opts [Integer] :limit
|
|
579
579
|
# @option opts [String] :type
|
|
580
|
-
# @return [
|
|
580
|
+
# @return [PaginatedAccountsResponse]
|
|
581
581
|
def get_accounts(opts = {})
|
|
582
582
|
data, _status_code, _headers = get_accounts_with_http_info(opts)
|
|
583
583
|
data
|
|
@@ -589,7 +589,7 @@ module SubskribeSandboxClient
|
|
|
589
589
|
# @option opts [String] :cursor
|
|
590
590
|
# @option opts [Integer] :limit
|
|
591
591
|
# @option opts [String] :type
|
|
592
|
-
# @return [Array<(
|
|
592
|
+
# @return [Array<(PaginatedAccountsResponse, Fixnum, Hash)>] PaginatedAccountsResponse data, response status code and response headers
|
|
593
593
|
def get_accounts_with_http_info(opts = {})
|
|
594
594
|
if @api_client.config.debugging
|
|
595
595
|
@api_client.config.logger.debug 'Calling API: AccountsApi.get_accounts ...'
|
|
@@ -620,7 +620,7 @@ module SubskribeSandboxClient
|
|
|
620
620
|
:form_params => form_params,
|
|
621
621
|
:body => post_body,
|
|
622
622
|
:auth_names => auth_names,
|
|
623
|
-
:return_type => '
|
|
623
|
+
:return_type => 'PaginatedAccountsResponse')
|
|
624
624
|
if @api_client.config.debugging
|
|
625
625
|
@api_client.config.logger.debug "API called: AccountsApi#get_accounts\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
626
626
|
end
|
|
@@ -238,25 +238,31 @@ module SubskribeSandboxClient
|
|
|
238
238
|
end
|
|
239
239
|
return data, status_code, headers
|
|
240
240
|
end
|
|
241
|
-
# Get revenue recognition
|
|
242
|
-
# Get revenue recognition
|
|
241
|
+
# Get revenue recognition rule
|
|
242
|
+
# Get a revenue recognition rule using id.
|
|
243
|
+
# @param id id of the recognition rule
|
|
243
244
|
# @param [Hash] opts the optional parameters
|
|
244
245
|
# @return [nil]
|
|
245
|
-
def get_recognition_rule_by_id(opts = {})
|
|
246
|
-
get_recognition_rule_by_id_with_http_info(opts)
|
|
246
|
+
def get_recognition_rule_by_id(id, opts = {})
|
|
247
|
+
get_recognition_rule_by_id_with_http_info(id, opts)
|
|
247
248
|
nil
|
|
248
249
|
end
|
|
249
250
|
|
|
250
|
-
# Get revenue recognition
|
|
251
|
-
# Get revenue recognition
|
|
251
|
+
# Get revenue recognition rule
|
|
252
|
+
# Get a revenue recognition rule using id.
|
|
253
|
+
# @param id id of the recognition rule
|
|
252
254
|
# @param [Hash] opts the optional parameters
|
|
253
255
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
254
|
-
def get_recognition_rule_by_id_with_http_info(opts = {})
|
|
256
|
+
def get_recognition_rule_by_id_with_http_info(id, opts = {})
|
|
255
257
|
if @api_client.config.debugging
|
|
256
258
|
@api_client.config.logger.debug 'Calling API: RevenueRecognitionApi.get_recognition_rule_by_id ...'
|
|
257
259
|
end
|
|
260
|
+
# verify the required parameter 'id' is set
|
|
261
|
+
if @api_client.config.client_side_validation && id.nil?
|
|
262
|
+
fail ArgumentError, "Missing the required parameter 'id' when calling RevenueRecognitionApi.get_recognition_rule_by_id"
|
|
263
|
+
end
|
|
258
264
|
# resource path
|
|
259
|
-
local_var_path = '/revrec/rules'
|
|
265
|
+
local_var_path = '/revrec/rules/{id}'.sub('{' + 'id' + '}', id.to_s)
|
|
260
266
|
|
|
261
267
|
# query parameters
|
|
262
268
|
query_params = {}
|
|
@@ -283,31 +289,25 @@ module SubskribeSandboxClient
|
|
|
283
289
|
end
|
|
284
290
|
return data, status_code, headers
|
|
285
291
|
end
|
|
286
|
-
# Get revenue recognition
|
|
287
|
-
# Get
|
|
288
|
-
# @param id id of the recognition rule
|
|
292
|
+
# Get revenue recognition rules
|
|
293
|
+
# Get revenue recognition rules.
|
|
289
294
|
# @param [Hash] opts the optional parameters
|
|
290
295
|
# @return [nil]
|
|
291
|
-
def get_recognition_rule_by_id1(
|
|
292
|
-
get_recognition_rule_by_id1_with_http_info(
|
|
296
|
+
def get_recognition_rule_by_id1(opts = {})
|
|
297
|
+
get_recognition_rule_by_id1_with_http_info(opts)
|
|
293
298
|
nil
|
|
294
299
|
end
|
|
295
300
|
|
|
296
|
-
# Get revenue recognition
|
|
297
|
-
# Get
|
|
298
|
-
# @param id id of the recognition rule
|
|
301
|
+
# Get revenue recognition rules
|
|
302
|
+
# Get revenue recognition rules.
|
|
299
303
|
# @param [Hash] opts the optional parameters
|
|
300
304
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
|
301
|
-
def get_recognition_rule_by_id1_with_http_info(
|
|
305
|
+
def get_recognition_rule_by_id1_with_http_info(opts = {})
|
|
302
306
|
if @api_client.config.debugging
|
|
303
307
|
@api_client.config.logger.debug 'Calling API: RevenueRecognitionApi.get_recognition_rule_by_id1 ...'
|
|
304
308
|
end
|
|
305
|
-
# verify the required parameter 'id' is set
|
|
306
|
-
if @api_client.config.client_side_validation && id.nil?
|
|
307
|
-
fail ArgumentError, "Missing the required parameter 'id' when calling RevenueRecognitionApi.get_recognition_rule_by_id1"
|
|
308
|
-
end
|
|
309
309
|
# resource path
|
|
310
|
-
local_var_path = '/revrec/rules
|
|
310
|
+
local_var_path = '/revrec/rules'
|
|
311
311
|
|
|
312
312
|
# query parameters
|
|
313
313
|
query_params = {}
|
|
@@ -241,7 +241,7 @@ module SubskribeSandboxClient
|
|
|
241
241
|
# @option opts [Integer] :limit number of items per page
|
|
242
242
|
# @option opts [String] :page_token pass this to subsequent calls
|
|
243
243
|
# @option opts [String] :account_id optionally pass in account Id, only subscriptions for this account will will returned
|
|
244
|
-
# @return [
|
|
244
|
+
# @return [PaginatedSubscriptionsResponse]
|
|
245
245
|
def get_subscriptions(opts = {})
|
|
246
246
|
data, _status_code, _headers = get_subscriptions_with_http_info(opts)
|
|
247
247
|
data
|
|
@@ -253,7 +253,7 @@ module SubskribeSandboxClient
|
|
|
253
253
|
# @option opts [Integer] :limit number of items per page
|
|
254
254
|
# @option opts [String] :page_token pass this to subsequent calls
|
|
255
255
|
# @option opts [String] :account_id optionally pass in account Id, only subscriptions for this account will will returned
|
|
256
|
-
# @return [Array<(
|
|
256
|
+
# @return [Array<(PaginatedSubscriptionsResponse, Fixnum, Hash)>] PaginatedSubscriptionsResponse data, response status code and response headers
|
|
257
257
|
def get_subscriptions_with_http_info(opts = {})
|
|
258
258
|
if @api_client.config.debugging
|
|
259
259
|
@api_client.config.logger.debug 'Calling API: SubscriptionsApi.get_subscriptions ...'
|
|
@@ -284,7 +284,7 @@ module SubskribeSandboxClient
|
|
|
284
284
|
:form_params => form_params,
|
|
285
285
|
:body => post_body,
|
|
286
286
|
:auth_names => auth_names,
|
|
287
|
-
:return_type => '
|
|
287
|
+
:return_type => 'PaginatedSubscriptionsResponse')
|
|
288
288
|
if @api_client.config.debugging
|
|
289
289
|
@api_client.config.logger.debug "API called: SubscriptionsApi#get_subscriptions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
290
290
|
end
|
|
@@ -24,12 +24,6 @@ module SubskribeSandboxClient
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :cron_expression
|
|
26
26
|
|
|
27
|
-
attr_accessor :updated_on
|
|
28
|
-
|
|
29
|
-
attr_accessor :created_on
|
|
30
|
-
|
|
31
|
-
attr_accessor :last_execution_date
|
|
32
|
-
|
|
33
27
|
attr_accessor :cron_expression_meaning
|
|
34
28
|
|
|
35
29
|
attr_accessor :next_execution_date
|
|
@@ -48,6 +42,12 @@ module SubskribeSandboxClient
|
|
|
48
42
|
|
|
49
43
|
attr_accessor :first_execution_date
|
|
50
44
|
|
|
45
|
+
attr_accessor :updated_on
|
|
46
|
+
|
|
47
|
+
attr_accessor :last_execution_date
|
|
48
|
+
|
|
49
|
+
attr_accessor :created_on
|
|
50
|
+
|
|
51
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
52
52
|
def self.attribute_map
|
|
53
53
|
{
|
|
@@ -56,9 +56,6 @@ module SubskribeSandboxClient
|
|
|
56
56
|
:'enabled' => :'enabled',
|
|
57
57
|
:'description' => :'description',
|
|
58
58
|
:'cron_expression' => :'cronExpression',
|
|
59
|
-
:'updated_on' => :'updatedOn',
|
|
60
|
-
:'created_on' => :'createdOn',
|
|
61
|
-
:'last_execution_date' => :'lastExecutionDate',
|
|
62
59
|
:'cron_expression_meaning' => :'cronExpressionMeaning',
|
|
63
60
|
:'next_execution_date' => :'nextExecutionDate',
|
|
64
61
|
:'target_duration' => :'targetDuration',
|
|
@@ -67,7 +64,10 @@ module SubskribeSandboxClient
|
|
|
67
64
|
:'include_non_usage_charge' => :'includeNonUsageCharge',
|
|
68
65
|
:'auto_post_invoice' => :'autoPostInvoice',
|
|
69
66
|
:'auto_email_invoice' => :'autoEmailInvoice',
|
|
70
|
-
:'first_execution_date' => :'firstExecutionDate'
|
|
67
|
+
:'first_execution_date' => :'firstExecutionDate',
|
|
68
|
+
:'updated_on' => :'updatedOn',
|
|
69
|
+
:'last_execution_date' => :'lastExecutionDate',
|
|
70
|
+
:'created_on' => :'createdOn'
|
|
71
71
|
}
|
|
72
72
|
end
|
|
73
73
|
|
|
@@ -79,9 +79,6 @@ module SubskribeSandboxClient
|
|
|
79
79
|
:'enabled' => :'BOOLEAN',
|
|
80
80
|
:'description' => :'String',
|
|
81
81
|
:'cron_expression' => :'String',
|
|
82
|
-
:'updated_on' => :'Integer',
|
|
83
|
-
:'created_on' => :'Integer',
|
|
84
|
-
:'last_execution_date' => :'Integer',
|
|
85
82
|
:'cron_expression_meaning' => :'String',
|
|
86
83
|
:'next_execution_date' => :'Integer',
|
|
87
84
|
:'target_duration' => :'Integer',
|
|
@@ -90,7 +87,10 @@ module SubskribeSandboxClient
|
|
|
90
87
|
:'include_non_usage_charge' => :'BOOLEAN',
|
|
91
88
|
:'auto_post_invoice' => :'BOOLEAN',
|
|
92
89
|
:'auto_email_invoice' => :'BOOLEAN',
|
|
93
|
-
:'first_execution_date' => :'Integer'
|
|
90
|
+
:'first_execution_date' => :'Integer',
|
|
91
|
+
:'updated_on' => :'Integer',
|
|
92
|
+
:'last_execution_date' => :'Integer',
|
|
93
|
+
:'created_on' => :'Integer'
|
|
94
94
|
}
|
|
95
95
|
end
|
|
96
96
|
|
|
@@ -122,18 +122,6 @@ module SubskribeSandboxClient
|
|
|
122
122
|
self.cron_expression = attributes[:'cronExpression']
|
|
123
123
|
end
|
|
124
124
|
|
|
125
|
-
if attributes.has_key?(:'updatedOn')
|
|
126
|
-
self.updated_on = attributes[:'updatedOn']
|
|
127
|
-
end
|
|
128
|
-
|
|
129
|
-
if attributes.has_key?(:'createdOn')
|
|
130
|
-
self.created_on = attributes[:'createdOn']
|
|
131
|
-
end
|
|
132
|
-
|
|
133
|
-
if attributes.has_key?(:'lastExecutionDate')
|
|
134
|
-
self.last_execution_date = attributes[:'lastExecutionDate']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
125
|
if attributes.has_key?(:'cronExpressionMeaning')
|
|
138
126
|
self.cron_expression_meaning = attributes[:'cronExpressionMeaning']
|
|
139
127
|
end
|
|
@@ -169,6 +157,18 @@ module SubskribeSandboxClient
|
|
|
169
157
|
if attributes.has_key?(:'firstExecutionDate')
|
|
170
158
|
self.first_execution_date = attributes[:'firstExecutionDate']
|
|
171
159
|
end
|
|
160
|
+
|
|
161
|
+
if attributes.has_key?(:'updatedOn')
|
|
162
|
+
self.updated_on = attributes[:'updatedOn']
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
if attributes.has_key?(:'lastExecutionDate')
|
|
166
|
+
self.last_execution_date = attributes[:'lastExecutionDate']
|
|
167
|
+
end
|
|
168
|
+
|
|
169
|
+
if attributes.has_key?(:'createdOn')
|
|
170
|
+
self.created_on = attributes[:'createdOn']
|
|
171
|
+
end
|
|
172
172
|
end
|
|
173
173
|
|
|
174
174
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -194,9 +194,6 @@ module SubskribeSandboxClient
|
|
|
194
194
|
enabled == o.enabled &&
|
|
195
195
|
description == o.description &&
|
|
196
196
|
cron_expression == o.cron_expression &&
|
|
197
|
-
updated_on == o.updated_on &&
|
|
198
|
-
created_on == o.created_on &&
|
|
199
|
-
last_execution_date == o.last_execution_date &&
|
|
200
197
|
cron_expression_meaning == o.cron_expression_meaning &&
|
|
201
198
|
next_execution_date == o.next_execution_date &&
|
|
202
199
|
target_duration == o.target_duration &&
|
|
@@ -205,7 +202,10 @@ module SubskribeSandboxClient
|
|
|
205
202
|
include_non_usage_charge == o.include_non_usage_charge &&
|
|
206
203
|
auto_post_invoice == o.auto_post_invoice &&
|
|
207
204
|
auto_email_invoice == o.auto_email_invoice &&
|
|
208
|
-
first_execution_date == o.first_execution_date
|
|
205
|
+
first_execution_date == o.first_execution_date &&
|
|
206
|
+
updated_on == o.updated_on &&
|
|
207
|
+
last_execution_date == o.last_execution_date &&
|
|
208
|
+
created_on == o.created_on
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
# @see the `==` method
|
|
@@ -217,7 +217,7 @@ module SubskribeSandboxClient
|
|
|
217
217
|
# Calculates hash code according to all attributes.
|
|
218
218
|
# @return [Fixnum] Hash code
|
|
219
219
|
def hash
|
|
220
|
-
[name, id, enabled, description, cron_expression,
|
|
220
|
+
[name, id, enabled, description, cron_expression, cron_expression_meaning, next_execution_date, target_duration, invoice_duration, include_usage_charge, include_non_usage_charge, auto_post_invoice, auto_email_invoice, first_execution_date, updated_on, last_execution_date, created_on].hash
|
|
221
221
|
end
|
|
222
222
|
|
|
223
223
|
# Builds the object from hash
|