From 7d4f26c2b97428f647dc197a86a27d6a75c675b7 Mon Sep 17 00:00:00 2001 From: maxio-sdk Date: Thu, 24 Jul 2025 13:33:40 +0000 Subject: [PATCH 1/3] Automated commit message --- doc/controllers/component-price-points.md | 3 ++- doc/controllers/subscription-components.md | 3 ++- doc/controllers/subscription-status.md | 2 +- lib/advanced_billing.rb | 4 ++-- lib/advanced_billing/api_helper.rb | 4 ++-- lib/advanced_billing/client.rb | 4 ++-- lib/advanced_billing/configuration.rb | 4 ++-- .../controllers/advance_invoice_controller.rb | 4 ++-- lib/advanced_billing/controllers/api_exports_controller.rb | 4 ++-- lib/advanced_billing/controllers/base_controller.rb | 4 ++-- lib/advanced_billing/controllers/billing_portal_controller.rb | 4 ++-- .../controllers/component_price_points_controller.rb | 4 ++-- lib/advanced_billing/controllers/components_controller.rb | 4 ++-- lib/advanced_billing/controllers/coupons_controller.rb | 4 ++-- lib/advanced_billing/controllers/custom_fields_controller.rb | 4 ++-- lib/advanced_billing/controllers/customers_controller.rb | 4 ++-- .../controllers/events_based_billing_segments_controller.rb | 4 ++-- lib/advanced_billing/controllers/events_controller.rb | 4 ++-- lib/advanced_billing/controllers/insights_controller.rb | 4 ++-- lib/advanced_billing/controllers/invoices_controller.rb | 4 ++-- lib/advanced_billing/controllers/offers_controller.rb | 4 ++-- .../controllers/payment_profiles_controller.rb | 4 ++-- .../controllers/product_families_controller.rb | 4 ++-- .../controllers/product_price_points_controller.rb | 4 ++-- lib/advanced_billing/controllers/products_controller.rb | 4 ++-- .../controllers/proforma_invoices_controller.rb | 4 ++-- lib/advanced_billing/controllers/reason_codes_controller.rb | 4 ++-- lib/advanced_billing/controllers/referral_codes_controller.rb | 4 ++-- .../controllers/sales_commissions_controller.rb | 4 ++-- lib/advanced_billing/controllers/sites_controller.rb | 4 ++-- .../controllers/subscription_components_controller.rb | 4 ++-- .../subscription_group_invoice_account_controller.rb | 4 ++-- .../controllers/subscription_group_status_controller.rb | 4 ++-- .../controllers/subscription_groups_controller.rb | 4 ++-- .../controllers/subscription_invoice_account_controller.rb | 4 ++-- .../controllers/subscription_notes_controller.rb | 4 ++-- .../controllers/subscription_products_controller.rb | 4 ++-- .../controllers/subscription_status_controller.rb | 4 ++-- lib/advanced_billing/controllers/subscriptions_controller.rb | 4 ++-- lib/advanced_billing/controllers/webhooks_controller.rb | 4 ++-- lib/advanced_billing/exceptions/api_exception.rb | 4 ++-- .../exceptions/component_allocation_error_exception.rb | 4 ++-- .../exceptions/component_price_point_error_exception.rb | 4 ++-- .../exceptions/customer_error_response_exception.rb | 4 ++-- .../exceptions/error_array_map_response_exception.rb | 4 ++-- .../exceptions/error_list_response_exception.rb | 4 ++-- .../exceptions/error_string_map_response_exception.rb | 4 ++-- .../event_based_billing_list_segments_errors_exception.rb | 4 ++-- .../event_based_billing_segment_errors_exception.rb | 4 ++-- .../exceptions/event_based_billing_segment_exception.rb | 4 ++-- .../product_price_point_error_response_exception.rb | 4 ++-- .../proforma_bad_request_error_response_exception.rb | 4 ++-- .../refund_prepayment_base_errors_response_exception.rb | 4 ++-- .../exceptions/single_error_response_exception.rb | 4 ++-- .../exceptions/single_string_error_response_exception.rb | 4 ++-- .../exceptions/subscription_add_coupon_error_exception.rb | 4 ++-- .../subscription_component_allocation_error_exception.rb | 4 ++-- .../subscription_group_create_error_response_exception.rb | 4 ++-- .../subscription_group_signup_error_response_exception.rb | 4 ++-- .../subscription_group_update_error_response_exception.rb | 4 ++-- .../exceptions/subscription_remove_coupon_errors_exception.rb | 4 ++-- .../exceptions/subscription_response_error_exception.rb | 4 ++-- .../exceptions/subscriptions_mrr_error_response_exception.rb | 4 ++-- .../too_many_management_link_requests_error_exception.rb | 4 ++-- lib/advanced_billing/http/auth/basic_auth.rb | 4 ++-- lib/advanced_billing/http/http_call_back.rb | 4 ++-- lib/advanced_billing/http/http_method_enum.rb | 4 ++-- lib/advanced_billing/http/http_request.rb | 4 ++-- lib/advanced_billing/http/http_response.rb | 4 ++-- lib/advanced_billing/models/account_balance.rb | 4 ++-- lib/advanced_billing/models/account_balances.rb | 4 ++-- lib/advanced_billing/models/ach_agreement.rb | 4 ++-- lib/advanced_billing/models/activate_event_based_component.rb | 4 ++-- lib/advanced_billing/models/activate_subscription_request.rb | 4 ++-- lib/advanced_billing/models/add_coupons_request.rb | 4 ++-- lib/advanced_billing/models/add_subscription_to_a_group.rb | 4 ++-- lib/advanced_billing/models/address_change.rb | 4 ++-- lib/advanced_billing/models/agreement_acceptance.rb | 4 ++-- lib/advanced_billing/models/all_vaults.rb | 4 ++-- lib/advanced_billing/models/allocate_components.rb | 4 ++-- lib/advanced_billing/models/allocation.rb | 4 ++-- lib/advanced_billing/models/allocation_expiration_date.rb | 4 ++-- lib/advanced_billing/models/allocation_preview.rb | 4 ++-- lib/advanced_billing/models/allocation_preview_direction.rb | 4 ++-- lib/advanced_billing/models/allocation_preview_item.rb | 4 ++-- lib/advanced_billing/models/allocation_preview_line_item.rb | 4 ++-- .../models/allocation_preview_line_item_kind.rb | 4 ++-- lib/advanced_billing/models/allocation_preview_response.rb | 4 ++-- lib/advanced_billing/models/allocation_response.rb | 4 ++-- lib/advanced_billing/models/allocation_settings.rb | 4 ++-- lib/advanced_billing/models/apple_pay_payment_profile.rb | 4 ++-- lib/advanced_billing/models/apple_pay_vault.rb | 4 ++-- lib/advanced_billing/models/applied_credit_note_data.rb | 4 ++-- lib/advanced_billing/models/apply_credit_note_event.rb | 4 ++-- lib/advanced_billing/models/apply_credit_note_event_data.rb | 4 ++-- lib/advanced_billing/models/apply_debit_note_event.rb | 4 ++-- lib/advanced_billing/models/apply_debit_note_event_data.rb | 4 ++-- lib/advanced_billing/models/apply_payment_event.rb | 4 ++-- lib/advanced_billing/models/apply_payment_event_data.rb | 4 ++-- lib/advanced_billing/models/attribute_error.rb | 4 ++-- lib/advanced_billing/models/auto_invite.rb | 4 ++-- lib/advanced_billing/models/auto_resume.rb | 4 ++-- lib/advanced_billing/models/backport_invoice_event.rb | 4 ++-- lib/advanced_billing/models/bank_account_attributes.rb | 4 ++-- lib/advanced_billing/models/bank_account_holder_type.rb | 4 ++-- lib/advanced_billing/models/bank_account_payment_profile.rb | 4 ++-- lib/advanced_billing/models/bank_account_response.rb | 4 ++-- lib/advanced_billing/models/bank_account_type.rb | 4 ++-- lib/advanced_billing/models/bank_account_vault.rb | 4 ++-- lib/advanced_billing/models/bank_account_verification.rb | 4 ++-- .../models/bank_account_verification_request.rb | 4 ++-- lib/advanced_billing/models/base_model.rb | 4 ++-- lib/advanced_billing/models/base_refund_error.rb | 4 ++-- lib/advanced_billing/models/base_string_error.rb | 4 ++-- lib/advanced_billing/models/basic_date_field.rb | 4 ++-- lib/advanced_billing/models/batch_job.rb | 4 ++-- lib/advanced_billing/models/batch_job_response.rb | 4 ++-- lib/advanced_billing/models/billing_manifest.rb | 4 ++-- lib/advanced_billing/models/billing_manifest_item.rb | 4 ++-- .../models/billing_manifest_line_item_kind.rb | 4 ++-- lib/advanced_billing/models/billing_schedule.rb | 4 ++-- lib/advanced_billing/models/breakouts.rb | 4 ++-- .../models/bulk_components_price_point_assignment.rb | 4 ++-- .../models/bulk_create_product_price_points_request.rb | 4 ++-- .../models/bulk_create_product_price_points_response.rb | 4 ++-- lib/advanced_billing/models/bulk_create_segments.rb | 4 ++-- lib/advanced_billing/models/bulk_update_segments.rb | 4 ++-- lib/advanced_billing/models/bulk_update_segments_item.rb | 4 ++-- lib/advanced_billing/models/calendar_billing.rb | 4 ++-- .../models/cancel_grouped_subscriptions_request.rb | 4 ++-- lib/advanced_billing/models/cancellation_method.rb | 4 ++-- lib/advanced_billing/models/cancellation_options.rb | 4 ++-- lib/advanced_billing/models/cancellation_request.rb | 4 ++-- lib/advanced_billing/models/card_type.rb | 4 ++-- lib/advanced_billing/models/change_chargeback_status_event.rb | 4 ++-- .../models/change_chargeback_status_event_data.rb | 4 ++-- .../models/change_invoice_collection_method_event.rb | 4 ++-- .../models/change_invoice_collection_method_event_data.rb | 4 ++-- lib/advanced_billing/models/change_invoice_status_event.rb | 4 ++-- .../models/change_invoice_status_event_data.rb | 4 ++-- lib/advanced_billing/models/chargeback_status.rb | 4 ++-- lib/advanced_billing/models/chargify_ebb.rb | 4 ++-- lib/advanced_billing/models/cleanup_scope.rb | 4 ++-- lib/advanced_billing/models/collection_method.rb | 4 ++-- lib/advanced_billing/models/component.rb | 4 ++-- lib/advanced_billing/models/component_allocation_change.rb | 4 ++-- .../models/component_allocation_error_item.rb | 4 ++-- lib/advanced_billing/models/component_cost_data.rb | 4 ++-- lib/advanced_billing/models/component_cost_data_rate_tier.rb | 4 ++-- lib/advanced_billing/models/component_currency_price.rb | 4 ++-- .../models/component_currency_prices_response.rb | 4 ++-- lib/advanced_billing/models/component_custom_price.rb | 4 ++-- lib/advanced_billing/models/component_kind.rb | 4 ++-- lib/advanced_billing/models/component_price.rb | 4 ++-- lib/advanced_billing/models/component_price_point.rb | 4 ++-- .../models/component_price_point_assignment.rb | 4 ++-- .../models/component_price_point_error_item.rb | 4 ++-- lib/advanced_billing/models/component_price_point_item.rb | 4 ++-- lib/advanced_billing/models/component_price_point_response.rb | 4 ++-- .../models/component_price_points_response.rb | 4 ++-- lib/advanced_billing/models/component_response.rb | 4 ++-- lib/advanced_billing/models/compounding_strategy.rb | 4 ++-- lib/advanced_billing/models/consolidated_invoice.rb | 4 ++-- lib/advanced_billing/models/count_response.rb | 4 ++-- lib/advanced_billing/models/coupon.rb | 4 ++-- lib/advanced_billing/models/coupon_currency.rb | 4 ++-- lib/advanced_billing/models/coupon_currency_request.rb | 4 ++-- lib/advanced_billing/models/coupon_currency_response.rb | 4 ++-- lib/advanced_billing/models/coupon_payload.rb | 4 ++-- lib/advanced_billing/models/coupon_request.rb | 4 ++-- lib/advanced_billing/models/coupon_response.rb | 4 ++-- lib/advanced_billing/models/coupon_restriction.rb | 4 ++-- lib/advanced_billing/models/coupon_subcodes.rb | 4 ++-- lib/advanced_billing/models/coupon_subcodes_response.rb | 4 ++-- lib/advanced_billing/models/coupon_usage.rb | 4 ++-- lib/advanced_billing/models/create_allocation.rb | 4 ++-- lib/advanced_billing/models/create_allocation_request.rb | 4 ++-- lib/advanced_billing/models/create_component_price_point.rb | 4 ++-- .../models/create_component_price_point_request.rb | 4 ++-- .../models/create_component_price_points_request.rb | 4 ++-- lib/advanced_billing/models/create_credit_note_event.rb | 4 ++-- lib/advanced_billing/models/create_currency_price.rb | 4 ++-- lib/advanced_billing/models/create_currency_prices_request.rb | 4 ++-- lib/advanced_billing/models/create_customer.rb | 4 ++-- lib/advanced_billing/models/create_customer_request.rb | 4 ++-- lib/advanced_billing/models/create_debit_note_event.rb | 4 ++-- lib/advanced_billing/models/create_ebb_component.rb | 4 ++-- lib/advanced_billing/models/create_invoice.rb | 4 ++-- lib/advanced_billing/models/create_invoice_address.rb | 4 ++-- lib/advanced_billing/models/create_invoice_coupon.rb | 4 ++-- lib/advanced_billing/models/create_invoice_item.rb | 4 ++-- lib/advanced_billing/models/create_invoice_payment.rb | 4 ++-- .../models/create_invoice_payment_application.rb | 4 ++-- lib/advanced_billing/models/create_invoice_payment_request.rb | 4 ++-- lib/advanced_billing/models/create_invoice_request.rb | 4 ++-- lib/advanced_billing/models/create_invoice_status.rb | 4 ++-- lib/advanced_billing/models/create_metadata.rb | 4 ++-- lib/advanced_billing/models/create_metadata_request.rb | 4 ++-- lib/advanced_billing/models/create_metafield.rb | 4 ++-- lib/advanced_billing/models/create_metafields_request.rb | 4 ++-- lib/advanced_billing/models/create_metered_component.rb | 4 ++-- lib/advanced_billing/models/create_multi_invoice_payment.rb | 4 ++-- .../models/create_multi_invoice_payment_request.rb | 4 ++-- lib/advanced_billing/models/create_offer.rb | 4 ++-- lib/advanced_billing/models/create_offer_component.rb | 4 ++-- lib/advanced_billing/models/create_offer_request.rb | 4 ++-- lib/advanced_billing/models/create_on_off_component.rb | 4 ++-- lib/advanced_billing/models/create_or_update_endpoint.rb | 4 ++-- .../models/create_or_update_endpoint_request.rb | 4 ++-- lib/advanced_billing/models/create_or_update_product.rb | 4 ++-- .../models/create_or_update_product_request.rb | 4 ++-- lib/advanced_billing/models/create_or_update_segment_price.rb | 4 ++-- lib/advanced_billing/models/create_payment.rb | 4 ++-- lib/advanced_billing/models/create_payment_profile.rb | 4 ++-- lib/advanced_billing/models/create_payment_profile_request.rb | 4 ++-- lib/advanced_billing/models/create_prepaid_component.rb | 4 ++-- .../models/create_prepaid_usage_component_price_point.rb | 4 ++-- lib/advanced_billing/models/create_prepayment.rb | 4 ++-- lib/advanced_billing/models/create_prepayment_method.rb | 4 ++-- lib/advanced_billing/models/create_prepayment_request.rb | 4 ++-- lib/advanced_billing/models/create_prepayment_response.rb | 4 ++-- lib/advanced_billing/models/create_product_currency_price.rb | 4 ++-- .../models/create_product_currency_prices_request.rb | 4 ++-- lib/advanced_billing/models/create_product_family.rb | 4 ++-- lib/advanced_billing/models/create_product_family_request.rb | 4 ++-- lib/advanced_billing/models/create_product_price_point.rb | 4 ++-- .../models/create_product_price_point_request.rb | 4 ++-- .../models/create_quantity_based_component.rb | 4 ++-- lib/advanced_billing/models/create_reason_code.rb | 4 ++-- lib/advanced_billing/models/create_reason_code_request.rb | 4 ++-- lib/advanced_billing/models/create_segment.rb | 4 ++-- lib/advanced_billing/models/create_segment_request.rb | 4 ++-- .../models/create_signup_proforma_preview_include.rb | 4 ++-- lib/advanced_billing/models/create_subscription.rb | 4 ++-- lib/advanced_billing/models/create_subscription_component.rb | 4 ++-- lib/advanced_billing/models/create_subscription_group.rb | 4 ++-- .../models/create_subscription_group_request.rb | 4 ++-- lib/advanced_billing/models/create_subscription_request.rb | 4 ++-- lib/advanced_billing/models/create_usage.rb | 4 ++-- lib/advanced_billing/models/create_usage_request.rb | 4 ++-- lib/advanced_billing/models/created_prepayment.rb | 4 ++-- lib/advanced_billing/models/credit_account_balance_changed.rb | 4 ++-- lib/advanced_billing/models/credit_card_attributes.rb | 4 ++-- lib/advanced_billing/models/credit_card_payment_profile.rb | 4 ++-- lib/advanced_billing/models/credit_card_vault.rb | 4 ++-- lib/advanced_billing/models/credit_note.rb | 4 ++-- lib/advanced_billing/models/credit_note_application.rb | 4 ++-- lib/advanced_billing/models/credit_note_line_item.rb | 4 ++-- lib/advanced_billing/models/credit_note_status.rb | 4 ++-- lib/advanced_billing/models/credit_scheme.rb | 4 ++-- lib/advanced_billing/models/credit_scheme_request.rb | 4 ++-- lib/advanced_billing/models/credit_type.rb | 4 ++-- lib/advanced_billing/models/currency_price.rb | 4 ++-- lib/advanced_billing/models/currency_price_role.rb | 4 ++-- lib/advanced_billing/models/currency_prices_response.rb | 4 ++-- lib/advanced_billing/models/custom_field_owner.rb | 4 ++-- lib/advanced_billing/models/custom_field_value_change.rb | 4 ++-- lib/advanced_billing/models/customer.rb | 4 ++-- lib/advanced_billing/models/customer_attributes.rb | 4 ++-- lib/advanced_billing/models/customer_change.rb | 4 ++-- .../models/customer_changes_preview_response.rb | 4 ++-- lib/advanced_billing/models/customer_custom_fields_change.rb | 4 ++-- lib/advanced_billing/models/customer_error.rb | 4 ++-- lib/advanced_billing/models/customer_payer_change.rb | 4 ++-- lib/advanced_billing/models/customer_response.rb | 4 ++-- lib/advanced_billing/models/debit_note.rb | 4 ++-- lib/advanced_billing/models/debit_note_role.rb | 4 ++-- lib/advanced_billing/models/debit_note_status.rb | 4 ++-- lib/advanced_billing/models/deduct_service_credit.rb | 4 ++-- lib/advanced_billing/models/deduct_service_credit_request.rb | 4 ++-- lib/advanced_billing/models/delayed_cancellation_response.rb | 4 ++-- .../models/delete_subscription_group_response.rb | 4 ++-- lib/advanced_billing/models/direction.rb | 4 ++-- lib/advanced_billing/models/discount_type.rb | 4 ++-- lib/advanced_billing/models/dunner_data.rb | 4 ++-- lib/advanced_billing/models/dunning_step_data.rb | 4 ++-- lib/advanced_billing/models/dunning_step_reached.rb | 4 ++-- lib/advanced_billing/models/ebb_component.rb | 4 ++-- lib/advanced_billing/models/ebb_event.rb | 4 ++-- lib/advanced_billing/models/enable_webhooks_request.rb | 4 ++-- lib/advanced_billing/models/enable_webhooks_response.rb | 4 ++-- lib/advanced_billing/models/endpoint.rb | 4 ++-- lib/advanced_billing/models/endpoint_response.rb | 4 ++-- lib/advanced_billing/models/errors.rb | 4 ++-- lib/advanced_billing/models/event.rb | 4 ++-- .../models/event_based_billing_segment_error.rb | 4 ++-- lib/advanced_billing/models/event_key.rb | 4 ++-- lib/advanced_billing/models/event_response.rb | 4 ++-- lib/advanced_billing/models/expiration_interval_unit.rb | 4 ++-- lib/advanced_billing/models/failed_payment_action.rb | 4 ++-- lib/advanced_billing/models/failed_payment_event.rb | 4 ++-- lib/advanced_billing/models/failed_payment_event_data.rb | 4 ++-- lib/advanced_billing/models/first_charge_type.rb | 4 ++-- .../models/full_subscription_group_response.rb | 4 ++-- .../models/get_one_time_token_payment_profile.rb | 4 ++-- lib/advanced_billing/models/get_one_time_token_request.rb | 4 ++-- lib/advanced_billing/models/group_billing.rb | 4 ++-- lib/advanced_billing/models/group_settings.rb | 4 ++-- lib/advanced_billing/models/group_target.rb | 4 ++-- lib/advanced_billing/models/group_target_type.rb | 4 ++-- lib/advanced_billing/models/group_type.rb | 4 ++-- lib/advanced_billing/models/historic_usage.rb | 4 ++-- lib/advanced_billing/models/include_not_null.rb | 4 ++-- lib/advanced_billing/models/include_null_or_not_null.rb | 4 ++-- lib/advanced_billing/models/include_option.rb | 4 ++-- lib/advanced_billing/models/interval_unit.rb | 4 ++-- lib/advanced_billing/models/invoice.rb | 4 ++-- lib/advanced_billing/models/invoice_address.rb | 4 ++-- lib/advanced_billing/models/invoice_avatax_details.rb | 4 ++-- lib/advanced_billing/models/invoice_balance_item.rb | 4 ++-- lib/advanced_billing/models/invoice_consolidation_level.rb | 4 ++-- lib/advanced_billing/models/invoice_credit.rb | 4 ++-- lib/advanced_billing/models/invoice_custom_field.rb | 4 ++-- lib/advanced_billing/models/invoice_customer.rb | 4 ++-- lib/advanced_billing/models/invoice_date_field.rb | 4 ++-- lib/advanced_billing/models/invoice_debit.rb | 4 ++-- lib/advanced_billing/models/invoice_discount.rb | 4 ++-- lib/advanced_billing/models/invoice_discount_breakout.rb | 4 ++-- lib/advanced_billing/models/invoice_discount_source_type.rb | 4 ++-- lib/advanced_billing/models/invoice_discount_type.rb | 4 ++-- lib/advanced_billing/models/invoice_display_settings.rb | 4 ++-- lib/advanced_billing/models/invoice_event_payment_method.rb | 4 ++-- lib/advanced_billing/models/invoice_event_type.rb | 4 ++-- lib/advanced_billing/models/invoice_issued.rb | 4 ++-- lib/advanced_billing/models/invoice_line_item.rb | 4 ++-- .../models/invoice_line_item_component_cost_data.rb | 4 ++-- lib/advanced_billing/models/invoice_line_item_event_data.rb | 4 ++-- .../models/invoice_line_item_pricing_detail.rb | 4 ++-- lib/advanced_billing/models/invoice_payer.rb | 4 ++-- lib/advanced_billing/models/invoice_payer_change.rb | 4 ++-- lib/advanced_billing/models/invoice_payment.rb | 4 ++-- lib/advanced_billing/models/invoice_payment_application.rb | 4 ++-- lib/advanced_billing/models/invoice_payment_method.rb | 4 ++-- lib/advanced_billing/models/invoice_payment_method_type.rb | 4 ++-- lib/advanced_billing/models/invoice_payment_type.rb | 4 ++-- lib/advanced_billing/models/invoice_pre_payment.rb | 4 ++-- lib/advanced_billing/models/invoice_previous_balance.rb | 4 ++-- lib/advanced_billing/models/invoice_refund.rb | 4 ++-- lib/advanced_billing/models/invoice_response.rb | 4 ++-- lib/advanced_billing/models/invoice_role.rb | 4 ++-- lib/advanced_billing/models/invoice_seller.rb | 4 ++-- lib/advanced_billing/models/invoice_sort_field.rb | 4 ++-- lib/advanced_billing/models/invoice_status.rb | 4 ++-- lib/advanced_billing/models/invoice_tax.rb | 4 ++-- lib/advanced_billing/models/invoice_tax_breakout.rb | 4 ++-- lib/advanced_billing/models/invoice_tax_component_breakout.rb | 4 ++-- lib/advanced_billing/models/issue_advance_invoice_request.rb | 4 ++-- lib/advanced_billing/models/issue_invoice_event.rb | 4 ++-- lib/advanced_billing/models/issue_invoice_event_data.rb | 4 ++-- lib/advanced_billing/models/issue_invoice_request.rb | 4 ++-- lib/advanced_billing/models/issue_service_credit.rb | 4 ++-- lib/advanced_billing/models/issue_service_credit_request.rb | 4 ++-- lib/advanced_billing/models/item_category.rb | 4 ++-- lib/advanced_billing/models/item_price_point_changed.rb | 4 ++-- lib/advanced_billing/models/item_price_point_data.rb | 4 ++-- lib/advanced_billing/models/line_item_kind.rb | 4 ++-- lib/advanced_billing/models/line_item_transaction_type.rb | 4 ++-- lib/advanced_billing/models/list_components_filter.rb | 4 ++-- .../models/list_components_price_points_include.rb | 4 ++-- .../models/list_components_price_points_response.rb | 4 ++-- lib/advanced_billing/models/list_coupons_filter.rb | 4 ++-- lib/advanced_billing/models/list_credit_notes_response.rb | 4 ++-- lib/advanced_billing/models/list_events_date_field.rb | 4 ++-- lib/advanced_billing/models/list_invoice_events_response.rb | 4 ++-- lib/advanced_billing/models/list_invoices_response.rb | 4 ++-- lib/advanced_billing/models/list_metafields_response.rb | 4 ++-- lib/advanced_billing/models/list_mrr_filter.rb | 4 ++-- lib/advanced_billing/models/list_mrr_response.rb | 4 ++-- lib/advanced_billing/models/list_mrr_response_result.rb | 4 ++-- lib/advanced_billing/models/list_offers_response.rb | 4 ++-- lib/advanced_billing/models/list_prepayment_date_field.rb | 4 ++-- lib/advanced_billing/models/list_prepayments_filter.rb | 4 ++-- lib/advanced_billing/models/list_price_points_filter.rb | 4 ++-- .../models/list_product_price_points_response.rb | 4 ++-- lib/advanced_billing/models/list_products_filter.rb | 4 ++-- lib/advanced_billing/models/list_products_include.rb | 4 ++-- .../models/list_products_price_points_include.rb | 4 ++-- lib/advanced_billing/models/list_proforma_invoices_meta.rb | 4 ++-- .../models/list_proforma_invoices_response.rb | 4 ++-- lib/advanced_billing/models/list_public_keys_meta.rb | 4 ++-- lib/advanced_billing/models/list_public_keys_response.rb | 4 ++-- lib/advanced_billing/models/list_sale_rep_item.rb | 4 ++-- lib/advanced_billing/models/list_segments_filter.rb | 4 ++-- lib/advanced_billing/models/list_segments_response.rb | 4 ++-- lib/advanced_billing/models/list_service_credits_response.rb | 4 ++-- .../models/list_subcription_group_prepayment_item.rb | 4 ++-- .../models/list_subscription_components_filter.rb | 4 ++-- .../models/list_subscription_components_for_site_filter.rb | 4 ++-- .../models/list_subscription_components_include.rb | 4 ++-- .../models/list_subscription_components_response.rb | 4 ++-- .../models/list_subscription_components_sort.rb | 4 ++-- .../models/list_subscription_group_prepayment.rb | 4 ++-- .../models/list_subscription_group_prepayment_response.rb | 4 ++-- lib/advanced_billing/models/list_subscription_groups_item.rb | 4 ++-- lib/advanced_billing/models/list_subscription_groups_meta.rb | 4 ++-- .../models/list_subscription_groups_response.rb | 4 ++-- lib/advanced_billing/models/metadata.rb | 4 ++-- lib/advanced_billing/models/metafield.rb | 4 ++-- lib/advanced_billing/models/metafield_input.rb | 4 ++-- lib/advanced_billing/models/metafield_scope.rb | 4 ++-- lib/advanced_billing/models/metered_component.rb | 4 ++-- lib/advanced_billing/models/metered_usage.rb | 4 ++-- lib/advanced_billing/models/movement.rb | 4 ++-- lib/advanced_billing/models/movement_line_item.rb | 4 ++-- lib/advanced_billing/models/mrr.rb | 4 ++-- lib/advanced_billing/models/mrr_movement.rb | 4 ++-- lib/advanced_billing/models/mrr_response.rb | 4 ++-- lib/advanced_billing/models/multi_invoice_payment.rb | 4 ++-- lib/advanced_billing/models/multi_invoice_payment_response.rb | 4 ++-- lib/advanced_billing/models/nested_subscription_group.rb | 4 ++-- lib/advanced_billing/models/net_terms.rb | 4 ++-- lib/advanced_billing/models/offer.rb | 4 ++-- lib/advanced_billing/models/offer_discount.rb | 4 ++-- lib/advanced_billing/models/offer_item.rb | 4 ++-- lib/advanced_billing/models/offer_response.rb | 4 ++-- lib/advanced_billing/models/offer_signup_page.rb | 4 ++-- lib/advanced_billing/models/ok_response.rb | 4 ++-- lib/advanced_billing/models/on_off_component.rb | 4 ++-- lib/advanced_billing/models/organization_address.rb | 4 ++-- lib/advanced_billing/models/origin_invoice.rb | 4 ++-- lib/advanced_billing/models/overage_pricing.rb | 4 ++-- lib/advanced_billing/models/override_subscription.rb | 4 ++-- lib/advanced_billing/models/override_subscription_request.rb | 4 ++-- lib/advanced_billing/models/paginated_metadata.rb | 4 ++-- lib/advanced_billing/models/paid_invoice.rb | 4 ++-- lib/advanced_billing/models/pause_request.rb | 4 ++-- lib/advanced_billing/models/pay_pal_vault.rb | 4 ++-- lib/advanced_billing/models/payer_attributes.rb | 4 ++-- lib/advanced_billing/models/payer_error.rb | 4 ++-- .../models/payment_collection_method_changed.rb | 4 ++-- lib/advanced_billing/models/payment_for_allocation.rb | 4 ++-- lib/advanced_billing/models/payment_method_apple_pay.rb | 4 ++-- lib/advanced_billing/models/payment_method_bank_account.rb | 4 ++-- lib/advanced_billing/models/payment_method_credit_card.rb | 4 ++-- lib/advanced_billing/models/payment_method_external.rb | 4 ++-- lib/advanced_billing/models/payment_method_paypal.rb | 4 ++-- lib/advanced_billing/models/payment_profile_attributes.rb | 4 ++-- lib/advanced_billing/models/payment_profile_response.rb | 4 ++-- lib/advanced_billing/models/payment_related_events.rb | 4 ++-- lib/advanced_billing/models/payment_type.rb | 4 ++-- lib/advanced_billing/models/paypal_payment_profile.rb | 4 ++-- lib/advanced_billing/models/pending_cancellation_change.rb | 4 ++-- lib/advanced_billing/models/portal_management_link.rb | 4 ++-- lib/advanced_billing/models/prepaid_configuration.rb | 4 ++-- lib/advanced_billing/models/prepaid_configuration_response.rb | 4 ++-- .../models/prepaid_product_price_point_filter.rb | 4 ++-- .../models/prepaid_subscription_balance_changed.rb | 4 ++-- lib/advanced_billing/models/prepaid_usage.rb | 4 ++-- .../models/prepaid_usage_allocation_detail.rb | 4 ++-- lib/advanced_billing/models/prepaid_usage_component.rb | 4 ++-- lib/advanced_billing/models/prepayment.rb | 4 ++-- .../models/prepayment_account_balance_changed.rb | 4 ++-- lib/advanced_billing/models/prepayment_method.rb | 4 ++-- lib/advanced_billing/models/prepayment_response.rb | 4 ++-- lib/advanced_billing/models/prepayments_response.rb | 4 ++-- lib/advanced_billing/models/preview_allocations_request.rb | 4 ++-- lib/advanced_billing/models/price.rb | 4 ++-- lib/advanced_billing/models/price_point_type.rb | 4 ++-- lib/advanced_billing/models/pricing_scheme.rb | 4 ++-- lib/advanced_billing/models/product.rb | 4 ++-- lib/advanced_billing/models/product_family.rb | 4 ++-- lib/advanced_billing/models/product_family_response.rb | 4 ++-- lib/advanced_billing/models/product_price_point.rb | 4 ++-- lib/advanced_billing/models/product_price_point_errors.rb | 4 ++-- lib/advanced_billing/models/product_price_point_response.rb | 4 ++-- lib/advanced_billing/models/product_response.rb | 4 ++-- lib/advanced_billing/models/proforma_error.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_credit.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_discount.rb | 4 ++-- .../models/proforma_invoice_discount_source_type.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_issued.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_payment.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_role.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_status.rb | 4 ++-- lib/advanced_billing/models/proforma_invoice_tax.rb | 4 ++-- .../models/proforma_invoice_tax_source_type.rb | 4 ++-- lib/advanced_billing/models/proration.rb | 4 ++-- lib/advanced_billing/models/public_key.rb | 4 ++-- lib/advanced_billing/models/public_signup_page.rb | 4 ++-- lib/advanced_billing/models/quantity_based_component.rb | 4 ++-- .../models/reactivate_subscription_group_request.rb | 4 ++-- .../models/reactivate_subscription_group_response.rb | 4 ++-- .../models/reactivate_subscription_request.rb | 4 ++-- lib/advanced_billing/models/reactivation_billing.rb | 4 ++-- lib/advanced_billing/models/reactivation_charge.rb | 4 ++-- lib/advanced_billing/models/reason_code.rb | 4 ++-- lib/advanced_billing/models/reason_code_response.rb | 4 ++-- lib/advanced_billing/models/record_payment_request.rb | 4 ++-- lib/advanced_billing/models/record_payment_response.rb | 4 ++-- lib/advanced_billing/models/recurring_scheme.rb | 4 ++-- lib/advanced_billing/models/referral_code.rb | 4 ++-- lib/advanced_billing/models/referral_validation_response.rb | 4 ++-- lib/advanced_billing/models/refund_consolidated_invoice.rb | 4 ++-- lib/advanced_billing/models/refund_invoice.rb | 4 ++-- lib/advanced_billing/models/refund_invoice_event.rb | 4 ++-- lib/advanced_billing/models/refund_invoice_event_data.rb | 4 ++-- lib/advanced_billing/models/refund_invoice_request.rb | 4 ++-- lib/advanced_billing/models/refund_prepayment.rb | 4 ++-- .../models/refund_prepayment_base_refund_error.rb | 4 ++-- lib/advanced_billing/models/refund_prepayment_request.rb | 4 ++-- lib/advanced_billing/models/refund_success.rb | 4 ++-- lib/advanced_billing/models/remove_payment_event.rb | 4 ++-- lib/advanced_billing/models/remove_payment_event_data.rb | 4 ++-- lib/advanced_billing/models/renewal_preview.rb | 4 ++-- lib/advanced_billing/models/renewal_preview_component.rb | 4 ++-- lib/advanced_billing/models/renewal_preview_line_item.rb | 4 ++-- lib/advanced_billing/models/renewal_preview_request.rb | 4 ++-- lib/advanced_billing/models/renewal_preview_response.rb | 4 ++-- lib/advanced_billing/models/replay_webhooks_request.rb | 4 ++-- lib/advanced_billing/models/replay_webhooks_response.rb | 4 ++-- lib/advanced_billing/models/resent_invitation.rb | 4 ++-- lib/advanced_billing/models/resource_type.rb | 4 ++-- lib/advanced_billing/models/restriction_type.rb | 4 ++-- lib/advanced_billing/models/resume_options.rb | 4 ++-- lib/advanced_billing/models/resumption_charge.rb | 4 ++-- lib/advanced_billing/models/revoked_invitation.rb | 4 ++-- lib/advanced_billing/models/sale_rep.rb | 4 ++-- lib/advanced_billing/models/sale_rep_item_mrr.rb | 4 ++-- lib/advanced_billing/models/sale_rep_settings.rb | 4 ++-- lib/advanced_billing/models/sale_rep_subscription.rb | 4 ++-- lib/advanced_billing/models/segment.rb | 4 ++-- lib/advanced_billing/models/segment_price.rb | 4 ++-- lib/advanced_billing/models/segment_response.rb | 4 ++-- lib/advanced_billing/models/send_invoice_request.rb | 4 ++-- lib/advanced_billing/models/service_credit.rb | 4 ++-- lib/advanced_billing/models/service_credit1.rb | 4 ++-- lib/advanced_billing/models/service_credit_response.rb | 4 ++-- lib/advanced_billing/models/service_credit_type.rb | 4 ++-- lib/advanced_billing/models/signup_proforma_preview.rb | 4 ++-- .../models/signup_proforma_preview_response.rb | 4 ++-- lib/advanced_billing/models/site.rb | 4 ++-- lib/advanced_billing/models/site_response.rb | 4 ++-- lib/advanced_billing/models/site_statistics.rb | 4 ++-- lib/advanced_billing/models/site_summary.rb | 4 ++-- lib/advanced_billing/models/snap_day.rb | 4 ++-- lib/advanced_billing/models/sorting_direction.rb | 4 ++-- lib/advanced_billing/models/subscription.rb | 4 ++-- lib/advanced_billing/models/subscription_component.rb | 4 ++-- .../models/subscription_component_allocation_error_item.rb | 4 ++-- .../models/subscription_component_response.rb | 4 ++-- .../models/subscription_component_subscription.rb | 4 ++-- lib/advanced_billing/models/subscription_custom_price.rb | 4 ++-- lib/advanced_billing/models/subscription_date_field.rb | 4 ++-- lib/advanced_billing/models/subscription_filter.rb | 4 ++-- lib/advanced_billing/models/subscription_group.rb | 4 ++-- lib/advanced_billing/models/subscription_group_balances.rb | 4 ++-- .../models/subscription_group_bank_account.rb | 4 ++-- .../models/subscription_group_component_custom_price.rb | 4 ++-- lib/advanced_billing/models/subscription_group_credit_card.rb | 4 ++-- lib/advanced_billing/models/subscription_group_customer.rb | 4 ++-- lib/advanced_billing/models/subscription_group_include.rb | 4 ++-- lib/advanced_billing/models/subscription_group_item.rb | 4 ++-- .../models/subscription_group_members_array_error.rb | 4 ++-- .../models/subscription_group_payment_profile.rb | 4 ++-- lib/advanced_billing/models/subscription_group_prepayment.rb | 4 ++-- .../models/subscription_group_prepayment_method.rb | 4 ++-- .../models/subscription_group_prepayment_request.rb | 4 ++-- .../models/subscription_group_prepayment_response.rb | 4 ++-- lib/advanced_billing/models/subscription_group_response.rb | 4 ++-- lib/advanced_billing/models/subscription_group_signup.rb | 4 ++-- .../models/subscription_group_signup_component.rb | 4 ++-- .../models/subscription_group_signup_error.rb | 4 ++-- .../models/subscription_group_signup_event_data.rb | 4 ++-- .../models/subscription_group_signup_failure_data.rb | 4 ++-- lib/advanced_billing/models/subscription_group_signup_item.rb | 4 ++-- .../models/subscription_group_signup_request.rb | 4 ++-- .../models/subscription_group_signup_response.rb | 4 ++-- .../models/subscription_group_single_error.rb | 4 ++-- .../models/subscription_group_subscription_error.rb | 4 ++-- .../models/subscription_group_update_error.rb | 4 ++-- .../models/subscription_groups_list_include.rb | 4 ++-- lib/advanced_billing/models/subscription_include.rb | 4 ++-- lib/advanced_billing/models/subscription_included_coupon.rb | 4 ++-- lib/advanced_billing/models/subscription_list_date_field.rb | 4 ++-- lib/advanced_billing/models/subscription_list_include.rb | 4 ++-- lib/advanced_billing/models/subscription_migration_preview.rb | 4 ++-- .../models/subscription_migration_preview_options.rb | 4 ++-- .../models/subscription_migration_preview_request.rb | 4 ++-- .../models/subscription_migration_preview_response.rb | 4 ++-- lib/advanced_billing/models/subscription_mrr.rb | 4 ++-- lib/advanced_billing/models/subscription_mrr_breakout.rb | 4 ++-- lib/advanced_billing/models/subscription_mrr_response.rb | 4 ++-- lib/advanced_billing/models/subscription_note.rb | 4 ++-- lib/advanced_billing/models/subscription_note_response.rb | 4 ++-- lib/advanced_billing/models/subscription_preview.rb | 4 ++-- lib/advanced_billing/models/subscription_preview_response.rb | 4 ++-- lib/advanced_billing/models/subscription_product_change.rb | 4 ++-- lib/advanced_billing/models/subscription_product_migration.rb | 4 ++-- .../models/subscription_product_migration_request.rb | 4 ++-- lib/advanced_billing/models/subscription_purge_type.rb | 4 ++-- lib/advanced_billing/models/subscription_response.rb | 4 ++-- lib/advanced_billing/models/subscription_sort.rb | 4 ++-- lib/advanced_billing/models/subscription_state.rb | 4 ++-- lib/advanced_billing/models/subscription_state_change.rb | 4 ++-- lib/advanced_billing/models/subscription_state_filter.rb | 4 ++-- lib/advanced_billing/models/tax_configuration.rb | 4 ++-- lib/advanced_billing/models/tax_configuration_kind.rb | 4 ++-- lib/advanced_billing/models/tax_destination_address.rb | 4 ++-- .../models/too_many_management_link_requests.rb | 4 ++-- .../models/update_allocation_expiration_date.rb | 4 ++-- lib/advanced_billing/models/update_component.rb | 4 ++-- lib/advanced_billing/models/update_component_price_point.rb | 4 ++-- .../models/update_component_price_point_request.rb | 4 ++-- lib/advanced_billing/models/update_component_request.rb | 4 ++-- lib/advanced_billing/models/update_coupon_currency.rb | 4 ++-- lib/advanced_billing/models/update_currency_price.rb | 4 ++-- lib/advanced_billing/models/update_currency_prices_request.rb | 4 ++-- lib/advanced_billing/models/update_customer.rb | 4 ++-- lib/advanced_billing/models/update_customer_request.rb | 4 ++-- lib/advanced_billing/models/update_metadata.rb | 4 ++-- lib/advanced_billing/models/update_metadata_request.rb | 4 ++-- lib/advanced_billing/models/update_metafield.rb | 4 ++-- lib/advanced_billing/models/update_metafields_request.rb | 4 ++-- lib/advanced_billing/models/update_payment_profile.rb | 4 ++-- lib/advanced_billing/models/update_payment_profile_request.rb | 4 ++-- lib/advanced_billing/models/update_price.rb | 4 ++-- lib/advanced_billing/models/update_product_price_point.rb | 4 ++-- .../models/update_product_price_point_request.rb | 4 ++-- lib/advanced_billing/models/update_reason_code.rb | 4 ++-- lib/advanced_billing/models/update_reason_code_request.rb | 4 ++-- lib/advanced_billing/models/update_segment.rb | 4 ++-- lib/advanced_billing/models/update_segment_request.rb | 4 ++-- lib/advanced_billing/models/update_subscription.rb | 4 ++-- lib/advanced_billing/models/update_subscription_component.rb | 4 ++-- lib/advanced_billing/models/update_subscription_group.rb | 4 ++-- .../models/update_subscription_group_request.rb | 4 ++-- lib/advanced_billing/models/update_subscription_note.rb | 4 ++-- .../models/update_subscription_note_request.rb | 4 ++-- lib/advanced_billing/models/update_subscription_request.rb | 4 ++-- lib/advanced_billing/models/upsert_prepaid_configuration.rb | 4 ++-- .../models/upsert_prepaid_configuration_request.rb | 4 ++-- lib/advanced_billing/models/usage.rb | 4 ++-- lib/advanced_billing/models/usage_response.rb | 4 ++-- lib/advanced_billing/models/void_invoice.rb | 4 ++-- lib/advanced_billing/models/void_invoice_event.rb | 4 ++-- lib/advanced_billing/models/void_invoice_event_data.rb | 4 ++-- lib/advanced_billing/models/void_invoice_request.rb | 4 ++-- lib/advanced_billing/models/void_remainder_event.rb | 4 ++-- lib/advanced_billing/models/void_remainder_event_data.rb | 4 ++-- lib/advanced_billing/models/webhook.rb | 4 ++-- lib/advanced_billing/models/webhook_order.rb | 4 ++-- lib/advanced_billing/models/webhook_response.rb | 4 ++-- lib/advanced_billing/models/webhook_status.rb | 4 ++-- lib/advanced_billing/models/webhook_subscription.rb | 4 ++-- lib/advanced_billing/utilities/date_time_helper.rb | 4 ++-- lib/advanced_billing/utilities/file_wrapper.rb | 4 ++-- lib/advanced_billing/utilities/union_type_lookup.rb | 4 ++-- 648 files changed, 1295 insertions(+), 1293 deletions(-) diff --git a/doc/controllers/component-price-points.md b/doc/controllers/component-price-points.md index 9efc5236..1b106973 100644 --- a/doc/controllers/component-price-points.md +++ b/doc/controllers/component-price-points.md @@ -132,7 +132,8 @@ body = CreateComponentPricePointRequest.new( ), Price.new( starting_quantity: '101', - unit_price: '4.00' + unit_price: '4.00', + ending_quantity: nil ) ], handle: 'wholesale-handle', diff --git a/doc/controllers/subscription-components.md b/doc/controllers/subscription-components.md index 96f998c1..3aca637a 100644 --- a/doc/controllers/subscription-components.md +++ b/doc/controllers/subscription-components.md @@ -1275,7 +1275,8 @@ body = ActivateEventBasedComponent.new( prices: [ Price.new( starting_quantity: 1, - unit_price: '5.0' + unit_price: '5.0', + ending_quantity: nil ) ], tax_included: false, diff --git a/doc/controllers/subscription-status.md b/doc/controllers/subscription-status.md index 3d9f858c..8a6d1fec 100644 --- a/doc/controllers/subscription-status.md +++ b/doc/controllers/subscription-status.md @@ -398,7 +398,7 @@ def resume_subscription(subscription_id, ```ruby subscription_id = 222 -Liquid error: Value cannot be null. (Parameter 'key')Liquid error: Value cannot be null. (Parameter 'key')result = subscription_status_controller.resume_subscription(subscription_id) +result = subscription_status_controller.resume_subscription(subscription_id) puts result ``` diff --git a/lib/advanced_billing.rb b/lib/advanced_billing.rb index 3efcf407..bc3dcd64 100644 --- a/lib/advanced_billing.rb +++ b/lib/advanced_billing.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' require 'json' diff --git a/lib/advanced_billing/api_helper.rb b/lib/advanced_billing/api_helper.rb index 20ced185..629a4532 100644 --- a/lib/advanced_billing/api_helper.rb +++ b/lib/advanced_billing/api_helper.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # API utility class diff --git a/lib/advanced_billing/client.rb b/lib/advanced_billing/client.rb index 246b8dba..1c975b29 100644 --- a/lib/advanced_billing/client.rb +++ b/lib/advanced_billing/client.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # advanced_billing client class. diff --git a/lib/advanced_billing/configuration.rb b/lib/advanced_billing/configuration.rb index c91c160e..bbecf87c 100644 --- a/lib/advanced_billing/configuration.rb +++ b/lib/advanced_billing/configuration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # An enum for SDK environments. diff --git a/lib/advanced_billing/controllers/advance_invoice_controller.rb b/lib/advanced_billing/controllers/advance_invoice_controller.rb index a3b30c7c..799cae47 100644 --- a/lib/advanced_billing/controllers/advance_invoice_controller.rb +++ b/lib/advanced_billing/controllers/advance_invoice_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AdvanceInvoiceController diff --git a/lib/advanced_billing/controllers/api_exports_controller.rb b/lib/advanced_billing/controllers/api_exports_controller.rb index 56d929c8..24849fdb 100644 --- a/lib/advanced_billing/controllers/api_exports_controller.rb +++ b/lib/advanced_billing/controllers/api_exports_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # APIExportsController diff --git a/lib/advanced_billing/controllers/base_controller.rb b/lib/advanced_billing/controllers/base_controller.rb index 732ca7df..2c24aa45 100644 --- a/lib/advanced_billing/controllers/base_controller.rb +++ b/lib/advanced_billing/controllers/base_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BaseController. diff --git a/lib/advanced_billing/controllers/billing_portal_controller.rb b/lib/advanced_billing/controllers/billing_portal_controller.rb index e08b9a0f..89a75939 100644 --- a/lib/advanced_billing/controllers/billing_portal_controller.rb +++ b/lib/advanced_billing/controllers/billing_portal_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BillingPortalController diff --git a/lib/advanced_billing/controllers/component_price_points_controller.rb b/lib/advanced_billing/controllers/component_price_points_controller.rb index 87bd7232..1dfdacd2 100644 --- a/lib/advanced_billing/controllers/component_price_points_controller.rb +++ b/lib/advanced_billing/controllers/component_price_points_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointsController diff --git a/lib/advanced_billing/controllers/components_controller.rb b/lib/advanced_billing/controllers/components_controller.rb index d59e3eda..bd5a9027 100644 --- a/lib/advanced_billing/controllers/components_controller.rb +++ b/lib/advanced_billing/controllers/components_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentsController diff --git a/lib/advanced_billing/controllers/coupons_controller.rb b/lib/advanced_billing/controllers/coupons_controller.rb index bb2f3084..7fedc5ca 100644 --- a/lib/advanced_billing/controllers/coupons_controller.rb +++ b/lib/advanced_billing/controllers/coupons_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponsController diff --git a/lib/advanced_billing/controllers/custom_fields_controller.rb b/lib/advanced_billing/controllers/custom_fields_controller.rb index 3c2ff594..1d2a88e1 100644 --- a/lib/advanced_billing/controllers/custom_fields_controller.rb +++ b/lib/advanced_billing/controllers/custom_fields_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomFieldsController diff --git a/lib/advanced_billing/controllers/customers_controller.rb b/lib/advanced_billing/controllers/customers_controller.rb index 137c4cf2..bb97bc79 100644 --- a/lib/advanced_billing/controllers/customers_controller.rb +++ b/lib/advanced_billing/controllers/customers_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomersController diff --git a/lib/advanced_billing/controllers/events_based_billing_segments_controller.rb b/lib/advanced_billing/controllers/events_based_billing_segments_controller.rb index 38333cf1..f8bd7278 100644 --- a/lib/advanced_billing/controllers/events_based_billing_segments_controller.rb +++ b/lib/advanced_billing/controllers/events_based_billing_segments_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EventsBasedBillingSegmentsController diff --git a/lib/advanced_billing/controllers/events_controller.rb b/lib/advanced_billing/controllers/events_controller.rb index 73a5b5b8..de1b5ef3 100644 --- a/lib/advanced_billing/controllers/events_controller.rb +++ b/lib/advanced_billing/controllers/events_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EventsController diff --git a/lib/advanced_billing/controllers/insights_controller.rb b/lib/advanced_billing/controllers/insights_controller.rb index e85282bd..0b6ec316 100644 --- a/lib/advanced_billing/controllers/insights_controller.rb +++ b/lib/advanced_billing/controllers/insights_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InsightsController diff --git a/lib/advanced_billing/controllers/invoices_controller.rb b/lib/advanced_billing/controllers/invoices_controller.rb index dd159874..dc77f689 100644 --- a/lib/advanced_billing/controllers/invoices_controller.rb +++ b/lib/advanced_billing/controllers/invoices_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicesController diff --git a/lib/advanced_billing/controllers/offers_controller.rb b/lib/advanced_billing/controllers/offers_controller.rb index ef77f16f..3a61f00e 100644 --- a/lib/advanced_billing/controllers/offers_controller.rb +++ b/lib/advanced_billing/controllers/offers_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OffersController diff --git a/lib/advanced_billing/controllers/payment_profiles_controller.rb b/lib/advanced_billing/controllers/payment_profiles_controller.rb index a9671c96..a2eac7f8 100644 --- a/lib/advanced_billing/controllers/payment_profiles_controller.rb +++ b/lib/advanced_billing/controllers/payment_profiles_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentProfilesController diff --git a/lib/advanced_billing/controllers/product_families_controller.rb b/lib/advanced_billing/controllers/product_families_controller.rb index d647c6a8..3a96f194 100644 --- a/lib/advanced_billing/controllers/product_families_controller.rb +++ b/lib/advanced_billing/controllers/product_families_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductFamiliesController diff --git a/lib/advanced_billing/controllers/product_price_points_controller.rb b/lib/advanced_billing/controllers/product_price_points_controller.rb index 6c4f8de5..8876264d 100644 --- a/lib/advanced_billing/controllers/product_price_points_controller.rb +++ b/lib/advanced_billing/controllers/product_price_points_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductPricePointsController diff --git a/lib/advanced_billing/controllers/products_controller.rb b/lib/advanced_billing/controllers/products_controller.rb index 0df90969..571acb44 100644 --- a/lib/advanced_billing/controllers/products_controller.rb +++ b/lib/advanced_billing/controllers/products_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductsController diff --git a/lib/advanced_billing/controllers/proforma_invoices_controller.rb b/lib/advanced_billing/controllers/proforma_invoices_controller.rb index 3747b64c..94a5fe03 100644 --- a/lib/advanced_billing/controllers/proforma_invoices_controller.rb +++ b/lib/advanced_billing/controllers/proforma_invoices_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaInvoicesController diff --git a/lib/advanced_billing/controllers/reason_codes_controller.rb b/lib/advanced_billing/controllers/reason_codes_controller.rb index fd14b006..2404694d 100644 --- a/lib/advanced_billing/controllers/reason_codes_controller.rb +++ b/lib/advanced_billing/controllers/reason_codes_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReasonCodesController diff --git a/lib/advanced_billing/controllers/referral_codes_controller.rb b/lib/advanced_billing/controllers/referral_codes_controller.rb index a1029c9d..18af0772 100644 --- a/lib/advanced_billing/controllers/referral_codes_controller.rb +++ b/lib/advanced_billing/controllers/referral_codes_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReferralCodesController diff --git a/lib/advanced_billing/controllers/sales_commissions_controller.rb b/lib/advanced_billing/controllers/sales_commissions_controller.rb index 671b6aa0..a21d7417 100644 --- a/lib/advanced_billing/controllers/sales_commissions_controller.rb +++ b/lib/advanced_billing/controllers/sales_commissions_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SalesCommissionsController diff --git a/lib/advanced_billing/controllers/sites_controller.rb b/lib/advanced_billing/controllers/sites_controller.rb index 3fc836de..f5330174 100644 --- a/lib/advanced_billing/controllers/sites_controller.rb +++ b/lib/advanced_billing/controllers/sites_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SitesController diff --git a/lib/advanced_billing/controllers/subscription_components_controller.rb b/lib/advanced_billing/controllers/subscription_components_controller.rb index 4905f07c..ff8f477b 100644 --- a/lib/advanced_billing/controllers/subscription_components_controller.rb +++ b/lib/advanced_billing/controllers/subscription_components_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionComponentsController diff --git a/lib/advanced_billing/controllers/subscription_group_invoice_account_controller.rb b/lib/advanced_billing/controllers/subscription_group_invoice_account_controller.rb index c237332a..a5e1483a 100644 --- a/lib/advanced_billing/controllers/subscription_group_invoice_account_controller.rb +++ b/lib/advanced_billing/controllers/subscription_group_invoice_account_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupInvoiceAccountController diff --git a/lib/advanced_billing/controllers/subscription_group_status_controller.rb b/lib/advanced_billing/controllers/subscription_group_status_controller.rb index ecb277a1..c7f0dac1 100644 --- a/lib/advanced_billing/controllers/subscription_group_status_controller.rb +++ b/lib/advanced_billing/controllers/subscription_group_status_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupStatusController diff --git a/lib/advanced_billing/controllers/subscription_groups_controller.rb b/lib/advanced_billing/controllers/subscription_groups_controller.rb index c35fb31d..562d1c57 100644 --- a/lib/advanced_billing/controllers/subscription_groups_controller.rb +++ b/lib/advanced_billing/controllers/subscription_groups_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupsController diff --git a/lib/advanced_billing/controllers/subscription_invoice_account_controller.rb b/lib/advanced_billing/controllers/subscription_invoice_account_controller.rb index ff5e0ef7..1a8dba1f 100644 --- a/lib/advanced_billing/controllers/subscription_invoice_account_controller.rb +++ b/lib/advanced_billing/controllers/subscription_invoice_account_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionInvoiceAccountController diff --git a/lib/advanced_billing/controllers/subscription_notes_controller.rb b/lib/advanced_billing/controllers/subscription_notes_controller.rb index 18ac7759..a1d49d96 100644 --- a/lib/advanced_billing/controllers/subscription_notes_controller.rb +++ b/lib/advanced_billing/controllers/subscription_notes_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionNotesController diff --git a/lib/advanced_billing/controllers/subscription_products_controller.rb b/lib/advanced_billing/controllers/subscription_products_controller.rb index 36e29976..92edb687 100644 --- a/lib/advanced_billing/controllers/subscription_products_controller.rb +++ b/lib/advanced_billing/controllers/subscription_products_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionProductsController diff --git a/lib/advanced_billing/controllers/subscription_status_controller.rb b/lib/advanced_billing/controllers/subscription_status_controller.rb index b4d3b064..e27e22f0 100644 --- a/lib/advanced_billing/controllers/subscription_status_controller.rb +++ b/lib/advanced_billing/controllers/subscription_status_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionStatusController diff --git a/lib/advanced_billing/controllers/subscriptions_controller.rb b/lib/advanced_billing/controllers/subscriptions_controller.rb index c2eb3ada..e1d926e6 100644 --- a/lib/advanced_billing/controllers/subscriptions_controller.rb +++ b/lib/advanced_billing/controllers/subscriptions_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionsController diff --git a/lib/advanced_billing/controllers/webhooks_controller.rb b/lib/advanced_billing/controllers/webhooks_controller.rb index 18c6eda1..30f85a0f 100644 --- a/lib/advanced_billing/controllers/webhooks_controller.rb +++ b/lib/advanced_billing/controllers/webhooks_controller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # WebhooksController diff --git a/lib/advanced_billing/exceptions/api_exception.rb b/lib/advanced_billing/exceptions/api_exception.rb index 638a9517..0205efc6 100644 --- a/lib/advanced_billing/exceptions/api_exception.rb +++ b/lib/advanced_billing/exceptions/api_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Class for exceptions when there is a network error, status code error, etc. diff --git a/lib/advanced_billing/exceptions/component_allocation_error_exception.rb b/lib/advanced_billing/exceptions/component_allocation_error_exception.rb index 2cba0dc1..3086fea9 100644 --- a/lib/advanced_billing/exceptions/component_allocation_error_exception.rb +++ b/lib/advanced_billing/exceptions/component_allocation_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Component Allocation Error class. diff --git a/lib/advanced_billing/exceptions/component_price_point_error_exception.rb b/lib/advanced_billing/exceptions/component_price_point_error_exception.rb index e3b63824..e78bbedd 100644 --- a/lib/advanced_billing/exceptions/component_price_point_error_exception.rb +++ b/lib/advanced_billing/exceptions/component_price_point_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Component PricePoint Error class. diff --git a/lib/advanced_billing/exceptions/customer_error_response_exception.rb b/lib/advanced_billing/exceptions/customer_error_response_exception.rb index 5ab3832e..4312923a 100644 --- a/lib/advanced_billing/exceptions/customer_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/customer_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Customer Error Response class. diff --git a/lib/advanced_billing/exceptions/error_array_map_response_exception.rb b/lib/advanced_billing/exceptions/error_array_map_response_exception.rb index 2d080b20..8dabb1ec 100644 --- a/lib/advanced_billing/exceptions/error_array_map_response_exception.rb +++ b/lib/advanced_billing/exceptions/error_array_map_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Error Array Map Response class. diff --git a/lib/advanced_billing/exceptions/error_list_response_exception.rb b/lib/advanced_billing/exceptions/error_list_response_exception.rb index 48433cd0..171a281c 100644 --- a/lib/advanced_billing/exceptions/error_list_response_exception.rb +++ b/lib/advanced_billing/exceptions/error_list_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Error which contains list of messages. diff --git a/lib/advanced_billing/exceptions/error_string_map_response_exception.rb b/lib/advanced_billing/exceptions/error_string_map_response_exception.rb index be3293e8..7b68fa30 100644 --- a/lib/advanced_billing/exceptions/error_string_map_response_exception.rb +++ b/lib/advanced_billing/exceptions/error_string_map_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Error String Map Response class. diff --git a/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb b/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb index 42a96463..ea1c3b87 100644 --- a/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb +++ b/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Event Based Billing List Segments Errors class. diff --git a/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb b/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb index d451d22d..52d10106 100644 --- a/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb +++ b/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Event Based Billing Segment Errors class. diff --git a/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb b/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb index 5c9833c9..e3eace83 100644 --- a/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb +++ b/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Event Based Billing Segment class. diff --git a/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb b/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb index 8317becc..b9226ace 100644 --- a/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Product Price Point Error Response class. diff --git a/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb b/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb index fac0c558..adb39b0e 100644 --- a/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Proforma Bad Request Error Response class. diff --git a/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb b/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb index 0f019bc4..0f4a15dc 100644 --- a/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb +++ b/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Errors returned on creating a refund prepayment when bad request diff --git a/lib/advanced_billing/exceptions/single_error_response_exception.rb b/lib/advanced_billing/exceptions/single_error_response_exception.rb index 21ab1372..5de480d4 100644 --- a/lib/advanced_billing/exceptions/single_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/single_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Single Error Response class. diff --git a/lib/advanced_billing/exceptions/single_string_error_response_exception.rb b/lib/advanced_billing/exceptions/single_string_error_response_exception.rb index ce78e200..3db866c5 100644 --- a/lib/advanced_billing/exceptions/single_string_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/single_string_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Single String Error Response class. diff --git a/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb b/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb index 947820f6..f1a7019d 100644 --- a/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Add Coupon Error class. diff --git a/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb b/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb index dd4c6871..bfd86bb4 100644 --- a/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Component Allocation Error class. diff --git a/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb b/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb index cf636781..bf00621d 100644 --- a/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Group Create Error Response class. diff --git a/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb b/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb index aaf18810..b7392d1d 100644 --- a/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Group Signup Error Response class. diff --git a/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb b/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb index 3acb60ea..992d9f08 100644 --- a/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Group Update Error Response class. diff --git a/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb b/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb index b08a61dc..7ad31f68 100644 --- a/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Remove Coupon Errors class. diff --git a/lib/advanced_billing/exceptions/subscription_response_error_exception.rb b/lib/advanced_billing/exceptions/subscription_response_error_exception.rb index 24f4c48f..19ce5fca 100644 --- a/lib/advanced_billing/exceptions/subscription_response_error_exception.rb +++ b/lib/advanced_billing/exceptions/subscription_response_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Response_Error class. diff --git a/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb b/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb index ab206ec7..a5c892f0 100644 --- a/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb +++ b/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscriptions Mrr Error Response class. diff --git a/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb b/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb index efbb61e3..7bc9c5a5 100644 --- a/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb +++ b/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Too Many Management Link Requests Error class. diff --git a/lib/advanced_billing/http/auth/basic_auth.rb b/lib/advanced_billing/http/auth/basic_auth.rb index 0ad0cb3c..a8f5313c 100644 --- a/lib/advanced_billing/http/auth/basic_auth.rb +++ b/lib/advanced_billing/http/auth/basic_auth.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Utility class for basic authorization. diff --git a/lib/advanced_billing/http/http_call_back.rb b/lib/advanced_billing/http/http_call_back.rb index 6cee47e7..678de860 100644 --- a/lib/advanced_billing/http/http_call_back.rb +++ b/lib/advanced_billing/http/http_call_back.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # HttpCallBack allows defining callables for pre and post API calls. diff --git a/lib/advanced_billing/http/http_method_enum.rb b/lib/advanced_billing/http/http_method_enum.rb index 65f28b03..41fbc45c 100644 --- a/lib/advanced_billing/http/http_method_enum.rb +++ b/lib/advanced_billing/http/http_method_enum.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # HTTP Methods Enumeration. diff --git a/lib/advanced_billing/http/http_request.rb b/lib/advanced_billing/http/http_request.rb index 8e9d0b1d..1e0259cc 100644 --- a/lib/advanced_billing/http/http_request.rb +++ b/lib/advanced_billing/http/http_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Represents a single Http Request. diff --git a/lib/advanced_billing/http/http_response.rb b/lib/advanced_billing/http/http_response.rb index 5e11e31b..575fff11 100644 --- a/lib/advanced_billing/http/http_response.rb +++ b/lib/advanced_billing/http/http_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Http response received. diff --git a/lib/advanced_billing/models/account_balance.rb b/lib/advanced_billing/models/account_balance.rb index 35fb6cb4..8ffa1d50 100644 --- a/lib/advanced_billing/models/account_balance.rb +++ b/lib/advanced_billing/models/account_balance.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AccountBalance Model. diff --git a/lib/advanced_billing/models/account_balances.rb b/lib/advanced_billing/models/account_balances.rb index f698382d..4f22d0e8 100644 --- a/lib/advanced_billing/models/account_balances.rb +++ b/lib/advanced_billing/models/account_balances.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AccountBalances Model. diff --git a/lib/advanced_billing/models/ach_agreement.rb b/lib/advanced_billing/models/ach_agreement.rb index 9c1f1101..6084e176 100644 --- a/lib/advanced_billing/models/ach_agreement.rb +++ b/lib/advanced_billing/models/ach_agreement.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # (Optional) If passed, the proof of the authorized ACH agreement terms will diff --git a/lib/advanced_billing/models/activate_event_based_component.rb b/lib/advanced_billing/models/activate_event_based_component.rb index 51c62019..06d4bf6d 100644 --- a/lib/advanced_billing/models/activate_event_based_component.rb +++ b/lib/advanced_billing/models/activate_event_based_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ActivateEventBasedComponent Model. diff --git a/lib/advanced_billing/models/activate_subscription_request.rb b/lib/advanced_billing/models/activate_subscription_request.rb index 87c0227d..162cc951 100644 --- a/lib/advanced_billing/models/activate_subscription_request.rb +++ b/lib/advanced_billing/models/activate_subscription_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ActivateSubscriptionRequest Model. diff --git a/lib/advanced_billing/models/add_coupons_request.rb b/lib/advanced_billing/models/add_coupons_request.rb index a9a7299d..a2a36589 100644 --- a/lib/advanced_billing/models/add_coupons_request.rb +++ b/lib/advanced_billing/models/add_coupons_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AddCouponsRequest Model. diff --git a/lib/advanced_billing/models/add_subscription_to_a_group.rb b/lib/advanced_billing/models/add_subscription_to_a_group.rb index a317c254..8498dbba 100644 --- a/lib/advanced_billing/models/add_subscription_to_a_group.rb +++ b/lib/advanced_billing/models/add_subscription_to_a_group.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AddSubscriptionToAGroup Model. diff --git a/lib/advanced_billing/models/address_change.rb b/lib/advanced_billing/models/address_change.rb index 530bb1e8..6aace1e2 100644 --- a/lib/advanced_billing/models/address_change.rb +++ b/lib/advanced_billing/models/address_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AddressChange Model. diff --git a/lib/advanced_billing/models/agreement_acceptance.rb b/lib/advanced_billing/models/agreement_acceptance.rb index 622622ae..ca0b0bcb 100644 --- a/lib/advanced_billing/models/agreement_acceptance.rb +++ b/lib/advanced_billing/models/agreement_acceptance.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Required when creating a subscription with Maxio Payments. diff --git a/lib/advanced_billing/models/all_vaults.rb b/lib/advanced_billing/models/all_vaults.rb index 4cee0935..8e8d0377 100644 --- a/lib/advanced_billing/models/all_vaults.rb +++ b/lib/advanced_billing/models/all_vaults.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The vault that stores the payment profile with the provided `vault_token`. diff --git a/lib/advanced_billing/models/allocate_components.rb b/lib/advanced_billing/models/allocate_components.rb index 54745686..7ee9b9da 100644 --- a/lib/advanced_billing/models/allocate_components.rb +++ b/lib/advanced_billing/models/allocate_components.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocateComponents Model. diff --git a/lib/advanced_billing/models/allocation.rb b/lib/advanced_billing/models/allocation.rb index 4e8aeac8..9ea6f4e7 100644 --- a/lib/advanced_billing/models/allocation.rb +++ b/lib/advanced_billing/models/allocation.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/allocation_expiration_date.rb b/lib/advanced_billing/models/allocation_expiration_date.rb index 6bdd3657..f18ddd83 100644 --- a/lib/advanced_billing/models/allocation_expiration_date.rb +++ b/lib/advanced_billing/models/allocation_expiration_date.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/allocation_preview.rb b/lib/advanced_billing/models/allocation_preview.rb index 1d648d82..ee33d4c5 100644 --- a/lib/advanced_billing/models/allocation_preview.rb +++ b/lib/advanced_billing/models/allocation_preview.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/allocation_preview_direction.rb b/lib/advanced_billing/models/allocation_preview_direction.rb index e756ec4d..1e56514c 100644 --- a/lib/advanced_billing/models/allocation_preview_direction.rb +++ b/lib/advanced_billing/models/allocation_preview_direction.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Allocation Preview Direction. diff --git a/lib/advanced_billing/models/allocation_preview_item.rb b/lib/advanced_billing/models/allocation_preview_item.rb index 54493bb2..1bb8601c 100644 --- a/lib/advanced_billing/models/allocation_preview_item.rb +++ b/lib/advanced_billing/models/allocation_preview_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocationPreviewItem Model. diff --git a/lib/advanced_billing/models/allocation_preview_line_item.rb b/lib/advanced_billing/models/allocation_preview_line_item.rb index 659a7d82..3e323702 100644 --- a/lib/advanced_billing/models/allocation_preview_line_item.rb +++ b/lib/advanced_billing/models/allocation_preview_line_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocationPreviewLineItem Model. diff --git a/lib/advanced_billing/models/allocation_preview_line_item_kind.rb b/lib/advanced_billing/models/allocation_preview_line_item_kind.rb index 06165930..b6cdf865 100644 --- a/lib/advanced_billing/models/allocation_preview_line_item_kind.rb +++ b/lib/advanced_billing/models/allocation_preview_line_item_kind.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A handle for the line item kind for allocation preview diff --git a/lib/advanced_billing/models/allocation_preview_response.rb b/lib/advanced_billing/models/allocation_preview_response.rb index 26886f22..7dbb0257 100644 --- a/lib/advanced_billing/models/allocation_preview_response.rb +++ b/lib/advanced_billing/models/allocation_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocationPreviewResponse Model. diff --git a/lib/advanced_billing/models/allocation_response.rb b/lib/advanced_billing/models/allocation_response.rb index 0f41e573..d93e0835 100644 --- a/lib/advanced_billing/models/allocation_response.rb +++ b/lib/advanced_billing/models/allocation_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocationResponse Model. diff --git a/lib/advanced_billing/models/allocation_settings.rb b/lib/advanced_billing/models/allocation_settings.rb index 36736bf9..226e328d 100644 --- a/lib/advanced_billing/models/allocation_settings.rb +++ b/lib/advanced_billing/models/allocation_settings.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AllocationSettings Model. diff --git a/lib/advanced_billing/models/apple_pay_payment_profile.rb b/lib/advanced_billing/models/apple_pay_payment_profile.rb index c087f2cf..46c1c067 100644 --- a/lib/advanced_billing/models/apple_pay_payment_profile.rb +++ b/lib/advanced_billing/models/apple_pay_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apple_pay_vault.rb b/lib/advanced_billing/models/apple_pay_vault.rb index 9039e2d4..7f92aefb 100644 --- a/lib/advanced_billing/models/apple_pay_vault.rb +++ b/lib/advanced_billing/models/apple_pay_vault.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The vault that stores the payment profile with the provided vault_token. diff --git a/lib/advanced_billing/models/applied_credit_note_data.rb b/lib/advanced_billing/models/applied_credit_note_data.rb index cc677519..af35198f 100644 --- a/lib/advanced_billing/models/applied_credit_note_data.rb +++ b/lib/advanced_billing/models/applied_credit_note_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AppliedCreditNoteData Model. diff --git a/lib/advanced_billing/models/apply_credit_note_event.rb b/lib/advanced_billing/models/apply_credit_note_event.rb index 1e3279a7..cdb865e9 100644 --- a/lib/advanced_billing/models/apply_credit_note_event.rb +++ b/lib/advanced_billing/models/apply_credit_note_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apply_credit_note_event_data.rb b/lib/advanced_billing/models/apply_credit_note_event_data.rb index df363648..f8152eee 100644 --- a/lib/advanced_billing/models/apply_credit_note_event_data.rb +++ b/lib/advanced_billing/models/apply_credit_note_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apply_debit_note_event.rb b/lib/advanced_billing/models/apply_debit_note_event.rb index d6abddad..665773bc 100644 --- a/lib/advanced_billing/models/apply_debit_note_event.rb +++ b/lib/advanced_billing/models/apply_debit_note_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apply_debit_note_event_data.rb b/lib/advanced_billing/models/apply_debit_note_event_data.rb index 7f3108f4..e1b58d5c 100644 --- a/lib/advanced_billing/models/apply_debit_note_event_data.rb +++ b/lib/advanced_billing/models/apply_debit_note_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apply_payment_event.rb b/lib/advanced_billing/models/apply_payment_event.rb index feb6ead5..77afa77c 100644 --- a/lib/advanced_billing/models/apply_payment_event.rb +++ b/lib/advanced_billing/models/apply_payment_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/apply_payment_event_data.rb b/lib/advanced_billing/models/apply_payment_event_data.rb index 088f1d02..bc92a8fe 100644 --- a/lib/advanced_billing/models/apply_payment_event_data.rb +++ b/lib/advanced_billing/models/apply_payment_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/attribute_error.rb b/lib/advanced_billing/models/attribute_error.rb index 4bcfa820..3f4d955f 100644 --- a/lib/advanced_billing/models/attribute_error.rb +++ b/lib/advanced_billing/models/attribute_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # AttributeError Model. diff --git a/lib/advanced_billing/models/auto_invite.rb b/lib/advanced_billing/models/auto_invite.rb index 6ab4b451..ef44b4c5 100644 --- a/lib/advanced_billing/models/auto_invite.rb +++ b/lib/advanced_billing/models/auto_invite.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Auto Invite. diff --git a/lib/advanced_billing/models/auto_resume.rb b/lib/advanced_billing/models/auto_resume.rb index 59fc54f3..70aa0a07 100644 --- a/lib/advanced_billing/models/auto_resume.rb +++ b/lib/advanced_billing/models/auto_resume.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/backport_invoice_event.rb b/lib/advanced_billing/models/backport_invoice_event.rb index 6e0fff7a..7defb4cb 100644 --- a/lib/advanced_billing/models/backport_invoice_event.rb +++ b/lib/advanced_billing/models/backport_invoice_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/bank_account_attributes.rb b/lib/advanced_billing/models/bank_account_attributes.rb index c1473996..32357cfd 100644 --- a/lib/advanced_billing/models/bank_account_attributes.rb +++ b/lib/advanced_billing/models/bank_account_attributes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BankAccountAttributes Model. diff --git a/lib/advanced_billing/models/bank_account_holder_type.rb b/lib/advanced_billing/models/bank_account_holder_type.rb index c1ed5f45..6250b2b2 100644 --- a/lib/advanced_billing/models/bank_account_holder_type.rb +++ b/lib/advanced_billing/models/bank_account_holder_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Defaults to personal diff --git a/lib/advanced_billing/models/bank_account_payment_profile.rb b/lib/advanced_billing/models/bank_account_payment_profile.rb index 6330071a..e67a0bdf 100644 --- a/lib/advanced_billing/models/bank_account_payment_profile.rb +++ b/lib/advanced_billing/models/bank_account_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/bank_account_response.rb b/lib/advanced_billing/models/bank_account_response.rb index 2b9a99fb..8fac5e2b 100644 --- a/lib/advanced_billing/models/bank_account_response.rb +++ b/lib/advanced_billing/models/bank_account_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BankAccountResponse Model. diff --git a/lib/advanced_billing/models/bank_account_type.rb b/lib/advanced_billing/models/bank_account_type.rb index 5442b397..6156a515 100644 --- a/lib/advanced_billing/models/bank_account_type.rb +++ b/lib/advanced_billing/models/bank_account_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Defaults to checking diff --git a/lib/advanced_billing/models/bank_account_vault.rb b/lib/advanced_billing/models/bank_account_vault.rb index b014b9ce..ecde915d 100644 --- a/lib/advanced_billing/models/bank_account_vault.rb +++ b/lib/advanced_billing/models/bank_account_vault.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The vault that stores the payment profile with the provided vault_token. Use diff --git a/lib/advanced_billing/models/bank_account_verification.rb b/lib/advanced_billing/models/bank_account_verification.rb index 917126aa..e943115b 100644 --- a/lib/advanced_billing/models/bank_account_verification.rb +++ b/lib/advanced_billing/models/bank_account_verification.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BankAccountVerification Model. diff --git a/lib/advanced_billing/models/bank_account_verification_request.rb b/lib/advanced_billing/models/bank_account_verification_request.rb index 854d1453..a79615c4 100644 --- a/lib/advanced_billing/models/bank_account_verification_request.rb +++ b/lib/advanced_billing/models/bank_account_verification_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BankAccountVerificationRequest Model. diff --git a/lib/advanced_billing/models/base_model.rb b/lib/advanced_billing/models/base_model.rb index 19719f17..cc16bbc9 100644 --- a/lib/advanced_billing/models/base_model.rb +++ b/lib/advanced_billing/models/base_model.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Base model. diff --git a/lib/advanced_billing/models/base_refund_error.rb b/lib/advanced_billing/models/base_refund_error.rb index 42e553cd..63028167 100644 --- a/lib/advanced_billing/models/base_refund_error.rb +++ b/lib/advanced_billing/models/base_refund_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BaseRefundError Model. diff --git a/lib/advanced_billing/models/base_string_error.rb b/lib/advanced_billing/models/base_string_error.rb index b14822b9..c2b53ee9 100644 --- a/lib/advanced_billing/models/base_string_error.rb +++ b/lib/advanced_billing/models/base_string_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The error is base if it is not directly associated with a single attribute. diff --git a/lib/advanced_billing/models/basic_date_field.rb b/lib/advanced_billing/models/basic_date_field.rb index c3bd1dcd..ac98bcc7 100644 --- a/lib/advanced_billing/models/basic_date_field.rb +++ b/lib/advanced_billing/models/basic_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Allows to filter by `created_at` or `updated_at`. diff --git a/lib/advanced_billing/models/batch_job.rb b/lib/advanced_billing/models/batch_job.rb index 3aadea4d..26dfdaf6 100644 --- a/lib/advanced_billing/models/batch_job.rb +++ b/lib/advanced_billing/models/batch_job.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/batch_job_response.rb b/lib/advanced_billing/models/batch_job_response.rb index 83feaa13..ea452fa8 100644 --- a/lib/advanced_billing/models/batch_job_response.rb +++ b/lib/advanced_billing/models/batch_job_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BatchJobResponse Model. diff --git a/lib/advanced_billing/models/billing_manifest.rb b/lib/advanced_billing/models/billing_manifest.rb index cb957fc6..544ab4e6 100644 --- a/lib/advanced_billing/models/billing_manifest.rb +++ b/lib/advanced_billing/models/billing_manifest.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/billing_manifest_item.rb b/lib/advanced_billing/models/billing_manifest_item.rb index 4d014eb0..6b0310e4 100644 --- a/lib/advanced_billing/models/billing_manifest_item.rb +++ b/lib/advanced_billing/models/billing_manifest_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BillingManifestItem Model. diff --git a/lib/advanced_billing/models/billing_manifest_line_item_kind.rb b/lib/advanced_billing/models/billing_manifest_line_item_kind.rb index baeef120..3cc40627 100644 --- a/lib/advanced_billing/models/billing_manifest_line_item_kind.rb +++ b/lib/advanced_billing/models/billing_manifest_line_item_kind.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A handle for the billing manifest line item kind diff --git a/lib/advanced_billing/models/billing_schedule.rb b/lib/advanced_billing/models/billing_schedule.rb index 5ed805a0..e556aacd 100644 --- a/lib/advanced_billing/models/billing_schedule.rb +++ b/lib/advanced_billing/models/billing_schedule.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # This attribute is particularly useful when you need to align billing events diff --git a/lib/advanced_billing/models/breakouts.rb b/lib/advanced_billing/models/breakouts.rb index 80aa419e..0fd13d1d 100644 --- a/lib/advanced_billing/models/breakouts.rb +++ b/lib/advanced_billing/models/breakouts.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Breakouts Model. diff --git a/lib/advanced_billing/models/bulk_components_price_point_assignment.rb b/lib/advanced_billing/models/bulk_components_price_point_assignment.rb index bf0f1f67..0b152f9e 100644 --- a/lib/advanced_billing/models/bulk_components_price_point_assignment.rb +++ b/lib/advanced_billing/models/bulk_components_price_point_assignment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkComponentsPricePointAssignment Model. diff --git a/lib/advanced_billing/models/bulk_create_product_price_points_request.rb b/lib/advanced_billing/models/bulk_create_product_price_points_request.rb index efc40a63..0f071216 100644 --- a/lib/advanced_billing/models/bulk_create_product_price_points_request.rb +++ b/lib/advanced_billing/models/bulk_create_product_price_points_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkCreateProductPricePointsRequest Model. diff --git a/lib/advanced_billing/models/bulk_create_product_price_points_response.rb b/lib/advanced_billing/models/bulk_create_product_price_points_response.rb index f2821682..55497d54 100644 --- a/lib/advanced_billing/models/bulk_create_product_price_points_response.rb +++ b/lib/advanced_billing/models/bulk_create_product_price_points_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkCreateProductPricePointsResponse Model. diff --git a/lib/advanced_billing/models/bulk_create_segments.rb b/lib/advanced_billing/models/bulk_create_segments.rb index 8089a13d..3a8ffdac 100644 --- a/lib/advanced_billing/models/bulk_create_segments.rb +++ b/lib/advanced_billing/models/bulk_create_segments.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkCreateSegments Model. diff --git a/lib/advanced_billing/models/bulk_update_segments.rb b/lib/advanced_billing/models/bulk_update_segments.rb index cded07d7..ab1bf12e 100644 --- a/lib/advanced_billing/models/bulk_update_segments.rb +++ b/lib/advanced_billing/models/bulk_update_segments.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkUpdateSegments Model. diff --git a/lib/advanced_billing/models/bulk_update_segments_item.rb b/lib/advanced_billing/models/bulk_update_segments_item.rb index 071dd8fc..68a3c9d3 100644 --- a/lib/advanced_billing/models/bulk_update_segments_item.rb +++ b/lib/advanced_billing/models/bulk_update_segments_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # BulkUpdateSegmentsItem Model. diff --git a/lib/advanced_billing/models/calendar_billing.rb b/lib/advanced_billing/models/calendar_billing.rb index f3549cb6..70a70b4f 100644 --- a/lib/advanced_billing/models/calendar_billing.rb +++ b/lib/advanced_billing/models/calendar_billing.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # (Optional). Cannot be used when also specifying next_billing_at diff --git a/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb b/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb index a932b441..e3ebf715 100644 --- a/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb +++ b/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CancelGroupedSubscriptionsRequest Model. diff --git a/lib/advanced_billing/models/cancellation_method.rb b/lib/advanced_billing/models/cancellation_method.rb index ce448021..5f60e911 100644 --- a/lib/advanced_billing/models/cancellation_method.rb +++ b/lib/advanced_billing/models/cancellation_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The process used to cancel the subscription, if the subscription has been diff --git a/lib/advanced_billing/models/cancellation_options.rb b/lib/advanced_billing/models/cancellation_options.rb index a06f7392..a137ecfa 100644 --- a/lib/advanced_billing/models/cancellation_options.rb +++ b/lib/advanced_billing/models/cancellation_options.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CancellationOptions Model. diff --git a/lib/advanced_billing/models/cancellation_request.rb b/lib/advanced_billing/models/cancellation_request.rb index 070bb1e8..12c266be 100644 --- a/lib/advanced_billing/models/cancellation_request.rb +++ b/lib/advanced_billing/models/cancellation_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CancellationRequest Model. diff --git a/lib/advanced_billing/models/card_type.rb b/lib/advanced_billing/models/card_type.rb index 1d100305..19abc989 100644 --- a/lib/advanced_billing/models/card_type.rb +++ b/lib/advanced_billing/models/card_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of card used. diff --git a/lib/advanced_billing/models/change_chargeback_status_event.rb b/lib/advanced_billing/models/change_chargeback_status_event.rb index 05d8f43d..5dd63b8e 100644 --- a/lib/advanced_billing/models/change_chargeback_status_event.rb +++ b/lib/advanced_billing/models/change_chargeback_status_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/change_chargeback_status_event_data.rb b/lib/advanced_billing/models/change_chargeback_status_event_data.rb index 1d2c46e9..4ea83b95 100644 --- a/lib/advanced_billing/models/change_chargeback_status_event_data.rb +++ b/lib/advanced_billing/models/change_chargeback_status_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Example schema for an `change_chargeback_status` event diff --git a/lib/advanced_billing/models/change_invoice_collection_method_event.rb b/lib/advanced_billing/models/change_invoice_collection_method_event.rb index 5421c4ca..89982e2f 100644 --- a/lib/advanced_billing/models/change_invoice_collection_method_event.rb +++ b/lib/advanced_billing/models/change_invoice_collection_method_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb b/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb index 517d2818..e079db57 100644 --- a/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb +++ b/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Example schema for an `change_invoice_collection_method` event diff --git a/lib/advanced_billing/models/change_invoice_status_event.rb b/lib/advanced_billing/models/change_invoice_status_event.rb index 3888cbc3..db02cbee 100644 --- a/lib/advanced_billing/models/change_invoice_status_event.rb +++ b/lib/advanced_billing/models/change_invoice_status_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/change_invoice_status_event_data.rb b/lib/advanced_billing/models/change_invoice_status_event_data.rb index 7bf6a984..bb92ef97 100644 --- a/lib/advanced_billing/models/change_invoice_status_event_data.rb +++ b/lib/advanced_billing/models/change_invoice_status_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Example schema for an `change_invoice_status` event diff --git a/lib/advanced_billing/models/chargeback_status.rb b/lib/advanced_billing/models/chargeback_status.rb index de406c62..12adc476 100644 --- a/lib/advanced_billing/models/chargeback_status.rb +++ b/lib/advanced_billing/models/chargeback_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The current chargeback status. diff --git a/lib/advanced_billing/models/chargify_ebb.rb b/lib/advanced_billing/models/chargify_ebb.rb index 44640535..54fbc9d6 100644 --- a/lib/advanced_billing/models/chargify_ebb.rb +++ b/lib/advanced_billing/models/chargify_ebb.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/cleanup_scope.rb b/lib/advanced_billing/models/cleanup_scope.rb index 6f5524d7..e7f9a743 100644 --- a/lib/advanced_billing/models/cleanup_scope.rb +++ b/lib/advanced_billing/models/cleanup_scope.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # all: Will clear all products, customers, and related subscriptions from the diff --git a/lib/advanced_billing/models/collection_method.rb b/lib/advanced_billing/models/collection_method.rb index 9ab05950..6d635a7b 100644 --- a/lib/advanced_billing/models/collection_method.rb +++ b/lib/advanced_billing/models/collection_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of payment collection to be used in the subscription. For legacy diff --git a/lib/advanced_billing/models/component.rb b/lib/advanced_billing/models/component.rb index 6dbb3d51..4df878fe 100644 --- a/lib/advanced_billing/models/component.rb +++ b/lib/advanced_billing/models/component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/component_allocation_change.rb b/lib/advanced_billing/models/component_allocation_change.rb index b8b456ce..a2fc0470 100644 --- a/lib/advanced_billing/models/component_allocation_change.rb +++ b/lib/advanced_billing/models/component_allocation_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentAllocationChange Model. diff --git a/lib/advanced_billing/models/component_allocation_error_item.rb b/lib/advanced_billing/models/component_allocation_error_item.rb index c4d088dd..f163ba04 100644 --- a/lib/advanced_billing/models/component_allocation_error_item.rb +++ b/lib/advanced_billing/models/component_allocation_error_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentAllocationErrorItem Model. diff --git a/lib/advanced_billing/models/component_cost_data.rb b/lib/advanced_billing/models/component_cost_data.rb index be970fe7..d9cefbd0 100644 --- a/lib/advanced_billing/models/component_cost_data.rb +++ b/lib/advanced_billing/models/component_cost_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentCostData Model. diff --git a/lib/advanced_billing/models/component_cost_data_rate_tier.rb b/lib/advanced_billing/models/component_cost_data_rate_tier.rb index 27444443..73fc4ec9 100644 --- a/lib/advanced_billing/models/component_cost_data_rate_tier.rb +++ b/lib/advanced_billing/models/component_cost_data_rate_tier.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentCostDataRateTier Model. diff --git a/lib/advanced_billing/models/component_currency_price.rb b/lib/advanced_billing/models/component_currency_price.rb index c0dfc795..1340f375 100644 --- a/lib/advanced_billing/models/component_currency_price.rb +++ b/lib/advanced_billing/models/component_currency_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentCurrencyPrice Model. diff --git a/lib/advanced_billing/models/component_currency_prices_response.rb b/lib/advanced_billing/models/component_currency_prices_response.rb index 81509380..f05fff70 100644 --- a/lib/advanced_billing/models/component_currency_prices_response.rb +++ b/lib/advanced_billing/models/component_currency_prices_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentCurrencyPricesResponse Model. diff --git a/lib/advanced_billing/models/component_custom_price.rb b/lib/advanced_billing/models/component_custom_price.rb index 0c0cb147..4c74bfdb 100644 --- a/lib/advanced_billing/models/component_custom_price.rb +++ b/lib/advanced_billing/models/component_custom_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Create or update custom pricing unique to the subscription. Used in place of diff --git a/lib/advanced_billing/models/component_kind.rb b/lib/advanced_billing/models/component_kind.rb index a0e519dc..acdb6534 100644 --- a/lib/advanced_billing/models/component_kind.rb +++ b/lib/advanced_billing/models/component_kind.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A handle for the component type diff --git a/lib/advanced_billing/models/component_price.rb b/lib/advanced_billing/models/component_price.rb index 573c657c..89d417fe 100644 --- a/lib/advanced_billing/models/component_price.rb +++ b/lib/advanced_billing/models/component_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPrice Model. diff --git a/lib/advanced_billing/models/component_price_point.rb b/lib/advanced_billing/models/component_price_point.rb index 75b9e3c8..c288f5f6 100644 --- a/lib/advanced_billing/models/component_price_point.rb +++ b/lib/advanced_billing/models/component_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/component_price_point_assignment.rb b/lib/advanced_billing/models/component_price_point_assignment.rb index 2b1870f5..152851d4 100644 --- a/lib/advanced_billing/models/component_price_point_assignment.rb +++ b/lib/advanced_billing/models/component_price_point_assignment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointAssignment Model. diff --git a/lib/advanced_billing/models/component_price_point_error_item.rb b/lib/advanced_billing/models/component_price_point_error_item.rb index 0a1d4e01..26e26329 100644 --- a/lib/advanced_billing/models/component_price_point_error_item.rb +++ b/lib/advanced_billing/models/component_price_point_error_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointErrorItem Model. diff --git a/lib/advanced_billing/models/component_price_point_item.rb b/lib/advanced_billing/models/component_price_point_item.rb index a1ad9c13..daa5a9b4 100644 --- a/lib/advanced_billing/models/component_price_point_item.rb +++ b/lib/advanced_billing/models/component_price_point_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointItem Model. diff --git a/lib/advanced_billing/models/component_price_point_response.rb b/lib/advanced_billing/models/component_price_point_response.rb index f65d9b86..c1c8b4c2 100644 --- a/lib/advanced_billing/models/component_price_point_response.rb +++ b/lib/advanced_billing/models/component_price_point_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointResponse Model. diff --git a/lib/advanced_billing/models/component_price_points_response.rb b/lib/advanced_billing/models/component_price_points_response.rb index 46357314..623ac006 100644 --- a/lib/advanced_billing/models/component_price_points_response.rb +++ b/lib/advanced_billing/models/component_price_points_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentPricePointsResponse Model. diff --git a/lib/advanced_billing/models/component_response.rb b/lib/advanced_billing/models/component_response.rb index 85220381..442a0b82 100644 --- a/lib/advanced_billing/models/component_response.rb +++ b/lib/advanced_billing/models/component_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ComponentResponse Model. diff --git a/lib/advanced_billing/models/compounding_strategy.rb b/lib/advanced_billing/models/compounding_strategy.rb index a2d61b25..dda2ac1f 100644 --- a/lib/advanced_billing/models/compounding_strategy.rb +++ b/lib/advanced_billing/models/compounding_strategy.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Applicable only to stackable coupons. For `compound`, Percentage-based diff --git a/lib/advanced_billing/models/consolidated_invoice.rb b/lib/advanced_billing/models/consolidated_invoice.rb index 16d373d2..6d0ef1cf 100644 --- a/lib/advanced_billing/models/consolidated_invoice.rb +++ b/lib/advanced_billing/models/consolidated_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ConsolidatedInvoice Model. diff --git a/lib/advanced_billing/models/count_response.rb b/lib/advanced_billing/models/count_response.rb index 44feb75b..16ab9a23 100644 --- a/lib/advanced_billing/models/count_response.rb +++ b/lib/advanced_billing/models/count_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CountResponse Model. diff --git a/lib/advanced_billing/models/coupon.rb b/lib/advanced_billing/models/coupon.rb index f6aa4e32..83f27874 100644 --- a/lib/advanced_billing/models/coupon.rb +++ b/lib/advanced_billing/models/coupon.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/coupon_currency.rb b/lib/advanced_billing/models/coupon_currency.rb index f54fa5f8..b2c6ec0d 100644 --- a/lib/advanced_billing/models/coupon_currency.rb +++ b/lib/advanced_billing/models/coupon_currency.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponCurrency Model. diff --git a/lib/advanced_billing/models/coupon_currency_request.rb b/lib/advanced_billing/models/coupon_currency_request.rb index d059f421..b53be96e 100644 --- a/lib/advanced_billing/models/coupon_currency_request.rb +++ b/lib/advanced_billing/models/coupon_currency_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponCurrencyRequest Model. diff --git a/lib/advanced_billing/models/coupon_currency_response.rb b/lib/advanced_billing/models/coupon_currency_response.rb index fbbb78d1..fe37fc6c 100644 --- a/lib/advanced_billing/models/coupon_currency_response.rb +++ b/lib/advanced_billing/models/coupon_currency_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponCurrencyResponse Model. diff --git a/lib/advanced_billing/models/coupon_payload.rb b/lib/advanced_billing/models/coupon_payload.rb index 37fe642e..917d816b 100644 --- a/lib/advanced_billing/models/coupon_payload.rb +++ b/lib/advanced_billing/models/coupon_payload.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponPayload Model. diff --git a/lib/advanced_billing/models/coupon_request.rb b/lib/advanced_billing/models/coupon_request.rb index 842b0372..f8e877ca 100644 --- a/lib/advanced_billing/models/coupon_request.rb +++ b/lib/advanced_billing/models/coupon_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponRequest Model. diff --git a/lib/advanced_billing/models/coupon_response.rb b/lib/advanced_billing/models/coupon_response.rb index 98334275..a1e1021b 100644 --- a/lib/advanced_billing/models/coupon_response.rb +++ b/lib/advanced_billing/models/coupon_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponResponse Model. diff --git a/lib/advanced_billing/models/coupon_restriction.rb b/lib/advanced_billing/models/coupon_restriction.rb index b2e4a257..76685e5e 100644 --- a/lib/advanced_billing/models/coupon_restriction.rb +++ b/lib/advanced_billing/models/coupon_restriction.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponRestriction Model. diff --git a/lib/advanced_billing/models/coupon_subcodes.rb b/lib/advanced_billing/models/coupon_subcodes.rb index c4e5d286..3fd7e961 100644 --- a/lib/advanced_billing/models/coupon_subcodes.rb +++ b/lib/advanced_billing/models/coupon_subcodes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponSubcodes Model. diff --git a/lib/advanced_billing/models/coupon_subcodes_response.rb b/lib/advanced_billing/models/coupon_subcodes_response.rb index 2e27078f..dc83342a 100644 --- a/lib/advanced_billing/models/coupon_subcodes_response.rb +++ b/lib/advanced_billing/models/coupon_subcodes_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponSubcodesResponse Model. diff --git a/lib/advanced_billing/models/coupon_usage.rb b/lib/advanced_billing/models/coupon_usage.rb index 1bace984..ff80ab11 100644 --- a/lib/advanced_billing/models/coupon_usage.rb +++ b/lib/advanced_billing/models/coupon_usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CouponUsage Model. diff --git a/lib/advanced_billing/models/create_allocation.rb b/lib/advanced_billing/models/create_allocation.rb index 22190919..ed95beb4 100644 --- a/lib/advanced_billing/models/create_allocation.rb +++ b/lib/advanced_billing/models/create_allocation.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateAllocation Model. diff --git a/lib/advanced_billing/models/create_allocation_request.rb b/lib/advanced_billing/models/create_allocation_request.rb index eb4238bb..13d7d077 100644 --- a/lib/advanced_billing/models/create_allocation_request.rb +++ b/lib/advanced_billing/models/create_allocation_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateAllocationRequest Model. diff --git a/lib/advanced_billing/models/create_component_price_point.rb b/lib/advanced_billing/models/create_component_price_point.rb index 68575593..af8a7ecb 100644 --- a/lib/advanced_billing/models/create_component_price_point.rb +++ b/lib/advanced_billing/models/create_component_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateComponentPricePoint Model. diff --git a/lib/advanced_billing/models/create_component_price_point_request.rb b/lib/advanced_billing/models/create_component_price_point_request.rb index 5b2b0fc8..bc34f7ab 100644 --- a/lib/advanced_billing/models/create_component_price_point_request.rb +++ b/lib/advanced_billing/models/create_component_price_point_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateComponentPricePointRequest Model. diff --git a/lib/advanced_billing/models/create_component_price_points_request.rb b/lib/advanced_billing/models/create_component_price_points_request.rb index d11cb7a2..7f4f65e2 100644 --- a/lib/advanced_billing/models/create_component_price_points_request.rb +++ b/lib/advanced_billing/models/create_component_price_points_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateComponentPricePointsRequest Model. diff --git a/lib/advanced_billing/models/create_credit_note_event.rb b/lib/advanced_billing/models/create_credit_note_event.rb index 4ab18d0e..fa05969f 100644 --- a/lib/advanced_billing/models/create_credit_note_event.rb +++ b/lib/advanced_billing/models/create_credit_note_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/create_currency_price.rb b/lib/advanced_billing/models/create_currency_price.rb index d37b7997..c4908edd 100644 --- a/lib/advanced_billing/models/create_currency_price.rb +++ b/lib/advanced_billing/models/create_currency_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateCurrencyPrice Model. diff --git a/lib/advanced_billing/models/create_currency_prices_request.rb b/lib/advanced_billing/models/create_currency_prices_request.rb index 403496e1..e3d32c22 100644 --- a/lib/advanced_billing/models/create_currency_prices_request.rb +++ b/lib/advanced_billing/models/create_currency_prices_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateCurrencyPricesRequest Model. diff --git a/lib/advanced_billing/models/create_customer.rb b/lib/advanced_billing/models/create_customer.rb index fd13632c..936bc722 100644 --- a/lib/advanced_billing/models/create_customer.rb +++ b/lib/advanced_billing/models/create_customer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateCustomer Model. diff --git a/lib/advanced_billing/models/create_customer_request.rb b/lib/advanced_billing/models/create_customer_request.rb index a48e260b..8b728db2 100644 --- a/lib/advanced_billing/models/create_customer_request.rb +++ b/lib/advanced_billing/models/create_customer_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateCustomerRequest Model. diff --git a/lib/advanced_billing/models/create_debit_note_event.rb b/lib/advanced_billing/models/create_debit_note_event.rb index 75d70ef7..520e1f30 100644 --- a/lib/advanced_billing/models/create_debit_note_event.rb +++ b/lib/advanced_billing/models/create_debit_note_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/create_ebb_component.rb b/lib/advanced_billing/models/create_ebb_component.rb index 51013eab..2c581d44 100644 --- a/lib/advanced_billing/models/create_ebb_component.rb +++ b/lib/advanced_billing/models/create_ebb_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateEBBComponent Model. diff --git a/lib/advanced_billing/models/create_invoice.rb b/lib/advanced_billing/models/create_invoice.rb index 35fd3629..552400b8 100644 --- a/lib/advanced_billing/models/create_invoice.rb +++ b/lib/advanced_billing/models/create_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoice Model. diff --git a/lib/advanced_billing/models/create_invoice_address.rb b/lib/advanced_billing/models/create_invoice_address.rb index 66521b8d..437b347a 100644 --- a/lib/advanced_billing/models/create_invoice_address.rb +++ b/lib/advanced_billing/models/create_invoice_address.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Overrides the default address. diff --git a/lib/advanced_billing/models/create_invoice_coupon.rb b/lib/advanced_billing/models/create_invoice_coupon.rb index 8b85fcca..75222338 100644 --- a/lib/advanced_billing/models/create_invoice_coupon.rb +++ b/lib/advanced_billing/models/create_invoice_coupon.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoiceCoupon Model. diff --git a/lib/advanced_billing/models/create_invoice_item.rb b/lib/advanced_billing/models/create_invoice_item.rb index 87ce47cb..999beaa0 100644 --- a/lib/advanced_billing/models/create_invoice_item.rb +++ b/lib/advanced_billing/models/create_invoice_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoiceItem Model. diff --git a/lib/advanced_billing/models/create_invoice_payment.rb b/lib/advanced_billing/models/create_invoice_payment.rb index 28a0dd0e..43c03cf5 100644 --- a/lib/advanced_billing/models/create_invoice_payment.rb +++ b/lib/advanced_billing/models/create_invoice_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoicePayment Model. diff --git a/lib/advanced_billing/models/create_invoice_payment_application.rb b/lib/advanced_billing/models/create_invoice_payment_application.rb index b88da678..00109236 100644 --- a/lib/advanced_billing/models/create_invoice_payment_application.rb +++ b/lib/advanced_billing/models/create_invoice_payment_application.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoicePaymentApplication Model. diff --git a/lib/advanced_billing/models/create_invoice_payment_request.rb b/lib/advanced_billing/models/create_invoice_payment_request.rb index 4cdff3eb..f10543d3 100644 --- a/lib/advanced_billing/models/create_invoice_payment_request.rb +++ b/lib/advanced_billing/models/create_invoice_payment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoicePaymentRequest Model. diff --git a/lib/advanced_billing/models/create_invoice_request.rb b/lib/advanced_billing/models/create_invoice_request.rb index d280f41e..d7a2f943 100644 --- a/lib/advanced_billing/models/create_invoice_request.rb +++ b/lib/advanced_billing/models/create_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateInvoiceRequest Model. diff --git a/lib/advanced_billing/models/create_invoice_status.rb b/lib/advanced_billing/models/create_invoice_status.rb index 4c343f66..9c521503 100644 --- a/lib/advanced_billing/models/create_invoice_status.rb +++ b/lib/advanced_billing/models/create_invoice_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Create Invoice Status. diff --git a/lib/advanced_billing/models/create_metadata.rb b/lib/advanced_billing/models/create_metadata.rb index 618d2b3f..542653ce 100644 --- a/lib/advanced_billing/models/create_metadata.rb +++ b/lib/advanced_billing/models/create_metadata.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMetadata Model. diff --git a/lib/advanced_billing/models/create_metadata_request.rb b/lib/advanced_billing/models/create_metadata_request.rb index f399dc0f..96367bb5 100644 --- a/lib/advanced_billing/models/create_metadata_request.rb +++ b/lib/advanced_billing/models/create_metadata_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMetadataRequest Model. diff --git a/lib/advanced_billing/models/create_metafield.rb b/lib/advanced_billing/models/create_metafield.rb index 5fbe32b0..21778144 100644 --- a/lib/advanced_billing/models/create_metafield.rb +++ b/lib/advanced_billing/models/create_metafield.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMetafield Model. diff --git a/lib/advanced_billing/models/create_metafields_request.rb b/lib/advanced_billing/models/create_metafields_request.rb index 5d2ee142..b63765ec 100644 --- a/lib/advanced_billing/models/create_metafields_request.rb +++ b/lib/advanced_billing/models/create_metafields_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMetafieldsRequest Model. diff --git a/lib/advanced_billing/models/create_metered_component.rb b/lib/advanced_billing/models/create_metered_component.rb index fbd74e1a..6e59120f 100644 --- a/lib/advanced_billing/models/create_metered_component.rb +++ b/lib/advanced_billing/models/create_metered_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMeteredComponent Model. diff --git a/lib/advanced_billing/models/create_multi_invoice_payment.rb b/lib/advanced_billing/models/create_multi_invoice_payment.rb index 0cf22459..b3e43199 100644 --- a/lib/advanced_billing/models/create_multi_invoice_payment.rb +++ b/lib/advanced_billing/models/create_multi_invoice_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMultiInvoicePayment Model. diff --git a/lib/advanced_billing/models/create_multi_invoice_payment_request.rb b/lib/advanced_billing/models/create_multi_invoice_payment_request.rb index c04a1d6c..dcbf7752 100644 --- a/lib/advanced_billing/models/create_multi_invoice_payment_request.rb +++ b/lib/advanced_billing/models/create_multi_invoice_payment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateMultiInvoicePaymentRequest Model. diff --git a/lib/advanced_billing/models/create_offer.rb b/lib/advanced_billing/models/create_offer.rb index 9e28cc0b..87100cb6 100644 --- a/lib/advanced_billing/models/create_offer.rb +++ b/lib/advanced_billing/models/create_offer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOffer Model. diff --git a/lib/advanced_billing/models/create_offer_component.rb b/lib/advanced_billing/models/create_offer_component.rb index d978b8f2..98475960 100644 --- a/lib/advanced_billing/models/create_offer_component.rb +++ b/lib/advanced_billing/models/create_offer_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOfferComponent Model. diff --git a/lib/advanced_billing/models/create_offer_request.rb b/lib/advanced_billing/models/create_offer_request.rb index d09a74cb..c53f1b51 100644 --- a/lib/advanced_billing/models/create_offer_request.rb +++ b/lib/advanced_billing/models/create_offer_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOfferRequest Model. diff --git a/lib/advanced_billing/models/create_on_off_component.rb b/lib/advanced_billing/models/create_on_off_component.rb index 3c5d7118..8b558e11 100644 --- a/lib/advanced_billing/models/create_on_off_component.rb +++ b/lib/advanced_billing/models/create_on_off_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOnOffComponent Model. diff --git a/lib/advanced_billing/models/create_or_update_endpoint.rb b/lib/advanced_billing/models/create_or_update_endpoint.rb index 637e9da4..2144c476 100644 --- a/lib/advanced_billing/models/create_or_update_endpoint.rb +++ b/lib/advanced_billing/models/create_or_update_endpoint.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Used to Create or Update Endpoint diff --git a/lib/advanced_billing/models/create_or_update_endpoint_request.rb b/lib/advanced_billing/models/create_or_update_endpoint_request.rb index 2b4be149..c62bd444 100644 --- a/lib/advanced_billing/models/create_or_update_endpoint_request.rb +++ b/lib/advanced_billing/models/create_or_update_endpoint_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Used to Create or Update Endpoint diff --git a/lib/advanced_billing/models/create_or_update_product.rb b/lib/advanced_billing/models/create_or_update_product.rb index 45d75710..5d5046cb 100644 --- a/lib/advanced_billing/models/create_or_update_product.rb +++ b/lib/advanced_billing/models/create_or_update_product.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOrUpdateProduct Model. diff --git a/lib/advanced_billing/models/create_or_update_product_request.rb b/lib/advanced_billing/models/create_or_update_product_request.rb index 8f92d164..5c389390 100644 --- a/lib/advanced_billing/models/create_or_update_product_request.rb +++ b/lib/advanced_billing/models/create_or_update_product_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOrUpdateProductRequest Model. diff --git a/lib/advanced_billing/models/create_or_update_segment_price.rb b/lib/advanced_billing/models/create_or_update_segment_price.rb index 7d5d677f..1ffc386f 100644 --- a/lib/advanced_billing/models/create_or_update_segment_price.rb +++ b/lib/advanced_billing/models/create_or_update_segment_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateOrUpdateSegmentPrice Model. diff --git a/lib/advanced_billing/models/create_payment.rb b/lib/advanced_billing/models/create_payment.rb index 599101d8..7fbd11ba 100644 --- a/lib/advanced_billing/models/create_payment.rb +++ b/lib/advanced_billing/models/create_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePayment Model. diff --git a/lib/advanced_billing/models/create_payment_profile.rb b/lib/advanced_billing/models/create_payment_profile.rb index c24d41d6..ca636a49 100644 --- a/lib/advanced_billing/models/create_payment_profile.rb +++ b/lib/advanced_billing/models/create_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePaymentProfile Model. diff --git a/lib/advanced_billing/models/create_payment_profile_request.rb b/lib/advanced_billing/models/create_payment_profile_request.rb index 6b0b5669..0258bf77 100644 --- a/lib/advanced_billing/models/create_payment_profile_request.rb +++ b/lib/advanced_billing/models/create_payment_profile_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePaymentProfileRequest Model. diff --git a/lib/advanced_billing/models/create_prepaid_component.rb b/lib/advanced_billing/models/create_prepaid_component.rb index bd5993f1..61400be8 100644 --- a/lib/advanced_billing/models/create_prepaid_component.rb +++ b/lib/advanced_billing/models/create_prepaid_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePrepaidComponent Model. diff --git a/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb b/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb index 17e5a33a..f645e20c 100644 --- a/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb +++ b/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePrepaidUsageComponentPricePoint Model. diff --git a/lib/advanced_billing/models/create_prepayment.rb b/lib/advanced_billing/models/create_prepayment.rb index 5354e550..9bd7025d 100644 --- a/lib/advanced_billing/models/create_prepayment.rb +++ b/lib/advanced_billing/models/create_prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePrepayment Model. diff --git a/lib/advanced_billing/models/create_prepayment_method.rb b/lib/advanced_billing/models/create_prepayment_method.rb index 9c739483..d78d4602 100644 --- a/lib/advanced_billing/models/create_prepayment_method.rb +++ b/lib/advanced_billing/models/create_prepayment_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # :- When the `method` specified is `"credit_card_on_file"`, the prepayment diff --git a/lib/advanced_billing/models/create_prepayment_request.rb b/lib/advanced_billing/models/create_prepayment_request.rb index a45c54f5..e15b0bc7 100644 --- a/lib/advanced_billing/models/create_prepayment_request.rb +++ b/lib/advanced_billing/models/create_prepayment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePrepaymentRequest Model. diff --git a/lib/advanced_billing/models/create_prepayment_response.rb b/lib/advanced_billing/models/create_prepayment_response.rb index c6d61090..af10aa25 100644 --- a/lib/advanced_billing/models/create_prepayment_response.rb +++ b/lib/advanced_billing/models/create_prepayment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreatePrepaymentResponse Model. diff --git a/lib/advanced_billing/models/create_product_currency_price.rb b/lib/advanced_billing/models/create_product_currency_price.rb index 2ce1557b..70d97bc5 100644 --- a/lib/advanced_billing/models/create_product_currency_price.rb +++ b/lib/advanced_billing/models/create_product_currency_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductCurrencyPrice Model. diff --git a/lib/advanced_billing/models/create_product_currency_prices_request.rb b/lib/advanced_billing/models/create_product_currency_prices_request.rb index b0b4826c..df68e11f 100644 --- a/lib/advanced_billing/models/create_product_currency_prices_request.rb +++ b/lib/advanced_billing/models/create_product_currency_prices_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductCurrencyPricesRequest Model. diff --git a/lib/advanced_billing/models/create_product_family.rb b/lib/advanced_billing/models/create_product_family.rb index c6ebc0d7..0391585a 100644 --- a/lib/advanced_billing/models/create_product_family.rb +++ b/lib/advanced_billing/models/create_product_family.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductFamily Model. diff --git a/lib/advanced_billing/models/create_product_family_request.rb b/lib/advanced_billing/models/create_product_family_request.rb index 38e775a6..592fc0dc 100644 --- a/lib/advanced_billing/models/create_product_family_request.rb +++ b/lib/advanced_billing/models/create_product_family_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductFamilyRequest Model. diff --git a/lib/advanced_billing/models/create_product_price_point.rb b/lib/advanced_billing/models/create_product_price_point.rb index f5dcca54..93a841aa 100644 --- a/lib/advanced_billing/models/create_product_price_point.rb +++ b/lib/advanced_billing/models/create_product_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductPricePoint Model. diff --git a/lib/advanced_billing/models/create_product_price_point_request.rb b/lib/advanced_billing/models/create_product_price_point_request.rb index e1710820..10bed99d 100644 --- a/lib/advanced_billing/models/create_product_price_point_request.rb +++ b/lib/advanced_billing/models/create_product_price_point_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateProductPricePointRequest Model. diff --git a/lib/advanced_billing/models/create_quantity_based_component.rb b/lib/advanced_billing/models/create_quantity_based_component.rb index 617449a0..6653a916 100644 --- a/lib/advanced_billing/models/create_quantity_based_component.rb +++ b/lib/advanced_billing/models/create_quantity_based_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateQuantityBasedComponent Model. diff --git a/lib/advanced_billing/models/create_reason_code.rb b/lib/advanced_billing/models/create_reason_code.rb index c982e781..b716f1e7 100644 --- a/lib/advanced_billing/models/create_reason_code.rb +++ b/lib/advanced_billing/models/create_reason_code.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateReasonCode Model. diff --git a/lib/advanced_billing/models/create_reason_code_request.rb b/lib/advanced_billing/models/create_reason_code_request.rb index 6bbba398..9f5841a4 100644 --- a/lib/advanced_billing/models/create_reason_code_request.rb +++ b/lib/advanced_billing/models/create_reason_code_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateReasonCodeRequest Model. diff --git a/lib/advanced_billing/models/create_segment.rb b/lib/advanced_billing/models/create_segment.rb index 89e2542b..72f50a4f 100644 --- a/lib/advanced_billing/models/create_segment.rb +++ b/lib/advanced_billing/models/create_segment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSegment Model. diff --git a/lib/advanced_billing/models/create_segment_request.rb b/lib/advanced_billing/models/create_segment_request.rb index cec954cc..0aea9c0d 100644 --- a/lib/advanced_billing/models/create_segment_request.rb +++ b/lib/advanced_billing/models/create_segment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSegmentRequest Model. diff --git a/lib/advanced_billing/models/create_signup_proforma_preview_include.rb b/lib/advanced_billing/models/create_signup_proforma_preview_include.rb index ed17dc63..d8511a1b 100644 --- a/lib/advanced_billing/models/create_signup_proforma_preview_include.rb +++ b/lib/advanced_billing/models/create_signup_proforma_preview_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Create Signup Proforma Preview Include. diff --git a/lib/advanced_billing/models/create_subscription.rb b/lib/advanced_billing/models/create_subscription.rb index 775958d1..4eddef8a 100644 --- a/lib/advanced_billing/models/create_subscription.rb +++ b/lib/advanced_billing/models/create_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/create_subscription_component.rb b/lib/advanced_billing/models/create_subscription_component.rb index 30d174c3..ce43bb67 100644 --- a/lib/advanced_billing/models/create_subscription_component.rb +++ b/lib/advanced_billing/models/create_subscription_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSubscriptionComponent Model. diff --git a/lib/advanced_billing/models/create_subscription_group.rb b/lib/advanced_billing/models/create_subscription_group.rb index 1d8df0f8..b10b9d12 100644 --- a/lib/advanced_billing/models/create_subscription_group.rb +++ b/lib/advanced_billing/models/create_subscription_group.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSubscriptionGroup Model. diff --git a/lib/advanced_billing/models/create_subscription_group_request.rb b/lib/advanced_billing/models/create_subscription_group_request.rb index ab5110f5..3911cbdb 100644 --- a/lib/advanced_billing/models/create_subscription_group_request.rb +++ b/lib/advanced_billing/models/create_subscription_group_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSubscriptionGroupRequest Model. diff --git a/lib/advanced_billing/models/create_subscription_request.rb b/lib/advanced_billing/models/create_subscription_request.rb index 834dbd80..305d18a8 100644 --- a/lib/advanced_billing/models/create_subscription_request.rb +++ b/lib/advanced_billing/models/create_subscription_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateSubscriptionRequest Model. diff --git a/lib/advanced_billing/models/create_usage.rb b/lib/advanced_billing/models/create_usage.rb index 9e75c5ce..48d6466c 100644 --- a/lib/advanced_billing/models/create_usage.rb +++ b/lib/advanced_billing/models/create_usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateUsage Model. diff --git a/lib/advanced_billing/models/create_usage_request.rb b/lib/advanced_billing/models/create_usage_request.rb index 9d3610fd..7cb61c9a 100644 --- a/lib/advanced_billing/models/create_usage_request.rb +++ b/lib/advanced_billing/models/create_usage_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreateUsageRequest Model. diff --git a/lib/advanced_billing/models/created_prepayment.rb b/lib/advanced_billing/models/created_prepayment.rb index 191e8752..f8ff0772 100644 --- a/lib/advanced_billing/models/created_prepayment.rb +++ b/lib/advanced_billing/models/created_prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/credit_account_balance_changed.rb b/lib/advanced_billing/models/credit_account_balance_changed.rb index a24fa1c2..71c4eb5c 100644 --- a/lib/advanced_billing/models/credit_account_balance_changed.rb +++ b/lib/advanced_billing/models/credit_account_balance_changed.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/credit_card_attributes.rb b/lib/advanced_billing/models/credit_card_attributes.rb index e3d6047f..cd031020 100644 --- a/lib/advanced_billing/models/credit_card_attributes.rb +++ b/lib/advanced_billing/models/credit_card_attributes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreditCardAttributes Model. diff --git a/lib/advanced_billing/models/credit_card_payment_profile.rb b/lib/advanced_billing/models/credit_card_payment_profile.rb index 97ffaeab..ed6f6ff1 100644 --- a/lib/advanced_billing/models/credit_card_payment_profile.rb +++ b/lib/advanced_billing/models/credit_card_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/credit_card_vault.rb b/lib/advanced_billing/models/credit_card_vault.rb index 9edce85f..8e362175 100644 --- a/lib/advanced_billing/models/credit_card_vault.rb +++ b/lib/advanced_billing/models/credit_card_vault.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The vault that stores the payment profile with the provided `vault_token`. diff --git a/lib/advanced_billing/models/credit_note.rb b/lib/advanced_billing/models/credit_note.rb index 899461b4..5ea7f2cd 100644 --- a/lib/advanced_billing/models/credit_note.rb +++ b/lib/advanced_billing/models/credit_note.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreditNote Model. diff --git a/lib/advanced_billing/models/credit_note_application.rb b/lib/advanced_billing/models/credit_note_application.rb index 3c5ea951..3c2eb69f 100644 --- a/lib/advanced_billing/models/credit_note_application.rb +++ b/lib/advanced_billing/models/credit_note_application.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/credit_note_line_item.rb b/lib/advanced_billing/models/credit_note_line_item.rb index a3dc94c8..8420bb9a 100644 --- a/lib/advanced_billing/models/credit_note_line_item.rb +++ b/lib/advanced_billing/models/credit_note_line_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreditNoteLineItem Model. diff --git a/lib/advanced_billing/models/credit_note_status.rb b/lib/advanced_billing/models/credit_note_status.rb index 88025759..f66a4e04 100644 --- a/lib/advanced_billing/models/credit_note_status.rb +++ b/lib/advanced_billing/models/credit_note_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Current status of the credit note. diff --git a/lib/advanced_billing/models/credit_scheme.rb b/lib/advanced_billing/models/credit_scheme.rb index 99489b01..a7db0329 100644 --- a/lib/advanced_billing/models/credit_scheme.rb +++ b/lib/advanced_billing/models/credit_scheme.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Credit Scheme. diff --git a/lib/advanced_billing/models/credit_scheme_request.rb b/lib/advanced_billing/models/credit_scheme_request.rb index 05675d0a..a2290bc8 100644 --- a/lib/advanced_billing/models/credit_scheme_request.rb +++ b/lib/advanced_billing/models/credit_scheme_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CreditSchemeRequest Model. diff --git a/lib/advanced_billing/models/credit_type.rb b/lib/advanced_billing/models/credit_type.rb index 14504259..76a6c5cf 100644 --- a/lib/advanced_billing/models/credit_type.rb +++ b/lib/advanced_billing/models/credit_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of credit to be created when upgrading/downgrading. Defaults to the diff --git a/lib/advanced_billing/models/currency_price.rb b/lib/advanced_billing/models/currency_price.rb index 77e176c3..b4533dd0 100644 --- a/lib/advanced_billing/models/currency_price.rb +++ b/lib/advanced_billing/models/currency_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CurrencyPrice Model. diff --git a/lib/advanced_billing/models/currency_price_role.rb b/lib/advanced_billing/models/currency_price_role.rb index e2c8324b..90ef8832 100644 --- a/lib/advanced_billing/models/currency_price_role.rb +++ b/lib/advanced_billing/models/currency_price_role.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Role for the price. diff --git a/lib/advanced_billing/models/currency_prices_response.rb b/lib/advanced_billing/models/currency_prices_response.rb index 6fa889b7..77d55d46 100644 --- a/lib/advanced_billing/models/currency_prices_response.rb +++ b/lib/advanced_billing/models/currency_prices_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CurrencyPricesResponse Model. diff --git a/lib/advanced_billing/models/custom_field_owner.rb b/lib/advanced_billing/models/custom_field_owner.rb index 876db347..f9c27990 100644 --- a/lib/advanced_billing/models/custom_field_owner.rb +++ b/lib/advanced_billing/models/custom_field_owner.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Custom Field Owner. diff --git a/lib/advanced_billing/models/custom_field_value_change.rb b/lib/advanced_billing/models/custom_field_value_change.rb index 38f7b2d9..1b35d7a1 100644 --- a/lib/advanced_billing/models/custom_field_value_change.rb +++ b/lib/advanced_billing/models/custom_field_value_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomFieldValueChange Model. diff --git a/lib/advanced_billing/models/customer.rb b/lib/advanced_billing/models/customer.rb index ee0ced81..445034f1 100644 --- a/lib/advanced_billing/models/customer.rb +++ b/lib/advanced_billing/models/customer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/customer_attributes.rb b/lib/advanced_billing/models/customer_attributes.rb index 4deb5142..483a88e4 100644 --- a/lib/advanced_billing/models/customer_attributes.rb +++ b/lib/advanced_billing/models/customer_attributes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerAttributes Model. diff --git a/lib/advanced_billing/models/customer_change.rb b/lib/advanced_billing/models/customer_change.rb index cc4c8b7f..01f5b03f 100644 --- a/lib/advanced_billing/models/customer_change.rb +++ b/lib/advanced_billing/models/customer_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerChange Model. diff --git a/lib/advanced_billing/models/customer_changes_preview_response.rb b/lib/advanced_billing/models/customer_changes_preview_response.rb index bcfc0189..6a7da96c 100644 --- a/lib/advanced_billing/models/customer_changes_preview_response.rb +++ b/lib/advanced_billing/models/customer_changes_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerChangesPreviewResponse Model. diff --git a/lib/advanced_billing/models/customer_custom_fields_change.rb b/lib/advanced_billing/models/customer_custom_fields_change.rb index bd53741f..638f2a32 100644 --- a/lib/advanced_billing/models/customer_custom_fields_change.rb +++ b/lib/advanced_billing/models/customer_custom_fields_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerCustomFieldsChange Model. diff --git a/lib/advanced_billing/models/customer_error.rb b/lib/advanced_billing/models/customer_error.rb index a1075397..9b7d8a41 100644 --- a/lib/advanced_billing/models/customer_error.rb +++ b/lib/advanced_billing/models/customer_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerError Model. diff --git a/lib/advanced_billing/models/customer_payer_change.rb b/lib/advanced_billing/models/customer_payer_change.rb index 914b20a4..178b49b4 100644 --- a/lib/advanced_billing/models/customer_payer_change.rb +++ b/lib/advanced_billing/models/customer_payer_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerPayerChange Model. diff --git a/lib/advanced_billing/models/customer_response.rb b/lib/advanced_billing/models/customer_response.rb index af9d3cc4..2ac82e4e 100644 --- a/lib/advanced_billing/models/customer_response.rb +++ b/lib/advanced_billing/models/customer_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # CustomerResponse Model. diff --git a/lib/advanced_billing/models/debit_note.rb b/lib/advanced_billing/models/debit_note.rb index c72b1c73..c12a7f72 100644 --- a/lib/advanced_billing/models/debit_note.rb +++ b/lib/advanced_billing/models/debit_note.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DebitNote Model. diff --git a/lib/advanced_billing/models/debit_note_role.rb b/lib/advanced_billing/models/debit_note_role.rb index 701ad594..d4013fd9 100644 --- a/lib/advanced_billing/models/debit_note_role.rb +++ b/lib/advanced_billing/models/debit_note_role.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The role of the debit note. diff --git a/lib/advanced_billing/models/debit_note_status.rb b/lib/advanced_billing/models/debit_note_status.rb index c65980a5..65751cbd 100644 --- a/lib/advanced_billing/models/debit_note_status.rb +++ b/lib/advanced_billing/models/debit_note_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Current status of the debit note. diff --git a/lib/advanced_billing/models/deduct_service_credit.rb b/lib/advanced_billing/models/deduct_service_credit.rb index 664180fa..ad98f828 100644 --- a/lib/advanced_billing/models/deduct_service_credit.rb +++ b/lib/advanced_billing/models/deduct_service_credit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DeductServiceCredit Model. diff --git a/lib/advanced_billing/models/deduct_service_credit_request.rb b/lib/advanced_billing/models/deduct_service_credit_request.rb index 0a407fb4..5635ce80 100644 --- a/lib/advanced_billing/models/deduct_service_credit_request.rb +++ b/lib/advanced_billing/models/deduct_service_credit_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DeductServiceCreditRequest Model. diff --git a/lib/advanced_billing/models/delayed_cancellation_response.rb b/lib/advanced_billing/models/delayed_cancellation_response.rb index 714603cb..6dcf8834 100644 --- a/lib/advanced_billing/models/delayed_cancellation_response.rb +++ b/lib/advanced_billing/models/delayed_cancellation_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DelayedCancellationResponse Model. diff --git a/lib/advanced_billing/models/delete_subscription_group_response.rb b/lib/advanced_billing/models/delete_subscription_group_response.rb index 993852ff..3654b29c 100644 --- a/lib/advanced_billing/models/delete_subscription_group_response.rb +++ b/lib/advanced_billing/models/delete_subscription_group_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DeleteSubscriptionGroupResponse Model. diff --git a/lib/advanced_billing/models/direction.rb b/lib/advanced_billing/models/direction.rb index 5e0d2749..97a29bed 100644 --- a/lib/advanced_billing/models/direction.rb +++ b/lib/advanced_billing/models/direction.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # direction. diff --git a/lib/advanced_billing/models/discount_type.rb b/lib/advanced_billing/models/discount_type.rb index d11e949b..e91a9ab5 100644 --- a/lib/advanced_billing/models/discount_type.rb +++ b/lib/advanced_billing/models/discount_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Discount Type. diff --git a/lib/advanced_billing/models/dunner_data.rb b/lib/advanced_billing/models/dunner_data.rb index e4282b57..e9e006c9 100644 --- a/lib/advanced_billing/models/dunner_data.rb +++ b/lib/advanced_billing/models/dunner_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/dunning_step_data.rb b/lib/advanced_billing/models/dunning_step_data.rb index 9e5e256b..65a4e0a5 100644 --- a/lib/advanced_billing/models/dunning_step_data.rb +++ b/lib/advanced_billing/models/dunning_step_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DunningStepData Model. diff --git a/lib/advanced_billing/models/dunning_step_reached.rb b/lib/advanced_billing/models/dunning_step_reached.rb index 1aac016d..ba0c6980 100644 --- a/lib/advanced_billing/models/dunning_step_reached.rb +++ b/lib/advanced_billing/models/dunning_step_reached.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # DunningStepReached Model. diff --git a/lib/advanced_billing/models/ebb_component.rb b/lib/advanced_billing/models/ebb_component.rb index e23012af..4509600b 100644 --- a/lib/advanced_billing/models/ebb_component.rb +++ b/lib/advanced_billing/models/ebb_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EBBComponent Model. diff --git a/lib/advanced_billing/models/ebb_event.rb b/lib/advanced_billing/models/ebb_event.rb index 29a3315f..bbeb9233 100644 --- a/lib/advanced_billing/models/ebb_event.rb +++ b/lib/advanced_billing/models/ebb_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EBBEvent Model. diff --git a/lib/advanced_billing/models/enable_webhooks_request.rb b/lib/advanced_billing/models/enable_webhooks_request.rb index 4da5628b..26d1dd7e 100644 --- a/lib/advanced_billing/models/enable_webhooks_request.rb +++ b/lib/advanced_billing/models/enable_webhooks_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EnableWebhooksRequest Model. diff --git a/lib/advanced_billing/models/enable_webhooks_response.rb b/lib/advanced_billing/models/enable_webhooks_response.rb index 25565e2b..08db2079 100644 --- a/lib/advanced_billing/models/enable_webhooks_response.rb +++ b/lib/advanced_billing/models/enable_webhooks_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EnableWebhooksResponse Model. diff --git a/lib/advanced_billing/models/endpoint.rb b/lib/advanced_billing/models/endpoint.rb index fedb8b27..f344975a 100644 --- a/lib/advanced_billing/models/endpoint.rb +++ b/lib/advanced_billing/models/endpoint.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Endpoint Model. diff --git a/lib/advanced_billing/models/endpoint_response.rb b/lib/advanced_billing/models/endpoint_response.rb index 2b67b18a..12ca5cec 100644 --- a/lib/advanced_billing/models/endpoint_response.rb +++ b/lib/advanced_billing/models/endpoint_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EndpointResponse Model. diff --git a/lib/advanced_billing/models/errors.rb b/lib/advanced_billing/models/errors.rb index 4ae713f8..a93e9700 100644 --- a/lib/advanced_billing/models/errors.rb +++ b/lib/advanced_billing/models/errors.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Errors Model. diff --git a/lib/advanced_billing/models/event.rb b/lib/advanced_billing/models/event.rb index e626a6c7..6f45b0a4 100644 --- a/lib/advanced_billing/models/event.rb +++ b/lib/advanced_billing/models/event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/event_based_billing_segment_error.rb b/lib/advanced_billing/models/event_based_billing_segment_error.rb index b0450a8a..65b1ff3d 100644 --- a/lib/advanced_billing/models/event_based_billing_segment_error.rb +++ b/lib/advanced_billing/models/event_based_billing_segment_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EventBasedBillingSegmentError Model. diff --git a/lib/advanced_billing/models/event_key.rb b/lib/advanced_billing/models/event_key.rb index b769a0b2..78422a0b 100644 --- a/lib/advanced_billing/models/event_key.rb +++ b/lib/advanced_billing/models/event_key.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Event Key. diff --git a/lib/advanced_billing/models/event_response.rb b/lib/advanced_billing/models/event_response.rb index 902db8ba..c3f7381f 100644 --- a/lib/advanced_billing/models/event_response.rb +++ b/lib/advanced_billing/models/event_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # EventResponse Model. diff --git a/lib/advanced_billing/models/expiration_interval_unit.rb b/lib/advanced_billing/models/expiration_interval_unit.rb index b3f4f522..4b961fa1 100644 --- a/lib/advanced_billing/models/expiration_interval_unit.rb +++ b/lib/advanced_billing/models/expiration_interval_unit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Expiration Interval Unit. diff --git a/lib/advanced_billing/models/failed_payment_action.rb b/lib/advanced_billing/models/failed_payment_action.rb index df0e2ffc..18fc7668 100644 --- a/lib/advanced_billing/models/failed_payment_action.rb +++ b/lib/advanced_billing/models/failed_payment_action.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Action taken when payment for an invoice fails: - `leave_open_invoice` - diff --git a/lib/advanced_billing/models/failed_payment_event.rb b/lib/advanced_billing/models/failed_payment_event.rb index d3247e78..b965426d 100644 --- a/lib/advanced_billing/models/failed_payment_event.rb +++ b/lib/advanced_billing/models/failed_payment_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/failed_payment_event_data.rb b/lib/advanced_billing/models/failed_payment_event_data.rb index f0221803..f4448ff9 100644 --- a/lib/advanced_billing/models/failed_payment_event_data.rb +++ b/lib/advanced_billing/models/failed_payment_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Example schema for an `failed_payment` event diff --git a/lib/advanced_billing/models/first_charge_type.rb b/lib/advanced_billing/models/first_charge_type.rb index 78783609..b808255a 100644 --- a/lib/advanced_billing/models/first_charge_type.rb +++ b/lib/advanced_billing/models/first_charge_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # First Charge Type. diff --git a/lib/advanced_billing/models/full_subscription_group_response.rb b/lib/advanced_billing/models/full_subscription_group_response.rb index b96e23fd..3707b6b2 100644 --- a/lib/advanced_billing/models/full_subscription_group_response.rb +++ b/lib/advanced_billing/models/full_subscription_group_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/get_one_time_token_payment_profile.rb b/lib/advanced_billing/models/get_one_time_token_payment_profile.rb index 7b4d6f33..24658ab5 100644 --- a/lib/advanced_billing/models/get_one_time_token_payment_profile.rb +++ b/lib/advanced_billing/models/get_one_time_token_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # GetOneTimeTokenPaymentProfile Model. diff --git a/lib/advanced_billing/models/get_one_time_token_request.rb b/lib/advanced_billing/models/get_one_time_token_request.rb index 740d37fe..923985df 100644 --- a/lib/advanced_billing/models/get_one_time_token_request.rb +++ b/lib/advanced_billing/models/get_one_time_token_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # GetOneTimeTokenRequest Model. diff --git a/lib/advanced_billing/models/group_billing.rb b/lib/advanced_billing/models/group_billing.rb index ce1d221d..93b79b06 100644 --- a/lib/advanced_billing/models/group_billing.rb +++ b/lib/advanced_billing/models/group_billing.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Optional attributes related to billing date and accrual. Note: Only diff --git a/lib/advanced_billing/models/group_settings.rb b/lib/advanced_billing/models/group_settings.rb index 52cb8d5e..4fafe2a3 100644 --- a/lib/advanced_billing/models/group_settings.rb +++ b/lib/advanced_billing/models/group_settings.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # GroupSettings Model. diff --git a/lib/advanced_billing/models/group_target.rb b/lib/advanced_billing/models/group_target.rb index ae51a139..cef9c44c 100644 --- a/lib/advanced_billing/models/group_target.rb +++ b/lib/advanced_billing/models/group_target.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Attributes of the target customer who will be the responsible payer of the diff --git a/lib/advanced_billing/models/group_target_type.rb b/lib/advanced_billing/models/group_target_type.rb index f574f983..5c4f530b 100644 --- a/lib/advanced_billing/models/group_target_type.rb +++ b/lib/advanced_billing/models/group_target_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of object indicated by the id attribute. diff --git a/lib/advanced_billing/models/group_type.rb b/lib/advanced_billing/models/group_type.rb index 7f1d8ed2..3a8ecbf6 100644 --- a/lib/advanced_billing/models/group_type.rb +++ b/lib/advanced_billing/models/group_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Group Type. diff --git a/lib/advanced_billing/models/historic_usage.rb b/lib/advanced_billing/models/historic_usage.rb index 199906ad..fda701de 100644 --- a/lib/advanced_billing/models/historic_usage.rb +++ b/lib/advanced_billing/models/historic_usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/include_not_null.rb b/lib/advanced_billing/models/include_not_null.rb index 51a52850..424d3fad 100644 --- a/lib/advanced_billing/models/include_not_null.rb +++ b/lib/advanced_billing/models/include_not_null.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Passed as a parameter to list methods to return only non null values. diff --git a/lib/advanced_billing/models/include_null_or_not_null.rb b/lib/advanced_billing/models/include_null_or_not_null.rb index 3cb4720d..4237bbb3 100644 --- a/lib/advanced_billing/models/include_null_or_not_null.rb +++ b/lib/advanced_billing/models/include_null_or_not_null.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Allows to filter by `not_null` or `null`. diff --git a/lib/advanced_billing/models/include_option.rb b/lib/advanced_billing/models/include_option.rb index 8d9c23c7..331311e4 100644 --- a/lib/advanced_billing/models/include_option.rb +++ b/lib/advanced_billing/models/include_option.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Include Option. diff --git a/lib/advanced_billing/models/interval_unit.rb b/lib/advanced_billing/models/interval_unit.rb index 99e363e3..955f6cd9 100644 --- a/lib/advanced_billing/models/interval_unit.rb +++ b/lib/advanced_billing/models/interval_unit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Interval Unit. diff --git a/lib/advanced_billing/models/invoice.rb b/lib/advanced_billing/models/invoice.rb index dfb5b12a..3ba2d704 100644 --- a/lib/advanced_billing/models/invoice.rb +++ b/lib/advanced_billing/models/invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_address.rb b/lib/advanced_billing/models/invoice_address.rb index f10d8459..b2a6379f 100644 --- a/lib/advanced_billing/models/invoice_address.rb +++ b/lib/advanced_billing/models/invoice_address.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceAddress Model. diff --git a/lib/advanced_billing/models/invoice_avatax_details.rb b/lib/advanced_billing/models/invoice_avatax_details.rb index c3809c1a..e3d9f45f 100644 --- a/lib/advanced_billing/models/invoice_avatax_details.rb +++ b/lib/advanced_billing/models/invoice_avatax_details.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_balance_item.rb b/lib/advanced_billing/models/invoice_balance_item.rb index b9f198ce..43e164fb 100644 --- a/lib/advanced_billing/models/invoice_balance_item.rb +++ b/lib/advanced_billing/models/invoice_balance_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceBalanceItem Model. diff --git a/lib/advanced_billing/models/invoice_consolidation_level.rb b/lib/advanced_billing/models/invoice_consolidation_level.rb index 44a26684..49704543 100644 --- a/lib/advanced_billing/models/invoice_consolidation_level.rb +++ b/lib/advanced_billing/models/invoice_consolidation_level.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Consolidation level of the invoice, which is applicable to invoice diff --git a/lib/advanced_billing/models/invoice_credit.rb b/lib/advanced_billing/models/invoice_credit.rb index 83f38f9f..ab6ba0e0 100644 --- a/lib/advanced_billing/models/invoice_credit.rb +++ b/lib/advanced_billing/models/invoice_credit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_custom_field.rb b/lib/advanced_billing/models/invoice_custom_field.rb index dfd4a0b6..6cbddbe7 100644 --- a/lib/advanced_billing/models/invoice_custom_field.rb +++ b/lib/advanced_billing/models/invoice_custom_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceCustomField Model. diff --git a/lib/advanced_billing/models/invoice_customer.rb b/lib/advanced_billing/models/invoice_customer.rb index 1258bc1b..7ed18f2c 100644 --- a/lib/advanced_billing/models/invoice_customer.rb +++ b/lib/advanced_billing/models/invoice_customer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Information about the customer who is owner or recipient the invoiced diff --git a/lib/advanced_billing/models/invoice_date_field.rb b/lib/advanced_billing/models/invoice_date_field.rb index 9feaed28..78513bfd 100644 --- a/lib/advanced_billing/models/invoice_date_field.rb +++ b/lib/advanced_billing/models/invoice_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Date Field. diff --git a/lib/advanced_billing/models/invoice_debit.rb b/lib/advanced_billing/models/invoice_debit.rb index b131ed33..b3b7bad0 100644 --- a/lib/advanced_billing/models/invoice_debit.rb +++ b/lib/advanced_billing/models/invoice_debit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_discount.rb b/lib/advanced_billing/models/invoice_discount.rb index 44b225bd..fc909b55 100644 --- a/lib/advanced_billing/models/invoice_discount.rb +++ b/lib/advanced_billing/models/invoice_discount.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceDiscount Model. diff --git a/lib/advanced_billing/models/invoice_discount_breakout.rb b/lib/advanced_billing/models/invoice_discount_breakout.rb index 1c02f712..d6fad01e 100644 --- a/lib/advanced_billing/models/invoice_discount_breakout.rb +++ b/lib/advanced_billing/models/invoice_discount_breakout.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceDiscountBreakout Model. diff --git a/lib/advanced_billing/models/invoice_discount_source_type.rb b/lib/advanced_billing/models/invoice_discount_source_type.rb index 18d47a7c..4995104e 100644 --- a/lib/advanced_billing/models/invoice_discount_source_type.rb +++ b/lib/advanced_billing/models/invoice_discount_source_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Discount Source Type. diff --git a/lib/advanced_billing/models/invoice_discount_type.rb b/lib/advanced_billing/models/invoice_discount_type.rb index b04d6fb9..b97c84d7 100644 --- a/lib/advanced_billing/models/invoice_discount_type.rb +++ b/lib/advanced_billing/models/invoice_discount_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Discount Type. diff --git a/lib/advanced_billing/models/invoice_display_settings.rb b/lib/advanced_billing/models/invoice_display_settings.rb index 2c78eb58..f7a32eed 100644 --- a/lib/advanced_billing/models/invoice_display_settings.rb +++ b/lib/advanced_billing/models/invoice_display_settings.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceDisplaySettings Model. diff --git a/lib/advanced_billing/models/invoice_event_payment_method.rb b/lib/advanced_billing/models/invoice_event_payment_method.rb index 396566d9..4b4b5695 100644 --- a/lib/advanced_billing/models/invoice_event_payment_method.rb +++ b/lib/advanced_billing/models/invoice_event_payment_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Event Payment Method. diff --git a/lib/advanced_billing/models/invoice_event_type.rb b/lib/advanced_billing/models/invoice_event_type.rb index 8a2c0116..ed544c87 100644 --- a/lib/advanced_billing/models/invoice_event_type.rb +++ b/lib/advanced_billing/models/invoice_event_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Event Type diff --git a/lib/advanced_billing/models/invoice_issued.rb b/lib/advanced_billing/models/invoice_issued.rb index 9fcb39ba..7a24e78a 100644 --- a/lib/advanced_billing/models/invoice_issued.rb +++ b/lib/advanced_billing/models/invoice_issued.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceIssued Model. diff --git a/lib/advanced_billing/models/invoice_line_item.rb b/lib/advanced_billing/models/invoice_line_item.rb index 96a0bcfb..7fce0662 100644 --- a/lib/advanced_billing/models/invoice_line_item.rb +++ b/lib/advanced_billing/models/invoice_line_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceLineItem Model. diff --git a/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb b/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb index e0f9fc06..862e0689 100644 --- a/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb +++ b/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceLineItemComponentCostData Model. diff --git a/lib/advanced_billing/models/invoice_line_item_event_data.rb b/lib/advanced_billing/models/invoice_line_item_event_data.rb index 6f85dec3..4aac2bc7 100644 --- a/lib/advanced_billing/models/invoice_line_item_event_data.rb +++ b/lib/advanced_billing/models/invoice_line_item_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceLineItemEventData Model. diff --git a/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb b/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb index ed284642..71115c60 100644 --- a/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb +++ b/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceLineItemPricingDetail Model. diff --git a/lib/advanced_billing/models/invoice_payer.rb b/lib/advanced_billing/models/invoice_payer.rb index fceae333..10953763 100644 --- a/lib/advanced_billing/models/invoice_payer.rb +++ b/lib/advanced_billing/models/invoice_payer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicePayer Model. diff --git a/lib/advanced_billing/models/invoice_payer_change.rb b/lib/advanced_billing/models/invoice_payer_change.rb index 3b508911..43e7b046 100644 --- a/lib/advanced_billing/models/invoice_payer_change.rb +++ b/lib/advanced_billing/models/invoice_payer_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicePayerChange Model. diff --git a/lib/advanced_billing/models/invoice_payment.rb b/lib/advanced_billing/models/invoice_payment.rb index 3c3733c4..cc1f0eb9 100644 --- a/lib/advanced_billing/models/invoice_payment.rb +++ b/lib/advanced_billing/models/invoice_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_payment_application.rb b/lib/advanced_billing/models/invoice_payment_application.rb index 7c968c3d..29a4ac74 100644 --- a/lib/advanced_billing/models/invoice_payment_application.rb +++ b/lib/advanced_billing/models/invoice_payment_application.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicePaymentApplication Model. diff --git a/lib/advanced_billing/models/invoice_payment_method.rb b/lib/advanced_billing/models/invoice_payment_method.rb index 0e1f8deb..efc8884e 100644 --- a/lib/advanced_billing/models/invoice_payment_method.rb +++ b/lib/advanced_billing/models/invoice_payment_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicePaymentMethod Model. diff --git a/lib/advanced_billing/models/invoice_payment_method_type.rb b/lib/advanced_billing/models/invoice_payment_method_type.rb index 4add7829..cee400b1 100644 --- a/lib/advanced_billing/models/invoice_payment_method_type.rb +++ b/lib/advanced_billing/models/invoice_payment_method_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of payment method used. Defaults to other. diff --git a/lib/advanced_billing/models/invoice_payment_type.rb b/lib/advanced_billing/models/invoice_payment_type.rb index db16b23f..b8d7325a 100644 --- a/lib/advanced_billing/models/invoice_payment_type.rb +++ b/lib/advanced_billing/models/invoice_payment_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of payment to be applied to an Invoice. Defaults to external. diff --git a/lib/advanced_billing/models/invoice_pre_payment.rb b/lib/advanced_billing/models/invoice_pre_payment.rb index c62ba1cc..feb5f5f8 100644 --- a/lib/advanced_billing/models/invoice_pre_payment.rb +++ b/lib/advanced_billing/models/invoice_pre_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoicePrePayment Model. diff --git a/lib/advanced_billing/models/invoice_previous_balance.rb b/lib/advanced_billing/models/invoice_previous_balance.rb index 2c2e59d0..8fef53d9 100644 --- a/lib/advanced_billing/models/invoice_previous_balance.rb +++ b/lib/advanced_billing/models/invoice_previous_balance.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/invoice_refund.rb b/lib/advanced_billing/models/invoice_refund.rb index ae82ef16..425cc7dd 100644 --- a/lib/advanced_billing/models/invoice_refund.rb +++ b/lib/advanced_billing/models/invoice_refund.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceRefund Model. diff --git a/lib/advanced_billing/models/invoice_response.rb b/lib/advanced_billing/models/invoice_response.rb index c1d165b5..bb316062 100644 --- a/lib/advanced_billing/models/invoice_response.rb +++ b/lib/advanced_billing/models/invoice_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceResponse Model. diff --git a/lib/advanced_billing/models/invoice_role.rb b/lib/advanced_billing/models/invoice_role.rb index 568c3fcd..95fea6d7 100644 --- a/lib/advanced_billing/models/invoice_role.rb +++ b/lib/advanced_billing/models/invoice_role.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Role. diff --git a/lib/advanced_billing/models/invoice_seller.rb b/lib/advanced_billing/models/invoice_seller.rb index ec18f997..4d2d0279 100644 --- a/lib/advanced_billing/models/invoice_seller.rb +++ b/lib/advanced_billing/models/invoice_seller.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Information about the seller (merchant) listed on the masthead of the diff --git a/lib/advanced_billing/models/invoice_sort_field.rb b/lib/advanced_billing/models/invoice_sort_field.rb index f73578d1..4a157d27 100644 --- a/lib/advanced_billing/models/invoice_sort_field.rb +++ b/lib/advanced_billing/models/invoice_sort_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Invoice Sort Field. diff --git a/lib/advanced_billing/models/invoice_status.rb b/lib/advanced_billing/models/invoice_status.rb index 5bfbb166..494764b9 100644 --- a/lib/advanced_billing/models/invoice_status.rb +++ b/lib/advanced_billing/models/invoice_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The current status of the invoice. See [Invoice diff --git a/lib/advanced_billing/models/invoice_tax.rb b/lib/advanced_billing/models/invoice_tax.rb index 3b590585..9a1e060f 100644 --- a/lib/advanced_billing/models/invoice_tax.rb +++ b/lib/advanced_billing/models/invoice_tax.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceTax Model. diff --git a/lib/advanced_billing/models/invoice_tax_breakout.rb b/lib/advanced_billing/models/invoice_tax_breakout.rb index ba4c3581..f9d7c574 100644 --- a/lib/advanced_billing/models/invoice_tax_breakout.rb +++ b/lib/advanced_billing/models/invoice_tax_breakout.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceTaxBreakout Model. diff --git a/lib/advanced_billing/models/invoice_tax_component_breakout.rb b/lib/advanced_billing/models/invoice_tax_component_breakout.rb index 801385dd..dd0d65aa 100644 --- a/lib/advanced_billing/models/invoice_tax_component_breakout.rb +++ b/lib/advanced_billing/models/invoice_tax_component_breakout.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # InvoiceTaxComponentBreakout Model. diff --git a/lib/advanced_billing/models/issue_advance_invoice_request.rb b/lib/advanced_billing/models/issue_advance_invoice_request.rb index 8449c675..29727e65 100644 --- a/lib/advanced_billing/models/issue_advance_invoice_request.rb +++ b/lib/advanced_billing/models/issue_advance_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # IssueAdvanceInvoiceRequest Model. diff --git a/lib/advanced_billing/models/issue_invoice_event.rb b/lib/advanced_billing/models/issue_invoice_event.rb index e24d28ee..54d9d3c8 100644 --- a/lib/advanced_billing/models/issue_invoice_event.rb +++ b/lib/advanced_billing/models/issue_invoice_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/issue_invoice_event_data.rb b/lib/advanced_billing/models/issue_invoice_event_data.rb index a8295a53..a391bc73 100644 --- a/lib/advanced_billing/models/issue_invoice_event_data.rb +++ b/lib/advanced_billing/models/issue_invoice_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Example schema for an `issue_invoice` event diff --git a/lib/advanced_billing/models/issue_invoice_request.rb b/lib/advanced_billing/models/issue_invoice_request.rb index 8ecc49e1..9df9a583 100644 --- a/lib/advanced_billing/models/issue_invoice_request.rb +++ b/lib/advanced_billing/models/issue_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # IssueInvoiceRequest Model. diff --git a/lib/advanced_billing/models/issue_service_credit.rb b/lib/advanced_billing/models/issue_service_credit.rb index 0dd63c1f..985eabb8 100644 --- a/lib/advanced_billing/models/issue_service_credit.rb +++ b/lib/advanced_billing/models/issue_service_credit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # IssueServiceCredit Model. diff --git a/lib/advanced_billing/models/issue_service_credit_request.rb b/lib/advanced_billing/models/issue_service_credit_request.rb index 1af47935..8a3a2db4 100644 --- a/lib/advanced_billing/models/issue_service_credit_request.rb +++ b/lib/advanced_billing/models/issue_service_credit_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # IssueServiceCreditRequest Model. diff --git a/lib/advanced_billing/models/item_category.rb b/lib/advanced_billing/models/item_category.rb index 5b843603..95d9267f 100644 --- a/lib/advanced_billing/models/item_category.rb +++ b/lib/advanced_billing/models/item_category.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # One of the following: Business Software, Consumer Software, Digital diff --git a/lib/advanced_billing/models/item_price_point_changed.rb b/lib/advanced_billing/models/item_price_point_changed.rb index 489b3971..ae28e090 100644 --- a/lib/advanced_billing/models/item_price_point_changed.rb +++ b/lib/advanced_billing/models/item_price_point_changed.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ItemPricePointChanged Model. diff --git a/lib/advanced_billing/models/item_price_point_data.rb b/lib/advanced_billing/models/item_price_point_data.rb index 9e276726..779148f5 100644 --- a/lib/advanced_billing/models/item_price_point_data.rb +++ b/lib/advanced_billing/models/item_price_point_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ItemPricePointData Model. diff --git a/lib/advanced_billing/models/line_item_kind.rb b/lib/advanced_billing/models/line_item_kind.rb index 063de0f2..df54f572 100644 --- a/lib/advanced_billing/models/line_item_kind.rb +++ b/lib/advanced_billing/models/line_item_kind.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A handle for the line item kind diff --git a/lib/advanced_billing/models/line_item_transaction_type.rb b/lib/advanced_billing/models/line_item_transaction_type.rb index 4aa6796f..b91411d4 100644 --- a/lib/advanced_billing/models/line_item_transaction_type.rb +++ b/lib/advanced_billing/models/line_item_transaction_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A handle for the line item transaction type diff --git a/lib/advanced_billing/models/list_components_filter.rb b/lib/advanced_billing/models/list_components_filter.rb index 6a4bc9ce..c24fe87c 100644 --- a/lib/advanced_billing/models/list_components_filter.rb +++ b/lib/advanced_billing/models/list_components_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListComponentsFilter Model. diff --git a/lib/advanced_billing/models/list_components_price_points_include.rb b/lib/advanced_billing/models/list_components_price_points_include.rb index 2d6cf3ee..d6661073 100644 --- a/lib/advanced_billing/models/list_components_price_points_include.rb +++ b/lib/advanced_billing/models/list_components_price_points_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Components Price Points Include. diff --git a/lib/advanced_billing/models/list_components_price_points_response.rb b/lib/advanced_billing/models/list_components_price_points_response.rb index 7145ff7c..d35930b6 100644 --- a/lib/advanced_billing/models/list_components_price_points_response.rb +++ b/lib/advanced_billing/models/list_components_price_points_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListComponentsPricePointsResponse Model. diff --git a/lib/advanced_billing/models/list_coupons_filter.rb b/lib/advanced_billing/models/list_coupons_filter.rb index ae646c01..4a6fef7e 100644 --- a/lib/advanced_billing/models/list_coupons_filter.rb +++ b/lib/advanced_billing/models/list_coupons_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/list_credit_notes_response.rb b/lib/advanced_billing/models/list_credit_notes_response.rb index 775884ad..fcfc1c56 100644 --- a/lib/advanced_billing/models/list_credit_notes_response.rb +++ b/lib/advanced_billing/models/list_credit_notes_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListCreditNotesResponse Model. diff --git a/lib/advanced_billing/models/list_events_date_field.rb b/lib/advanced_billing/models/list_events_date_field.rb index eb0c36c2..94c3435c 100644 --- a/lib/advanced_billing/models/list_events_date_field.rb +++ b/lib/advanced_billing/models/list_events_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Events Date Field. diff --git a/lib/advanced_billing/models/list_invoice_events_response.rb b/lib/advanced_billing/models/list_invoice_events_response.rb index 866a52f2..ea51d67f 100644 --- a/lib/advanced_billing/models/list_invoice_events_response.rb +++ b/lib/advanced_billing/models/list_invoice_events_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListInvoiceEventsResponse Model. diff --git a/lib/advanced_billing/models/list_invoices_response.rb b/lib/advanced_billing/models/list_invoices_response.rb index ea5f7acb..19bc4a01 100644 --- a/lib/advanced_billing/models/list_invoices_response.rb +++ b/lib/advanced_billing/models/list_invoices_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListInvoicesResponse Model. diff --git a/lib/advanced_billing/models/list_metafields_response.rb b/lib/advanced_billing/models/list_metafields_response.rb index 781c4270..022df954 100644 --- a/lib/advanced_billing/models/list_metafields_response.rb +++ b/lib/advanced_billing/models/list_metafields_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListMetafieldsResponse Model. diff --git a/lib/advanced_billing/models/list_mrr_filter.rb b/lib/advanced_billing/models/list_mrr_filter.rb index 388b78d5..b1ddafc0 100644 --- a/lib/advanced_billing/models/list_mrr_filter.rb +++ b/lib/advanced_billing/models/list_mrr_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListMrrFilter Model. diff --git a/lib/advanced_billing/models/list_mrr_response.rb b/lib/advanced_billing/models/list_mrr_response.rb index 8601060e..af27ad24 100644 --- a/lib/advanced_billing/models/list_mrr_response.rb +++ b/lib/advanced_billing/models/list_mrr_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListMRRResponse Model. diff --git a/lib/advanced_billing/models/list_mrr_response_result.rb b/lib/advanced_billing/models/list_mrr_response_result.rb index 141f643b..b7f5bd86 100644 --- a/lib/advanced_billing/models/list_mrr_response_result.rb +++ b/lib/advanced_billing/models/list_mrr_response_result.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListMRRResponseResult Model. diff --git a/lib/advanced_billing/models/list_offers_response.rb b/lib/advanced_billing/models/list_offers_response.rb index 28b8f7d8..2668aaf7 100644 --- a/lib/advanced_billing/models/list_offers_response.rb +++ b/lib/advanced_billing/models/list_offers_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListOffersResponse Model. diff --git a/lib/advanced_billing/models/list_prepayment_date_field.rb b/lib/advanced_billing/models/list_prepayment_date_field.rb index a28a641b..c62e059e 100644 --- a/lib/advanced_billing/models/list_prepayment_date_field.rb +++ b/lib/advanced_billing/models/list_prepayment_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Prepayment Date Field. diff --git a/lib/advanced_billing/models/list_prepayments_filter.rb b/lib/advanced_billing/models/list_prepayments_filter.rb index 9181735d..4a6a2fd2 100644 --- a/lib/advanced_billing/models/list_prepayments_filter.rb +++ b/lib/advanced_billing/models/list_prepayments_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListPrepaymentsFilter Model. diff --git a/lib/advanced_billing/models/list_price_points_filter.rb b/lib/advanced_billing/models/list_price_points_filter.rb index 2900581d..122516af 100644 --- a/lib/advanced_billing/models/list_price_points_filter.rb +++ b/lib/advanced_billing/models/list_price_points_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/list_product_price_points_response.rb b/lib/advanced_billing/models/list_product_price_points_response.rb index 32f61617..bf1ad7d1 100644 --- a/lib/advanced_billing/models/list_product_price_points_response.rb +++ b/lib/advanced_billing/models/list_product_price_points_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListProductPricePointsResponse Model. diff --git a/lib/advanced_billing/models/list_products_filter.rb b/lib/advanced_billing/models/list_products_filter.rb index e6767022..5f484660 100644 --- a/lib/advanced_billing/models/list_products_filter.rb +++ b/lib/advanced_billing/models/list_products_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListProductsFilter Model. diff --git a/lib/advanced_billing/models/list_products_include.rb b/lib/advanced_billing/models/list_products_include.rb index c2fea297..b0df9ea4 100644 --- a/lib/advanced_billing/models/list_products_include.rb +++ b/lib/advanced_billing/models/list_products_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Products Include. diff --git a/lib/advanced_billing/models/list_products_price_points_include.rb b/lib/advanced_billing/models/list_products_price_points_include.rb index d99e6bf4..636b545f 100644 --- a/lib/advanced_billing/models/list_products_price_points_include.rb +++ b/lib/advanced_billing/models/list_products_price_points_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Products Price Points Include. diff --git a/lib/advanced_billing/models/list_proforma_invoices_meta.rb b/lib/advanced_billing/models/list_proforma_invoices_meta.rb index 671e5a42..de4a19e1 100644 --- a/lib/advanced_billing/models/list_proforma_invoices_meta.rb +++ b/lib/advanced_billing/models/list_proforma_invoices_meta.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListProformaInvoicesMeta Model. diff --git a/lib/advanced_billing/models/list_proforma_invoices_response.rb b/lib/advanced_billing/models/list_proforma_invoices_response.rb index 37f59dcb..88f3e34b 100644 --- a/lib/advanced_billing/models/list_proforma_invoices_response.rb +++ b/lib/advanced_billing/models/list_proforma_invoices_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListProformaInvoicesResponse Model. diff --git a/lib/advanced_billing/models/list_public_keys_meta.rb b/lib/advanced_billing/models/list_public_keys_meta.rb index 7ecae9d5..b07ca1f4 100644 --- a/lib/advanced_billing/models/list_public_keys_meta.rb +++ b/lib/advanced_billing/models/list_public_keys_meta.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListPublicKeysMeta Model. diff --git a/lib/advanced_billing/models/list_public_keys_response.rb b/lib/advanced_billing/models/list_public_keys_response.rb index e77c713c..17f3911e 100644 --- a/lib/advanced_billing/models/list_public_keys_response.rb +++ b/lib/advanced_billing/models/list_public_keys_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListPublicKeysResponse Model. diff --git a/lib/advanced_billing/models/list_sale_rep_item.rb b/lib/advanced_billing/models/list_sale_rep_item.rb index 5da47d46..fec03e10 100644 --- a/lib/advanced_billing/models/list_sale_rep_item.rb +++ b/lib/advanced_billing/models/list_sale_rep_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSaleRepItem Model. diff --git a/lib/advanced_billing/models/list_segments_filter.rb b/lib/advanced_billing/models/list_segments_filter.rb index 8abcb30a..15f24f9d 100644 --- a/lib/advanced_billing/models/list_segments_filter.rb +++ b/lib/advanced_billing/models/list_segments_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSegmentsFilter Model. diff --git a/lib/advanced_billing/models/list_segments_response.rb b/lib/advanced_billing/models/list_segments_response.rb index 6953d553..c690bcb3 100644 --- a/lib/advanced_billing/models/list_segments_response.rb +++ b/lib/advanced_billing/models/list_segments_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSegmentsResponse Model. diff --git a/lib/advanced_billing/models/list_service_credits_response.rb b/lib/advanced_billing/models/list_service_credits_response.rb index 1b4b8159..1e06a039 100644 --- a/lib/advanced_billing/models/list_service_credits_response.rb +++ b/lib/advanced_billing/models/list_service_credits_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListServiceCreditsResponse Model. diff --git a/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb b/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb index 8fb68685..a0608a39 100644 --- a/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb +++ b/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/list_subscription_components_filter.rb b/lib/advanced_billing/models/list_subscription_components_filter.rb index 48e9697a..3b044502 100644 --- a/lib/advanced_billing/models/list_subscription_components_filter.rb +++ b/lib/advanced_billing/models/list_subscription_components_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionComponentsFilter Model. diff --git a/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb b/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb index bc1d5d50..2a773a71 100644 --- a/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb +++ b/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionComponentsForSiteFilter Model. diff --git a/lib/advanced_billing/models/list_subscription_components_include.rb b/lib/advanced_billing/models/list_subscription_components_include.rb index 4d2e9937..0efbb99d 100644 --- a/lib/advanced_billing/models/list_subscription_components_include.rb +++ b/lib/advanced_billing/models/list_subscription_components_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Subscription Components Include. diff --git a/lib/advanced_billing/models/list_subscription_components_response.rb b/lib/advanced_billing/models/list_subscription_components_response.rb index 4ce1b2c4..bfe9939e 100644 --- a/lib/advanced_billing/models/list_subscription_components_response.rb +++ b/lib/advanced_billing/models/list_subscription_components_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionComponentsResponse Model. diff --git a/lib/advanced_billing/models/list_subscription_components_sort.rb b/lib/advanced_billing/models/list_subscription_components_sort.rb index 2b1f6f65..344bc5f7 100644 --- a/lib/advanced_billing/models/list_subscription_components_sort.rb +++ b/lib/advanced_billing/models/list_subscription_components_sort.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # List Subscription Components Sort. diff --git a/lib/advanced_billing/models/list_subscription_group_prepayment.rb b/lib/advanced_billing/models/list_subscription_group_prepayment.rb index fee67306..26ecfb0c 100644 --- a/lib/advanced_billing/models/list_subscription_group_prepayment.rb +++ b/lib/advanced_billing/models/list_subscription_group_prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionGroupPrepayment Model. diff --git a/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb b/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb index f4d3a514..da8784a9 100644 --- a/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb +++ b/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionGroupPrepaymentResponse Model. diff --git a/lib/advanced_billing/models/list_subscription_groups_item.rb b/lib/advanced_billing/models/list_subscription_groups_item.rb index d3fea0cc..9c093188 100644 --- a/lib/advanced_billing/models/list_subscription_groups_item.rb +++ b/lib/advanced_billing/models/list_subscription_groups_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/list_subscription_groups_meta.rb b/lib/advanced_billing/models/list_subscription_groups_meta.rb index 784539f5..82c479de 100644 --- a/lib/advanced_billing/models/list_subscription_groups_meta.rb +++ b/lib/advanced_billing/models/list_subscription_groups_meta.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionGroupsMeta Model. diff --git a/lib/advanced_billing/models/list_subscription_groups_response.rb b/lib/advanced_billing/models/list_subscription_groups_response.rb index 98e8d13d..711104bb 100644 --- a/lib/advanced_billing/models/list_subscription_groups_response.rb +++ b/lib/advanced_billing/models/list_subscription_groups_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ListSubscriptionGroupsResponse Model. diff --git a/lib/advanced_billing/models/metadata.rb b/lib/advanced_billing/models/metadata.rb index 9c38aa98..18aca54f 100644 --- a/lib/advanced_billing/models/metadata.rb +++ b/lib/advanced_billing/models/metadata.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/metafield.rb b/lib/advanced_billing/models/metafield.rb index 3e049a4a..60aac36e 100644 --- a/lib/advanced_billing/models/metafield.rb +++ b/lib/advanced_billing/models/metafield.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Metafield Model. diff --git a/lib/advanced_billing/models/metafield_input.rb b/lib/advanced_billing/models/metafield_input.rb index 48a354d7..8a01a0e7 100644 --- a/lib/advanced_billing/models/metafield_input.rb +++ b/lib/advanced_billing/models/metafield_input.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Indicates how data should be added to the metafield. For example, a text diff --git a/lib/advanced_billing/models/metafield_scope.rb b/lib/advanced_billing/models/metafield_scope.rb index 0d33857b..ff9799cd 100644 --- a/lib/advanced_billing/models/metafield_scope.rb +++ b/lib/advanced_billing/models/metafield_scope.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Warning: When updating a metafield's scope attribute, all scope attributes diff --git a/lib/advanced_billing/models/metered_component.rb b/lib/advanced_billing/models/metered_component.rb index 642634e9..3a6df3e5 100644 --- a/lib/advanced_billing/models/metered_component.rb +++ b/lib/advanced_billing/models/metered_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MeteredComponent Model. diff --git a/lib/advanced_billing/models/metered_usage.rb b/lib/advanced_billing/models/metered_usage.rb index ce3eb432..d397b575 100644 --- a/lib/advanced_billing/models/metered_usage.rb +++ b/lib/advanced_billing/models/metered_usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MeteredUsage Model. diff --git a/lib/advanced_billing/models/movement.rb b/lib/advanced_billing/models/movement.rb index afe093d6..7d994c45 100644 --- a/lib/advanced_billing/models/movement.rb +++ b/lib/advanced_billing/models/movement.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/movement_line_item.rb b/lib/advanced_billing/models/movement_line_item.rb index a43bf961..4fac28f1 100644 --- a/lib/advanced_billing/models/movement_line_item.rb +++ b/lib/advanced_billing/models/movement_line_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MovementLineItem Model. diff --git a/lib/advanced_billing/models/mrr.rb b/lib/advanced_billing/models/mrr.rb index 76b5f924..2f44c381 100644 --- a/lib/advanced_billing/models/mrr.rb +++ b/lib/advanced_billing/models/mrr.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/mrr_movement.rb b/lib/advanced_billing/models/mrr_movement.rb index 4a9e50b1..cdf5500c 100644 --- a/lib/advanced_billing/models/mrr_movement.rb +++ b/lib/advanced_billing/models/mrr_movement.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MRRMovement Model. diff --git a/lib/advanced_billing/models/mrr_response.rb b/lib/advanced_billing/models/mrr_response.rb index 1f3b8586..7ca8ac5a 100644 --- a/lib/advanced_billing/models/mrr_response.rb +++ b/lib/advanced_billing/models/mrr_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MRRResponse Model. diff --git a/lib/advanced_billing/models/multi_invoice_payment.rb b/lib/advanced_billing/models/multi_invoice_payment.rb index 8312ffa4..7e64275b 100644 --- a/lib/advanced_billing/models/multi_invoice_payment.rb +++ b/lib/advanced_billing/models/multi_invoice_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MultiInvoicePayment Model. diff --git a/lib/advanced_billing/models/multi_invoice_payment_response.rb b/lib/advanced_billing/models/multi_invoice_payment_response.rb index e985e311..fb5ce3e5 100644 --- a/lib/advanced_billing/models/multi_invoice_payment_response.rb +++ b/lib/advanced_billing/models/multi_invoice_payment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # MultiInvoicePaymentResponse Model. diff --git a/lib/advanced_billing/models/nested_subscription_group.rb b/lib/advanced_billing/models/nested_subscription_group.rb index 4c833259..bcaff07b 100644 --- a/lib/advanced_billing/models/nested_subscription_group.rb +++ b/lib/advanced_billing/models/nested_subscription_group.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # NestedSubscriptionGroup Model. diff --git a/lib/advanced_billing/models/net_terms.rb b/lib/advanced_billing/models/net_terms.rb index 739ed277..4a19c9f2 100644 --- a/lib/advanced_billing/models/net_terms.rb +++ b/lib/advanced_billing/models/net_terms.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # NetTerms Model. diff --git a/lib/advanced_billing/models/offer.rb b/lib/advanced_billing/models/offer.rb index 4f2c5690..7a3039bb 100644 --- a/lib/advanced_billing/models/offer.rb +++ b/lib/advanced_billing/models/offer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/offer_discount.rb b/lib/advanced_billing/models/offer_discount.rb index a87e3e32..61dfb20e 100644 --- a/lib/advanced_billing/models/offer_discount.rb +++ b/lib/advanced_billing/models/offer_discount.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OfferDiscount Model. diff --git a/lib/advanced_billing/models/offer_item.rb b/lib/advanced_billing/models/offer_item.rb index 713fe2dd..7f0701f3 100644 --- a/lib/advanced_billing/models/offer_item.rb +++ b/lib/advanced_billing/models/offer_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OfferItem Model. diff --git a/lib/advanced_billing/models/offer_response.rb b/lib/advanced_billing/models/offer_response.rb index 2e0f2596..4ae8133a 100644 --- a/lib/advanced_billing/models/offer_response.rb +++ b/lib/advanced_billing/models/offer_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OfferResponse Model. diff --git a/lib/advanced_billing/models/offer_signup_page.rb b/lib/advanced_billing/models/offer_signup_page.rb index f04a4d4f..503cd22f 100644 --- a/lib/advanced_billing/models/offer_signup_page.rb +++ b/lib/advanced_billing/models/offer_signup_page.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OfferSignupPage Model. diff --git a/lib/advanced_billing/models/ok_response.rb b/lib/advanced_billing/models/ok_response.rb index 1fb65bdb..3c360106 100644 --- a/lib/advanced_billing/models/ok_response.rb +++ b/lib/advanced_billing/models/ok_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OkResponse Model. diff --git a/lib/advanced_billing/models/on_off_component.rb b/lib/advanced_billing/models/on_off_component.rb index b149ac2e..d8c4d522 100644 --- a/lib/advanced_billing/models/on_off_component.rb +++ b/lib/advanced_billing/models/on_off_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OnOffComponent Model. diff --git a/lib/advanced_billing/models/organization_address.rb b/lib/advanced_billing/models/organization_address.rb index 267591c7..12afe0a3 100644 --- a/lib/advanced_billing/models/organization_address.rb +++ b/lib/advanced_billing/models/organization_address.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OrganizationAddress Model. diff --git a/lib/advanced_billing/models/origin_invoice.rb b/lib/advanced_billing/models/origin_invoice.rb index b1a3f451..3544c6da 100644 --- a/lib/advanced_billing/models/origin_invoice.rb +++ b/lib/advanced_billing/models/origin_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OriginInvoice Model. diff --git a/lib/advanced_billing/models/overage_pricing.rb b/lib/advanced_billing/models/overage_pricing.rb index 490d0ab5..881b53f1 100644 --- a/lib/advanced_billing/models/overage_pricing.rb +++ b/lib/advanced_billing/models/overage_pricing.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OveragePricing Model. diff --git a/lib/advanced_billing/models/override_subscription.rb b/lib/advanced_billing/models/override_subscription.rb index 75242a51..a2f5bff0 100644 --- a/lib/advanced_billing/models/override_subscription.rb +++ b/lib/advanced_billing/models/override_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/override_subscription_request.rb b/lib/advanced_billing/models/override_subscription_request.rb index 83a41524..5b1b26e8 100644 --- a/lib/advanced_billing/models/override_subscription_request.rb +++ b/lib/advanced_billing/models/override_subscription_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # OverrideSubscriptionRequest Model. diff --git a/lib/advanced_billing/models/paginated_metadata.rb b/lib/advanced_billing/models/paginated_metadata.rb index 7fd31472..57a36446 100644 --- a/lib/advanced_billing/models/paginated_metadata.rb +++ b/lib/advanced_billing/models/paginated_metadata.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaginatedMetadata Model. diff --git a/lib/advanced_billing/models/paid_invoice.rb b/lib/advanced_billing/models/paid_invoice.rb index 1d803db5..e18417f1 100644 --- a/lib/advanced_billing/models/paid_invoice.rb +++ b/lib/advanced_billing/models/paid_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaidInvoice Model. diff --git a/lib/advanced_billing/models/pause_request.rb b/lib/advanced_billing/models/pause_request.rb index 2dfa7195..60816b4f 100644 --- a/lib/advanced_billing/models/pause_request.rb +++ b/lib/advanced_billing/models/pause_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Allows to pause a Subscription diff --git a/lib/advanced_billing/models/pay_pal_vault.rb b/lib/advanced_billing/models/pay_pal_vault.rb index 37b5bd68..d8c41cd6 100644 --- a/lib/advanced_billing/models/pay_pal_vault.rb +++ b/lib/advanced_billing/models/pay_pal_vault.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The vault that stores the payment profile with the provided vault_token. diff --git a/lib/advanced_billing/models/payer_attributes.rb b/lib/advanced_billing/models/payer_attributes.rb index 43cea4f6..f76db771 100644 --- a/lib/advanced_billing/models/payer_attributes.rb +++ b/lib/advanced_billing/models/payer_attributes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PayerAttributes Model. diff --git a/lib/advanced_billing/models/payer_error.rb b/lib/advanced_billing/models/payer_error.rb index 0fa7b3a0..2f7838a7 100644 --- a/lib/advanced_billing/models/payer_error.rb +++ b/lib/advanced_billing/models/payer_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PayerError Model. diff --git a/lib/advanced_billing/models/payment_collection_method_changed.rb b/lib/advanced_billing/models/payment_collection_method_changed.rb index aed5f546..5098d53f 100644 --- a/lib/advanced_billing/models/payment_collection_method_changed.rb +++ b/lib/advanced_billing/models/payment_collection_method_changed.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentCollectionMethodChanged Model. diff --git a/lib/advanced_billing/models/payment_for_allocation.rb b/lib/advanced_billing/models/payment_for_allocation.rb index 59493987..f5ec8504 100644 --- a/lib/advanced_billing/models/payment_for_allocation.rb +++ b/lib/advanced_billing/models/payment_for_allocation.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Information for captured payment, if applicable diff --git a/lib/advanced_billing/models/payment_method_apple_pay.rb b/lib/advanced_billing/models/payment_method_apple_pay.rb index e83fa2b3..901323d0 100644 --- a/lib/advanced_billing/models/payment_method_apple_pay.rb +++ b/lib/advanced_billing/models/payment_method_apple_pay.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentMethodApplePay Model. diff --git a/lib/advanced_billing/models/payment_method_bank_account.rb b/lib/advanced_billing/models/payment_method_bank_account.rb index 3a90c4f8..9ca0cf36 100644 --- a/lib/advanced_billing/models/payment_method_bank_account.rb +++ b/lib/advanced_billing/models/payment_method_bank_account.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentMethodBankAccount Model. diff --git a/lib/advanced_billing/models/payment_method_credit_card.rb b/lib/advanced_billing/models/payment_method_credit_card.rb index d9564b9c..6e9bf907 100644 --- a/lib/advanced_billing/models/payment_method_credit_card.rb +++ b/lib/advanced_billing/models/payment_method_credit_card.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentMethodCreditCard Model. diff --git a/lib/advanced_billing/models/payment_method_external.rb b/lib/advanced_billing/models/payment_method_external.rb index 12cafabe..75060c77 100644 --- a/lib/advanced_billing/models/payment_method_external.rb +++ b/lib/advanced_billing/models/payment_method_external.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentMethodExternal Model. diff --git a/lib/advanced_billing/models/payment_method_paypal.rb b/lib/advanced_billing/models/payment_method_paypal.rb index d3db089c..36f9caf4 100644 --- a/lib/advanced_billing/models/payment_method_paypal.rb +++ b/lib/advanced_billing/models/payment_method_paypal.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentMethodPaypal Model. diff --git a/lib/advanced_billing/models/payment_profile_attributes.rb b/lib/advanced_billing/models/payment_profile_attributes.rb index c52f6f3a..a600d1c1 100644 --- a/lib/advanced_billing/models/payment_profile_attributes.rb +++ b/lib/advanced_billing/models/payment_profile_attributes.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # alias to credit_card_attributes diff --git a/lib/advanced_billing/models/payment_profile_response.rb b/lib/advanced_billing/models/payment_profile_response.rb index b45e026e..48595246 100644 --- a/lib/advanced_billing/models/payment_profile_response.rb +++ b/lib/advanced_billing/models/payment_profile_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentProfileResponse Model. diff --git a/lib/advanced_billing/models/payment_related_events.rb b/lib/advanced_billing/models/payment_related_events.rb index 38a08d64..35b4cafc 100644 --- a/lib/advanced_billing/models/payment_related_events.rb +++ b/lib/advanced_billing/models/payment_related_events.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PaymentRelatedEvents Model. diff --git a/lib/advanced_billing/models/payment_type.rb b/lib/advanced_billing/models/payment_type.rb index ce97dc25..d0d3e32b 100644 --- a/lib/advanced_billing/models/payment_type.rb +++ b/lib/advanced_billing/models/payment_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Payment Type. diff --git a/lib/advanced_billing/models/paypal_payment_profile.rb b/lib/advanced_billing/models/paypal_payment_profile.rb index 49cdde9a..ebee7c80 100644 --- a/lib/advanced_billing/models/paypal_payment_profile.rb +++ b/lib/advanced_billing/models/paypal_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/pending_cancellation_change.rb b/lib/advanced_billing/models/pending_cancellation_change.rb index 0fa2945c..60e3f4cf 100644 --- a/lib/advanced_billing/models/pending_cancellation_change.rb +++ b/lib/advanced_billing/models/pending_cancellation_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/portal_management_link.rb b/lib/advanced_billing/models/portal_management_link.rb index f36286c6..92e459be 100644 --- a/lib/advanced_billing/models/portal_management_link.rb +++ b/lib/advanced_billing/models/portal_management_link.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/prepaid_configuration.rb b/lib/advanced_billing/models/prepaid_configuration.rb index 7b85fd84..090626e5 100644 --- a/lib/advanced_billing/models/prepaid_configuration.rb +++ b/lib/advanced_billing/models/prepaid_configuration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidConfiguration Model. diff --git a/lib/advanced_billing/models/prepaid_configuration_response.rb b/lib/advanced_billing/models/prepaid_configuration_response.rb index dfcf1c83..54b3a6da 100644 --- a/lib/advanced_billing/models/prepaid_configuration_response.rb +++ b/lib/advanced_billing/models/prepaid_configuration_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidConfigurationResponse Model. diff --git a/lib/advanced_billing/models/prepaid_product_price_point_filter.rb b/lib/advanced_billing/models/prepaid_product_price_point_filter.rb index f7b53985..f9d82442 100644 --- a/lib/advanced_billing/models/prepaid_product_price_point_filter.rb +++ b/lib/advanced_billing/models/prepaid_product_price_point_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidProductPricePointFilter Model. diff --git a/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb b/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb index c5d7759c..54f12a33 100644 --- a/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb +++ b/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidSubscriptionBalanceChanged Model. diff --git a/lib/advanced_billing/models/prepaid_usage.rb b/lib/advanced_billing/models/prepaid_usage.rb index 98d398c8..8f3b185f 100644 --- a/lib/advanced_billing/models/prepaid_usage.rb +++ b/lib/advanced_billing/models/prepaid_usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidUsage Model. diff --git a/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb b/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb index 70362edd..0a48e4ce 100644 --- a/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb +++ b/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidUsageAllocationDetail Model. diff --git a/lib/advanced_billing/models/prepaid_usage_component.rb b/lib/advanced_billing/models/prepaid_usage_component.rb index 241a75e7..235325bd 100644 --- a/lib/advanced_billing/models/prepaid_usage_component.rb +++ b/lib/advanced_billing/models/prepaid_usage_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaidUsageComponent Model. diff --git a/lib/advanced_billing/models/prepayment.rb b/lib/advanced_billing/models/prepayment.rb index 2d1c6255..00237467 100644 --- a/lib/advanced_billing/models/prepayment.rb +++ b/lib/advanced_billing/models/prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/prepayment_account_balance_changed.rb b/lib/advanced_billing/models/prepayment_account_balance_changed.rb index 3e6af649..43cedc56 100644 --- a/lib/advanced_billing/models/prepayment_account_balance_changed.rb +++ b/lib/advanced_billing/models/prepayment_account_balance_changed.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaymentAccountBalanceChanged Model. diff --git a/lib/advanced_billing/models/prepayment_method.rb b/lib/advanced_billing/models/prepayment_method.rb index 4a71f7e0..3e37e173 100644 --- a/lib/advanced_billing/models/prepayment_method.rb +++ b/lib/advanced_billing/models/prepayment_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Prepayment Method. diff --git a/lib/advanced_billing/models/prepayment_response.rb b/lib/advanced_billing/models/prepayment_response.rb index 4eed43ba..dbdda8a5 100644 --- a/lib/advanced_billing/models/prepayment_response.rb +++ b/lib/advanced_billing/models/prepayment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaymentResponse Model. diff --git a/lib/advanced_billing/models/prepayments_response.rb b/lib/advanced_billing/models/prepayments_response.rb index 41acff2a..90d53e4a 100644 --- a/lib/advanced_billing/models/prepayments_response.rb +++ b/lib/advanced_billing/models/prepayments_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PrepaymentsResponse Model. diff --git a/lib/advanced_billing/models/preview_allocations_request.rb b/lib/advanced_billing/models/preview_allocations_request.rb index 437d9e54..13a6d39f 100644 --- a/lib/advanced_billing/models/preview_allocations_request.rb +++ b/lib/advanced_billing/models/preview_allocations_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PreviewAllocationsRequest Model. diff --git a/lib/advanced_billing/models/price.rb b/lib/advanced_billing/models/price.rb index c0f82074..f84afc09 100644 --- a/lib/advanced_billing/models/price.rb +++ b/lib/advanced_billing/models/price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Price Model. diff --git a/lib/advanced_billing/models/price_point_type.rb b/lib/advanced_billing/models/price_point_type.rb index 1240e0dc..4c7c2abe 100644 --- a/lib/advanced_billing/models/price_point_type.rb +++ b/lib/advanced_billing/models/price_point_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Price point type. We expose the following types: 1. **default**: a price diff --git a/lib/advanced_billing/models/pricing_scheme.rb b/lib/advanced_billing/models/pricing_scheme.rb index c3e5073f..67f3f817 100644 --- a/lib/advanced_billing/models/pricing_scheme.rb +++ b/lib/advanced_billing/models/pricing_scheme.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The identifier for the pricing scheme. See [Product diff --git a/lib/advanced_billing/models/product.rb b/lib/advanced_billing/models/product.rb index fdfe56f1..822cf221 100644 --- a/lib/advanced_billing/models/product.rb +++ b/lib/advanced_billing/models/product.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/product_family.rb b/lib/advanced_billing/models/product_family.rb index 000a19d4..eb9b03a1 100644 --- a/lib/advanced_billing/models/product_family.rb +++ b/lib/advanced_billing/models/product_family.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/product_family_response.rb b/lib/advanced_billing/models/product_family_response.rb index 8b36e6b1..59b7602b 100644 --- a/lib/advanced_billing/models/product_family_response.rb +++ b/lib/advanced_billing/models/product_family_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductFamilyResponse Model. diff --git a/lib/advanced_billing/models/product_price_point.rb b/lib/advanced_billing/models/product_price_point.rb index ef68884a..c016eb14 100644 --- a/lib/advanced_billing/models/product_price_point.rb +++ b/lib/advanced_billing/models/product_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/product_price_point_errors.rb b/lib/advanced_billing/models/product_price_point_errors.rb index 5edbf156..ed9fc62d 100644 --- a/lib/advanced_billing/models/product_price_point_errors.rb +++ b/lib/advanced_billing/models/product_price_point_errors.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductPricePointErrors Model. diff --git a/lib/advanced_billing/models/product_price_point_response.rb b/lib/advanced_billing/models/product_price_point_response.rb index 482d38ea..8879b517 100644 --- a/lib/advanced_billing/models/product_price_point_response.rb +++ b/lib/advanced_billing/models/product_price_point_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductPricePointResponse Model. diff --git a/lib/advanced_billing/models/product_response.rb b/lib/advanced_billing/models/product_response.rb index a8e18f85..bb962669 100644 --- a/lib/advanced_billing/models/product_response.rb +++ b/lib/advanced_billing/models/product_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProductResponse Model. diff --git a/lib/advanced_billing/models/proforma_error.rb b/lib/advanced_billing/models/proforma_error.rb index 794221ea..5ec8e3da 100644 --- a/lib/advanced_billing/models/proforma_error.rb +++ b/lib/advanced_billing/models/proforma_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaError Model. diff --git a/lib/advanced_billing/models/proforma_invoice.rb b/lib/advanced_billing/models/proforma_invoice.rb index e37abd3a..88699f45 100644 --- a/lib/advanced_billing/models/proforma_invoice.rb +++ b/lib/advanced_billing/models/proforma_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/proforma_invoice_credit.rb b/lib/advanced_billing/models/proforma_invoice_credit.rb index 00e424f3..ffee6b8d 100644 --- a/lib/advanced_billing/models/proforma_invoice_credit.rb +++ b/lib/advanced_billing/models/proforma_invoice_credit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaInvoiceCredit Model. diff --git a/lib/advanced_billing/models/proforma_invoice_discount.rb b/lib/advanced_billing/models/proforma_invoice_discount.rb index a2b689c6..8a8b1265 100644 --- a/lib/advanced_billing/models/proforma_invoice_discount.rb +++ b/lib/advanced_billing/models/proforma_invoice_discount.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaInvoiceDiscount Model. diff --git a/lib/advanced_billing/models/proforma_invoice_discount_source_type.rb b/lib/advanced_billing/models/proforma_invoice_discount_source_type.rb index 2abf4a99..3ee466e3 100644 --- a/lib/advanced_billing/models/proforma_invoice_discount_source_type.rb +++ b/lib/advanced_billing/models/proforma_invoice_discount_source_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Proforma Invoice Discount Source Type. diff --git a/lib/advanced_billing/models/proforma_invoice_issued.rb b/lib/advanced_billing/models/proforma_invoice_issued.rb index a6a08310..726260ba 100644 --- a/lib/advanced_billing/models/proforma_invoice_issued.rb +++ b/lib/advanced_billing/models/proforma_invoice_issued.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/proforma_invoice_payment.rb b/lib/advanced_billing/models/proforma_invoice_payment.rb index b5bba9a1..a69d5baa 100644 --- a/lib/advanced_billing/models/proforma_invoice_payment.rb +++ b/lib/advanced_billing/models/proforma_invoice_payment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaInvoicePayment Model. diff --git a/lib/advanced_billing/models/proforma_invoice_role.rb b/lib/advanced_billing/models/proforma_invoice_role.rb index edd207b2..9463e2b9 100644 --- a/lib/advanced_billing/models/proforma_invoice_role.rb +++ b/lib/advanced_billing/models/proforma_invoice_role.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # 'proforma' value is deprecated in favor of proforma_adhoc and diff --git a/lib/advanced_billing/models/proforma_invoice_status.rb b/lib/advanced_billing/models/proforma_invoice_status.rb index 251488c6..343b4362 100644 --- a/lib/advanced_billing/models/proforma_invoice_status.rb +++ b/lib/advanced_billing/models/proforma_invoice_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Proforma Invoice Status. diff --git a/lib/advanced_billing/models/proforma_invoice_tax.rb b/lib/advanced_billing/models/proforma_invoice_tax.rb index ef279f69..d2b01f53 100644 --- a/lib/advanced_billing/models/proforma_invoice_tax.rb +++ b/lib/advanced_billing/models/proforma_invoice_tax.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ProformaInvoiceTax Model. diff --git a/lib/advanced_billing/models/proforma_invoice_tax_source_type.rb b/lib/advanced_billing/models/proforma_invoice_tax_source_type.rb index 0e2f2a4a..44423676 100644 --- a/lib/advanced_billing/models/proforma_invoice_tax_source_type.rb +++ b/lib/advanced_billing/models/proforma_invoice_tax_source_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Proforma Invoice Tax Source Type. diff --git a/lib/advanced_billing/models/proration.rb b/lib/advanced_billing/models/proration.rb index 15d5a4f8..bc063740 100644 --- a/lib/advanced_billing/models/proration.rb +++ b/lib/advanced_billing/models/proration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Proration Model. diff --git a/lib/advanced_billing/models/public_key.rb b/lib/advanced_billing/models/public_key.rb index 5ef43e19..9b698b39 100644 --- a/lib/advanced_billing/models/public_key.rb +++ b/lib/advanced_billing/models/public_key.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/public_signup_page.rb b/lib/advanced_billing/models/public_signup_page.rb index 2293cb76..c2e7d6d0 100644 --- a/lib/advanced_billing/models/public_signup_page.rb +++ b/lib/advanced_billing/models/public_signup_page.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # PublicSignupPage Model. diff --git a/lib/advanced_billing/models/quantity_based_component.rb b/lib/advanced_billing/models/quantity_based_component.rb index 192573de..c4876c48 100644 --- a/lib/advanced_billing/models/quantity_based_component.rb +++ b/lib/advanced_billing/models/quantity_based_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # QuantityBasedComponent Model. diff --git a/lib/advanced_billing/models/reactivate_subscription_group_request.rb b/lib/advanced_billing/models/reactivate_subscription_group_request.rb index 54fd733f..439de09a 100644 --- a/lib/advanced_billing/models/reactivate_subscription_group_request.rb +++ b/lib/advanced_billing/models/reactivate_subscription_group_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReactivateSubscriptionGroupRequest Model. diff --git a/lib/advanced_billing/models/reactivate_subscription_group_response.rb b/lib/advanced_billing/models/reactivate_subscription_group_response.rb index f79cbee5..b51cc88f 100644 --- a/lib/advanced_billing/models/reactivate_subscription_group_response.rb +++ b/lib/advanced_billing/models/reactivate_subscription_group_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/reactivate_subscription_request.rb b/lib/advanced_billing/models/reactivate_subscription_request.rb index d48dd052..0396a63e 100644 --- a/lib/advanced_billing/models/reactivate_subscription_request.rb +++ b/lib/advanced_billing/models/reactivate_subscription_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReactivateSubscriptionRequest Model. diff --git a/lib/advanced_billing/models/reactivation_billing.rb b/lib/advanced_billing/models/reactivation_billing.rb index 7bb2c9cf..2e544de9 100644 --- a/lib/advanced_billing/models/reactivation_billing.rb +++ b/lib/advanced_billing/models/reactivation_billing.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # These values are only applicable to subscriptions using calendar billing diff --git a/lib/advanced_billing/models/reactivation_charge.rb b/lib/advanced_billing/models/reactivation_charge.rb index 8857343d..66fd969b 100644 --- a/lib/advanced_billing/models/reactivation_charge.rb +++ b/lib/advanced_billing/models/reactivation_charge.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # You may choose how to handle the reactivation charge for that subscription: diff --git a/lib/advanced_billing/models/reason_code.rb b/lib/advanced_billing/models/reason_code.rb index 490721db..ededed16 100644 --- a/lib/advanced_billing/models/reason_code.rb +++ b/lib/advanced_billing/models/reason_code.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/reason_code_response.rb b/lib/advanced_billing/models/reason_code_response.rb index ab74c382..bf87142f 100644 --- a/lib/advanced_billing/models/reason_code_response.rb +++ b/lib/advanced_billing/models/reason_code_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReasonCodeResponse Model. diff --git a/lib/advanced_billing/models/record_payment_request.rb b/lib/advanced_billing/models/record_payment_request.rb index 9c26eba8..28ce4e18 100644 --- a/lib/advanced_billing/models/record_payment_request.rb +++ b/lib/advanced_billing/models/record_payment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RecordPaymentRequest Model. diff --git a/lib/advanced_billing/models/record_payment_response.rb b/lib/advanced_billing/models/record_payment_response.rb index f71a6ba2..c7490307 100644 --- a/lib/advanced_billing/models/record_payment_response.rb +++ b/lib/advanced_billing/models/record_payment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RecordPaymentResponse Model. diff --git a/lib/advanced_billing/models/recurring_scheme.rb b/lib/advanced_billing/models/recurring_scheme.rb index a45a7012..c9d1c390 100644 --- a/lib/advanced_billing/models/recurring_scheme.rb +++ b/lib/advanced_billing/models/recurring_scheme.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Recurring Scheme. diff --git a/lib/advanced_billing/models/referral_code.rb b/lib/advanced_billing/models/referral_code.rb index 0ea1a3ec..a145ba43 100644 --- a/lib/advanced_billing/models/referral_code.rb +++ b/lib/advanced_billing/models/referral_code.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReferralCode Model. diff --git a/lib/advanced_billing/models/referral_validation_response.rb b/lib/advanced_billing/models/referral_validation_response.rb index 9b76ab7e..37298d7d 100644 --- a/lib/advanced_billing/models/referral_validation_response.rb +++ b/lib/advanced_billing/models/referral_validation_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReferralValidationResponse Model. diff --git a/lib/advanced_billing/models/refund_consolidated_invoice.rb b/lib/advanced_billing/models/refund_consolidated_invoice.rb index d29e0875..ff4fcc0f 100644 --- a/lib/advanced_billing/models/refund_consolidated_invoice.rb +++ b/lib/advanced_billing/models/refund_consolidated_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Refund consolidated invoice diff --git a/lib/advanced_billing/models/refund_invoice.rb b/lib/advanced_billing/models/refund_invoice.rb index 59a1a5a9..dfacab5d 100644 --- a/lib/advanced_billing/models/refund_invoice.rb +++ b/lib/advanced_billing/models/refund_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Refund an invoice or a segment of a consolidated invoice. diff --git a/lib/advanced_billing/models/refund_invoice_event.rb b/lib/advanced_billing/models/refund_invoice_event.rb index 436d0b8f..7bbc40c9 100644 --- a/lib/advanced_billing/models/refund_invoice_event.rb +++ b/lib/advanced_billing/models/refund_invoice_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/refund_invoice_event_data.rb b/lib/advanced_billing/models/refund_invoice_event_data.rb index c1aa64f1..dc2238f7 100644 --- a/lib/advanced_billing/models/refund_invoice_event_data.rb +++ b/lib/advanced_billing/models/refund_invoice_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/refund_invoice_request.rb b/lib/advanced_billing/models/refund_invoice_request.rb index e9515ee4..ae31e5a7 100644 --- a/lib/advanced_billing/models/refund_invoice_request.rb +++ b/lib/advanced_billing/models/refund_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RefundInvoiceRequest Model. diff --git a/lib/advanced_billing/models/refund_prepayment.rb b/lib/advanced_billing/models/refund_prepayment.rb index b1c6ebf0..a8747c84 100644 --- a/lib/advanced_billing/models/refund_prepayment.rb +++ b/lib/advanced_billing/models/refund_prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RefundPrepayment Model. diff --git a/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb b/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb index 18b6593c..1adc3635 100644 --- a/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb +++ b/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RefundPrepaymentBaseRefundError Model. diff --git a/lib/advanced_billing/models/refund_prepayment_request.rb b/lib/advanced_billing/models/refund_prepayment_request.rb index cbd00fa2..1015e9ac 100644 --- a/lib/advanced_billing/models/refund_prepayment_request.rb +++ b/lib/advanced_billing/models/refund_prepayment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RefundPrepaymentRequest Model. diff --git a/lib/advanced_billing/models/refund_success.rb b/lib/advanced_billing/models/refund_success.rb index 100ca669..a44d6e44 100644 --- a/lib/advanced_billing/models/refund_success.rb +++ b/lib/advanced_billing/models/refund_success.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RefundSuccess Model. diff --git a/lib/advanced_billing/models/remove_payment_event.rb b/lib/advanced_billing/models/remove_payment_event.rb index f83a6833..f39b8826 100644 --- a/lib/advanced_billing/models/remove_payment_event.rb +++ b/lib/advanced_billing/models/remove_payment_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/remove_payment_event_data.rb b/lib/advanced_billing/models/remove_payment_event_data.rb index 82dc8b88..c33fcc95 100644 --- a/lib/advanced_billing/models/remove_payment_event_data.rb +++ b/lib/advanced_billing/models/remove_payment_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/renewal_preview.rb b/lib/advanced_billing/models/renewal_preview.rb index 1253eb1b..9355d9a5 100644 --- a/lib/advanced_billing/models/renewal_preview.rb +++ b/lib/advanced_billing/models/renewal_preview.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/renewal_preview_component.rb b/lib/advanced_billing/models/renewal_preview_component.rb index 33bc36f5..02ced427 100644 --- a/lib/advanced_billing/models/renewal_preview_component.rb +++ b/lib/advanced_billing/models/renewal_preview_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RenewalPreviewComponent Model. diff --git a/lib/advanced_billing/models/renewal_preview_line_item.rb b/lib/advanced_billing/models/renewal_preview_line_item.rb index 261f5fec..14d4193a 100644 --- a/lib/advanced_billing/models/renewal_preview_line_item.rb +++ b/lib/advanced_billing/models/renewal_preview_line_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RenewalPreviewLineItem Model. diff --git a/lib/advanced_billing/models/renewal_preview_request.rb b/lib/advanced_billing/models/renewal_preview_request.rb index 7b4785df..9bcf155b 100644 --- a/lib/advanced_billing/models/renewal_preview_request.rb +++ b/lib/advanced_billing/models/renewal_preview_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RenewalPreviewRequest Model. diff --git a/lib/advanced_billing/models/renewal_preview_response.rb b/lib/advanced_billing/models/renewal_preview_response.rb index a4c172f2..669f723e 100644 --- a/lib/advanced_billing/models/renewal_preview_response.rb +++ b/lib/advanced_billing/models/renewal_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RenewalPreviewResponse Model. diff --git a/lib/advanced_billing/models/replay_webhooks_request.rb b/lib/advanced_billing/models/replay_webhooks_request.rb index 5efe32a5..2fa77f4c 100644 --- a/lib/advanced_billing/models/replay_webhooks_request.rb +++ b/lib/advanced_billing/models/replay_webhooks_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReplayWebhooksRequest Model. diff --git a/lib/advanced_billing/models/replay_webhooks_response.rb b/lib/advanced_billing/models/replay_webhooks_response.rb index e55dbd24..7d30de97 100644 --- a/lib/advanced_billing/models/replay_webhooks_response.rb +++ b/lib/advanced_billing/models/replay_webhooks_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ReplayWebhooksResponse Model. diff --git a/lib/advanced_billing/models/resent_invitation.rb b/lib/advanced_billing/models/resent_invitation.rb index bc69ecf5..63dcbf40 100644 --- a/lib/advanced_billing/models/resent_invitation.rb +++ b/lib/advanced_billing/models/resent_invitation.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/resource_type.rb b/lib/advanced_billing/models/resource_type.rb index eac4d11c..7e9d9cbc 100644 --- a/lib/advanced_billing/models/resource_type.rb +++ b/lib/advanced_billing/models/resource_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Resource Type. diff --git a/lib/advanced_billing/models/restriction_type.rb b/lib/advanced_billing/models/restriction_type.rb index 49252098..71fba7e4 100644 --- a/lib/advanced_billing/models/restriction_type.rb +++ b/lib/advanced_billing/models/restriction_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Restriction Type. diff --git a/lib/advanced_billing/models/resume_options.rb b/lib/advanced_billing/models/resume_options.rb index 9129df6f..1b5a6033 100644 --- a/lib/advanced_billing/models/resume_options.rb +++ b/lib/advanced_billing/models/resume_options.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ResumeOptions Model. diff --git a/lib/advanced_billing/models/resumption_charge.rb b/lib/advanced_billing/models/resumption_charge.rb index 67073a08..2fe3ad50 100644 --- a/lib/advanced_billing/models/resumption_charge.rb +++ b/lib/advanced_billing/models/resumption_charge.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # (For calendar billing subscriptions only) The way that the resumed diff --git a/lib/advanced_billing/models/revoked_invitation.rb b/lib/advanced_billing/models/revoked_invitation.rb index 52de74ab..0bf6c980 100644 --- a/lib/advanced_billing/models/revoked_invitation.rb +++ b/lib/advanced_billing/models/revoked_invitation.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # RevokedInvitation Model. diff --git a/lib/advanced_billing/models/sale_rep.rb b/lib/advanced_billing/models/sale_rep.rb index ddb9163f..7f7b98a9 100644 --- a/lib/advanced_billing/models/sale_rep.rb +++ b/lib/advanced_billing/models/sale_rep.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SaleRep Model. diff --git a/lib/advanced_billing/models/sale_rep_item_mrr.rb b/lib/advanced_billing/models/sale_rep_item_mrr.rb index 5245dc9c..986deef0 100644 --- a/lib/advanced_billing/models/sale_rep_item_mrr.rb +++ b/lib/advanced_billing/models/sale_rep_item_mrr.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SaleRepItemMrr Model. diff --git a/lib/advanced_billing/models/sale_rep_settings.rb b/lib/advanced_billing/models/sale_rep_settings.rb index d9f88246..9a67f2dd 100644 --- a/lib/advanced_billing/models/sale_rep_settings.rb +++ b/lib/advanced_billing/models/sale_rep_settings.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SaleRepSettings Model. diff --git a/lib/advanced_billing/models/sale_rep_subscription.rb b/lib/advanced_billing/models/sale_rep_subscription.rb index 5cf8f41c..20c0fafb 100644 --- a/lib/advanced_billing/models/sale_rep_subscription.rb +++ b/lib/advanced_billing/models/sale_rep_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SaleRepSubscription Model. diff --git a/lib/advanced_billing/models/segment.rb b/lib/advanced_billing/models/segment.rb index adfa983d..d1e5a611 100644 --- a/lib/advanced_billing/models/segment.rb +++ b/lib/advanced_billing/models/segment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/segment_price.rb b/lib/advanced_billing/models/segment_price.rb index f8fe3e45..1d1c37cb 100644 --- a/lib/advanced_billing/models/segment_price.rb +++ b/lib/advanced_billing/models/segment_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SegmentPrice Model. diff --git a/lib/advanced_billing/models/segment_response.rb b/lib/advanced_billing/models/segment_response.rb index 9e3fbf58..ff532806 100644 --- a/lib/advanced_billing/models/segment_response.rb +++ b/lib/advanced_billing/models/segment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SegmentResponse Model. diff --git a/lib/advanced_billing/models/send_invoice_request.rb b/lib/advanced_billing/models/send_invoice_request.rb index 7fa30552..37d7856e 100644 --- a/lib/advanced_billing/models/send_invoice_request.rb +++ b/lib/advanced_billing/models/send_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SendInvoiceRequest Model. diff --git a/lib/advanced_billing/models/service_credit.rb b/lib/advanced_billing/models/service_credit.rb index a28bc904..c22025c9 100644 --- a/lib/advanced_billing/models/service_credit.rb +++ b/lib/advanced_billing/models/service_credit.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ServiceCredit Model. diff --git a/lib/advanced_billing/models/service_credit1.rb b/lib/advanced_billing/models/service_credit1.rb index 5f6d8a43..06738cd8 100644 --- a/lib/advanced_billing/models/service_credit1.rb +++ b/lib/advanced_billing/models/service_credit1.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/service_credit_response.rb b/lib/advanced_billing/models/service_credit_response.rb index d1d479ee..5310a6b1 100644 --- a/lib/advanced_billing/models/service_credit_response.rb +++ b/lib/advanced_billing/models/service_credit_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # ServiceCreditResponse Model. diff --git a/lib/advanced_billing/models/service_credit_type.rb b/lib/advanced_billing/models/service_credit_type.rb index c223c76a..169ddc35 100644 --- a/lib/advanced_billing/models/service_credit_type.rb +++ b/lib/advanced_billing/models/service_credit_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The type of entry diff --git a/lib/advanced_billing/models/signup_proforma_preview.rb b/lib/advanced_billing/models/signup_proforma_preview.rb index 953351fe..7fa91086 100644 --- a/lib/advanced_billing/models/signup_proforma_preview.rb +++ b/lib/advanced_billing/models/signup_proforma_preview.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SignupProformaPreview Model. diff --git a/lib/advanced_billing/models/signup_proforma_preview_response.rb b/lib/advanced_billing/models/signup_proforma_preview_response.rb index 92409f83..03fd01d9 100644 --- a/lib/advanced_billing/models/signup_proforma_preview_response.rb +++ b/lib/advanced_billing/models/signup_proforma_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SignupProformaPreviewResponse Model. diff --git a/lib/advanced_billing/models/site.rb b/lib/advanced_billing/models/site.rb index b74a888f..c61fde57 100644 --- a/lib/advanced_billing/models/site.rb +++ b/lib/advanced_billing/models/site.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Site Model. diff --git a/lib/advanced_billing/models/site_response.rb b/lib/advanced_billing/models/site_response.rb index 76258b58..0421777e 100644 --- a/lib/advanced_billing/models/site_response.rb +++ b/lib/advanced_billing/models/site_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SiteResponse Model. diff --git a/lib/advanced_billing/models/site_statistics.rb b/lib/advanced_billing/models/site_statistics.rb index c2484c3e..c57b05f5 100644 --- a/lib/advanced_billing/models/site_statistics.rb +++ b/lib/advanced_billing/models/site_statistics.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SiteStatistics Model. diff --git a/lib/advanced_billing/models/site_summary.rb b/lib/advanced_billing/models/site_summary.rb index 281aea4b..3a6d93dc 100644 --- a/lib/advanced_billing/models/site_summary.rb +++ b/lib/advanced_billing/models/site_summary.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SiteSummary Model. diff --git a/lib/advanced_billing/models/snap_day.rb b/lib/advanced_billing/models/snap_day.rb index 10e3115e..ef30ef0a 100644 --- a/lib/advanced_billing/models/snap_day.rb +++ b/lib/advanced_billing/models/snap_day.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Use for subscriptions with product eligible for calendar billing only. Value diff --git a/lib/advanced_billing/models/sorting_direction.rb b/lib/advanced_billing/models/sorting_direction.rb index bbeb1ae6..4f01a4ac 100644 --- a/lib/advanced_billing/models/sorting_direction.rb +++ b/lib/advanced_billing/models/sorting_direction.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Used for sorting results. diff --git a/lib/advanced_billing/models/subscription.rb b/lib/advanced_billing/models/subscription.rb index c729df36..05db0552 100644 --- a/lib/advanced_billing/models/subscription.rb +++ b/lib/advanced_billing/models/subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_component.rb b/lib/advanced_billing/models/subscription_component.rb index 23fd88aa..48abc20e 100644 --- a/lib/advanced_billing/models/subscription_component.rb +++ b/lib/advanced_billing/models/subscription_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_component_allocation_error_item.rb b/lib/advanced_billing/models/subscription_component_allocation_error_item.rb index 91d4ff56..1ec513ce 100644 --- a/lib/advanced_billing/models/subscription_component_allocation_error_item.rb +++ b/lib/advanced_billing/models/subscription_component_allocation_error_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionComponentAllocationErrorItem Model. diff --git a/lib/advanced_billing/models/subscription_component_response.rb b/lib/advanced_billing/models/subscription_component_response.rb index 5635b7d6..a04da7b4 100644 --- a/lib/advanced_billing/models/subscription_component_response.rb +++ b/lib/advanced_billing/models/subscription_component_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionComponentResponse Model. diff --git a/lib/advanced_billing/models/subscription_component_subscription.rb b/lib/advanced_billing/models/subscription_component_subscription.rb index cd8eaad2..b3ea2451 100644 --- a/lib/advanced_billing/models/subscription_component_subscription.rb +++ b/lib/advanced_billing/models/subscription_component_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_custom_price.rb b/lib/advanced_billing/models/subscription_custom_price.rb index f5ab4e36..f4524f13 100644 --- a/lib/advanced_billing/models/subscription_custom_price.rb +++ b/lib/advanced_billing/models/subscription_custom_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # (Optional) Used in place of `product_price_point_id` to define a custom diff --git a/lib/advanced_billing/models/subscription_date_field.rb b/lib/advanced_billing/models/subscription_date_field.rb index 12f51cbb..5bfeb523 100644 --- a/lib/advanced_billing/models/subscription_date_field.rb +++ b/lib/advanced_billing/models/subscription_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Date Field. diff --git a/lib/advanced_billing/models/subscription_filter.rb b/lib/advanced_billing/models/subscription_filter.rb index ed2154d0..6cc4aa42 100644 --- a/lib/advanced_billing/models/subscription_filter.rb +++ b/lib/advanced_billing/models/subscription_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_group.rb b/lib/advanced_billing/models/subscription_group.rb index e0b4a53e..47185936 100644 --- a/lib/advanced_billing/models/subscription_group.rb +++ b/lib/advanced_billing/models/subscription_group.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_group_balances.rb b/lib/advanced_billing/models/subscription_group_balances.rb index fe53be49..8b9dd666 100644 --- a/lib/advanced_billing/models/subscription_group_balances.rb +++ b/lib/advanced_billing/models/subscription_group_balances.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupBalances Model. diff --git a/lib/advanced_billing/models/subscription_group_bank_account.rb b/lib/advanced_billing/models/subscription_group_bank_account.rb index 2b466ee8..380cb7e0 100644 --- a/lib/advanced_billing/models/subscription_group_bank_account.rb +++ b/lib/advanced_billing/models/subscription_group_bank_account.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupBankAccount Model. diff --git a/lib/advanced_billing/models/subscription_group_component_custom_price.rb b/lib/advanced_billing/models/subscription_group_component_custom_price.rb index bb40fdff..8b0cc557 100644 --- a/lib/advanced_billing/models/subscription_group_component_custom_price.rb +++ b/lib/advanced_billing/models/subscription_group_component_custom_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Used in place of `price_point_id` to define a custom price point unique to diff --git a/lib/advanced_billing/models/subscription_group_credit_card.rb b/lib/advanced_billing/models/subscription_group_credit_card.rb index 25d13db7..5d0f7985 100644 --- a/lib/advanced_billing/models/subscription_group_credit_card.rb +++ b/lib/advanced_billing/models/subscription_group_credit_card.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupCreditCard Model. diff --git a/lib/advanced_billing/models/subscription_group_customer.rb b/lib/advanced_billing/models/subscription_group_customer.rb index fe051813..c65eaf7b 100644 --- a/lib/advanced_billing/models/subscription_group_customer.rb +++ b/lib/advanced_billing/models/subscription_group_customer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupCustomer Model. diff --git a/lib/advanced_billing/models/subscription_group_include.rb b/lib/advanced_billing/models/subscription_group_include.rb index ab9bc1cb..98c86ce3 100644 --- a/lib/advanced_billing/models/subscription_group_include.rb +++ b/lib/advanced_billing/models/subscription_group_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Group Include. diff --git a/lib/advanced_billing/models/subscription_group_item.rb b/lib/advanced_billing/models/subscription_group_item.rb index 62ab007b..1d31c8c0 100644 --- a/lib/advanced_billing/models/subscription_group_item.rb +++ b/lib/advanced_billing/models/subscription_group_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupItem Model. diff --git a/lib/advanced_billing/models/subscription_group_members_array_error.rb b/lib/advanced_billing/models/subscription_group_members_array_error.rb index 2aba4b99..ee2f4f67 100644 --- a/lib/advanced_billing/models/subscription_group_members_array_error.rb +++ b/lib/advanced_billing/models/subscription_group_members_array_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupMembersArrayError Model. diff --git a/lib/advanced_billing/models/subscription_group_payment_profile.rb b/lib/advanced_billing/models/subscription_group_payment_profile.rb index b421d9ec..ca3005b2 100644 --- a/lib/advanced_billing/models/subscription_group_payment_profile.rb +++ b/lib/advanced_billing/models/subscription_group_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupPaymentProfile Model. diff --git a/lib/advanced_billing/models/subscription_group_prepayment.rb b/lib/advanced_billing/models/subscription_group_prepayment.rb index 5bf42fa6..7d6d9aa8 100644 --- a/lib/advanced_billing/models/subscription_group_prepayment.rb +++ b/lib/advanced_billing/models/subscription_group_prepayment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupPrepayment Model. diff --git a/lib/advanced_billing/models/subscription_group_prepayment_method.rb b/lib/advanced_billing/models/subscription_group_prepayment_method.rb index 2b7885ba..f7872365 100644 --- a/lib/advanced_billing/models/subscription_group_prepayment_method.rb +++ b/lib/advanced_billing/models/subscription_group_prepayment_method.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Group Prepayment Method. diff --git a/lib/advanced_billing/models/subscription_group_prepayment_request.rb b/lib/advanced_billing/models/subscription_group_prepayment_request.rb index 07a5201d..2d1c1a25 100644 --- a/lib/advanced_billing/models/subscription_group_prepayment_request.rb +++ b/lib/advanced_billing/models/subscription_group_prepayment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupPrepaymentRequest Model. diff --git a/lib/advanced_billing/models/subscription_group_prepayment_response.rb b/lib/advanced_billing/models/subscription_group_prepayment_response.rb index d1e09a41..9885d5eb 100644 --- a/lib/advanced_billing/models/subscription_group_prepayment_response.rb +++ b/lib/advanced_billing/models/subscription_group_prepayment_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupPrepaymentResponse Model. diff --git a/lib/advanced_billing/models/subscription_group_response.rb b/lib/advanced_billing/models/subscription_group_response.rb index 8daac7de..92ff05a6 100644 --- a/lib/advanced_billing/models/subscription_group_response.rb +++ b/lib/advanced_billing/models/subscription_group_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupResponse Model. diff --git a/lib/advanced_billing/models/subscription_group_signup.rb b/lib/advanced_billing/models/subscription_group_signup.rb index acdb1a35..04cb87e2 100644 --- a/lib/advanced_billing/models/subscription_group_signup.rb +++ b/lib/advanced_billing/models/subscription_group_signup.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignup Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_component.rb b/lib/advanced_billing/models/subscription_group_signup_component.rb index 9c359521..6db20efe 100644 --- a/lib/advanced_billing/models/subscription_group_signup_component.rb +++ b/lib/advanced_billing/models/subscription_group_signup_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupComponent Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_error.rb b/lib/advanced_billing/models/subscription_group_signup_error.rb index ec3752cb..04b49911 100644 --- a/lib/advanced_billing/models/subscription_group_signup_error.rb +++ b/lib/advanced_billing/models/subscription_group_signup_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupError Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_event_data.rb b/lib/advanced_billing/models/subscription_group_signup_event_data.rb index 0ed0fb5a..006a2cc6 100644 --- a/lib/advanced_billing/models/subscription_group_signup_event_data.rb +++ b/lib/advanced_billing/models/subscription_group_signup_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupEventData Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_failure_data.rb b/lib/advanced_billing/models/subscription_group_signup_failure_data.rb index d26b925d..b6023112 100644 --- a/lib/advanced_billing/models/subscription_group_signup_failure_data.rb +++ b/lib/advanced_billing/models/subscription_group_signup_failure_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupFailureData Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_item.rb b/lib/advanced_billing/models/subscription_group_signup_item.rb index f7a33c8d..73b6208f 100644 --- a/lib/advanced_billing/models/subscription_group_signup_item.rb +++ b/lib/advanced_billing/models/subscription_group_signup_item.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupItem Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_request.rb b/lib/advanced_billing/models/subscription_group_signup_request.rb index 3680ab11..af019ae0 100644 --- a/lib/advanced_billing/models/subscription_group_signup_request.rb +++ b/lib/advanced_billing/models/subscription_group_signup_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSignupRequest Model. diff --git a/lib/advanced_billing/models/subscription_group_signup_response.rb b/lib/advanced_billing/models/subscription_group_signup_response.rb index c9abb08b..0d7c83c8 100644 --- a/lib/advanced_billing/models/subscription_group_signup_response.rb +++ b/lib/advanced_billing/models/subscription_group_signup_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_group_single_error.rb b/lib/advanced_billing/models/subscription_group_single_error.rb index b30d3ae8..ce8b3ea2 100644 --- a/lib/advanced_billing/models/subscription_group_single_error.rb +++ b/lib/advanced_billing/models/subscription_group_single_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupSingleError Model. diff --git a/lib/advanced_billing/models/subscription_group_subscription_error.rb b/lib/advanced_billing/models/subscription_group_subscription_error.rb index a60979cc..9b4b2583 100644 --- a/lib/advanced_billing/models/subscription_group_subscription_error.rb +++ b/lib/advanced_billing/models/subscription_group_subscription_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Object which contains subscription errors. diff --git a/lib/advanced_billing/models/subscription_group_update_error.rb b/lib/advanced_billing/models/subscription_group_update_error.rb index c909cf26..0fdf3070 100644 --- a/lib/advanced_billing/models/subscription_group_update_error.rb +++ b/lib/advanced_billing/models/subscription_group_update_error.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionGroupUpdateError Model. diff --git a/lib/advanced_billing/models/subscription_groups_list_include.rb b/lib/advanced_billing/models/subscription_groups_list_include.rb index bb0e2b11..c1f83585 100644 --- a/lib/advanced_billing/models/subscription_groups_list_include.rb +++ b/lib/advanced_billing/models/subscription_groups_list_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Groups List Include. diff --git a/lib/advanced_billing/models/subscription_include.rb b/lib/advanced_billing/models/subscription_include.rb index 619e50b8..c4431004 100644 --- a/lib/advanced_billing/models/subscription_include.rb +++ b/lib/advanced_billing/models/subscription_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Include. diff --git a/lib/advanced_billing/models/subscription_included_coupon.rb b/lib/advanced_billing/models/subscription_included_coupon.rb index a913f745..389f6f01 100644 --- a/lib/advanced_billing/models/subscription_included_coupon.rb +++ b/lib/advanced_billing/models/subscription_included_coupon.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionIncludedCoupon Model. diff --git a/lib/advanced_billing/models/subscription_list_date_field.rb b/lib/advanced_billing/models/subscription_list_date_field.rb index e858e76e..0ac0758d 100644 --- a/lib/advanced_billing/models/subscription_list_date_field.rb +++ b/lib/advanced_billing/models/subscription_list_date_field.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription List Date Field. diff --git a/lib/advanced_billing/models/subscription_list_include.rb b/lib/advanced_billing/models/subscription_list_include.rb index cc26d736..efced80c 100644 --- a/lib/advanced_billing/models/subscription_list_include.rb +++ b/lib/advanced_billing/models/subscription_list_include.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription List Include. diff --git a/lib/advanced_billing/models/subscription_migration_preview.rb b/lib/advanced_billing/models/subscription_migration_preview.rb index 182f211b..88654a84 100644 --- a/lib/advanced_billing/models/subscription_migration_preview.rb +++ b/lib/advanced_billing/models/subscription_migration_preview.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMigrationPreview Model. diff --git a/lib/advanced_billing/models/subscription_migration_preview_options.rb b/lib/advanced_billing/models/subscription_migration_preview_options.rb index e1e1b1cb..2d9f2875 100644 --- a/lib/advanced_billing/models/subscription_migration_preview_options.rb +++ b/lib/advanced_billing/models/subscription_migration_preview_options.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_migration_preview_request.rb b/lib/advanced_billing/models/subscription_migration_preview_request.rb index f8cd6059..29720282 100644 --- a/lib/advanced_billing/models/subscription_migration_preview_request.rb +++ b/lib/advanced_billing/models/subscription_migration_preview_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMigrationPreviewRequest Model. diff --git a/lib/advanced_billing/models/subscription_migration_preview_response.rb b/lib/advanced_billing/models/subscription_migration_preview_response.rb index 60926e75..abca8d8e 100644 --- a/lib/advanced_billing/models/subscription_migration_preview_response.rb +++ b/lib/advanced_billing/models/subscription_migration_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMigrationPreviewResponse Model. diff --git a/lib/advanced_billing/models/subscription_mrr.rb b/lib/advanced_billing/models/subscription_mrr.rb index aabe8e14..3b04cd42 100644 --- a/lib/advanced_billing/models/subscription_mrr.rb +++ b/lib/advanced_billing/models/subscription_mrr.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMRR Model. diff --git a/lib/advanced_billing/models/subscription_mrr_breakout.rb b/lib/advanced_billing/models/subscription_mrr_breakout.rb index 78e70341..60357da6 100644 --- a/lib/advanced_billing/models/subscription_mrr_breakout.rb +++ b/lib/advanced_billing/models/subscription_mrr_breakout.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMRRBreakout Model. diff --git a/lib/advanced_billing/models/subscription_mrr_response.rb b/lib/advanced_billing/models/subscription_mrr_response.rb index bef631a3..c85b13ab 100644 --- a/lib/advanced_billing/models/subscription_mrr_response.rb +++ b/lib/advanced_billing/models/subscription_mrr_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionMRRResponse Model. diff --git a/lib/advanced_billing/models/subscription_note.rb b/lib/advanced_billing/models/subscription_note.rb index 7ac1f4d1..2b8e7487 100644 --- a/lib/advanced_billing/models/subscription_note.rb +++ b/lib/advanced_billing/models/subscription_note.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/subscription_note_response.rb b/lib/advanced_billing/models/subscription_note_response.rb index 3da39ea3..93180e92 100644 --- a/lib/advanced_billing/models/subscription_note_response.rb +++ b/lib/advanced_billing/models/subscription_note_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionNoteResponse Model. diff --git a/lib/advanced_billing/models/subscription_preview.rb b/lib/advanced_billing/models/subscription_preview.rb index 778ae68c..f1aa851e 100644 --- a/lib/advanced_billing/models/subscription_preview.rb +++ b/lib/advanced_billing/models/subscription_preview.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionPreview Model. diff --git a/lib/advanced_billing/models/subscription_preview_response.rb b/lib/advanced_billing/models/subscription_preview_response.rb index 5f013671..565ff56d 100644 --- a/lib/advanced_billing/models/subscription_preview_response.rb +++ b/lib/advanced_billing/models/subscription_preview_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionPreviewResponse Model. diff --git a/lib/advanced_billing/models/subscription_product_change.rb b/lib/advanced_billing/models/subscription_product_change.rb index 20d33a6e..4698d6af 100644 --- a/lib/advanced_billing/models/subscription_product_change.rb +++ b/lib/advanced_billing/models/subscription_product_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionProductChange Model. diff --git a/lib/advanced_billing/models/subscription_product_migration.rb b/lib/advanced_billing/models/subscription_product_migration.rb index e48a821b..fdae63de 100644 --- a/lib/advanced_billing/models/subscription_product_migration.rb +++ b/lib/advanced_billing/models/subscription_product_migration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionProductMigration Model. diff --git a/lib/advanced_billing/models/subscription_product_migration_request.rb b/lib/advanced_billing/models/subscription_product_migration_request.rb index f197fefb..f30cd9ff 100644 --- a/lib/advanced_billing/models/subscription_product_migration_request.rb +++ b/lib/advanced_billing/models/subscription_product_migration_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionProductMigrationRequest Model. diff --git a/lib/advanced_billing/models/subscription_purge_type.rb b/lib/advanced_billing/models/subscription_purge_type.rb index 8575bf2e..239f98a4 100644 --- a/lib/advanced_billing/models/subscription_purge_type.rb +++ b/lib/advanced_billing/models/subscription_purge_type.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Purge Type. diff --git a/lib/advanced_billing/models/subscription_response.rb b/lib/advanced_billing/models/subscription_response.rb index 85fe2d03..f41c1b1b 100644 --- a/lib/advanced_billing/models/subscription_response.rb +++ b/lib/advanced_billing/models/subscription_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionResponse Model. diff --git a/lib/advanced_billing/models/subscription_sort.rb b/lib/advanced_billing/models/subscription_sort.rb index a2e86d0a..2436b180 100644 --- a/lib/advanced_billing/models/subscription_sort.rb +++ b/lib/advanced_billing/models/subscription_sort.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Subscription Sort. diff --git a/lib/advanced_billing/models/subscription_state.rb b/lib/advanced_billing/models/subscription_state.rb index 66405c9d..0d48a9bb 100644 --- a/lib/advanced_billing/models/subscription_state.rb +++ b/lib/advanced_billing/models/subscription_state.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The state of a subscription. * **Live States** * `active` - A normal, diff --git a/lib/advanced_billing/models/subscription_state_change.rb b/lib/advanced_billing/models/subscription_state_change.rb index 62efc9fc..b402eca2 100644 --- a/lib/advanced_billing/models/subscription_state_change.rb +++ b/lib/advanced_billing/models/subscription_state_change.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # SubscriptionStateChange Model. diff --git a/lib/advanced_billing/models/subscription_state_filter.rb b/lib/advanced_billing/models/subscription_state_filter.rb index 36f08418..1b656714 100644 --- a/lib/advanced_billing/models/subscription_state_filter.rb +++ b/lib/advanced_billing/models/subscription_state_filter.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Allowed values for filtering by the current state of the subscription. diff --git a/lib/advanced_billing/models/tax_configuration.rb b/lib/advanced_billing/models/tax_configuration.rb index a7f3fb5a..d9239661 100644 --- a/lib/advanced_billing/models/tax_configuration.rb +++ b/lib/advanced_billing/models/tax_configuration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # TaxConfiguration Model. diff --git a/lib/advanced_billing/models/tax_configuration_kind.rb b/lib/advanced_billing/models/tax_configuration_kind.rb index 524b143c..8ae7ca6f 100644 --- a/lib/advanced_billing/models/tax_configuration_kind.rb +++ b/lib/advanced_billing/models/tax_configuration_kind.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Tax Configuration Kind. diff --git a/lib/advanced_billing/models/tax_destination_address.rb b/lib/advanced_billing/models/tax_destination_address.rb index 88072cce..3e5d46e0 100644 --- a/lib/advanced_billing/models/tax_destination_address.rb +++ b/lib/advanced_billing/models/tax_destination_address.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Tax Destination Address. diff --git a/lib/advanced_billing/models/too_many_management_link_requests.rb b/lib/advanced_billing/models/too_many_management_link_requests.rb index 0fb3dab4..61ad3c4e 100644 --- a/lib/advanced_billing/models/too_many_management_link_requests.rb +++ b/lib/advanced_billing/models/too_many_management_link_requests.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/update_allocation_expiration_date.rb b/lib/advanced_billing/models/update_allocation_expiration_date.rb index 2040562a..aaa66bbe 100644 --- a/lib/advanced_billing/models/update_allocation_expiration_date.rb +++ b/lib/advanced_billing/models/update_allocation_expiration_date.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateAllocationExpirationDate Model. diff --git a/lib/advanced_billing/models/update_component.rb b/lib/advanced_billing/models/update_component.rb index 1ced6436..33aa1e33 100644 --- a/lib/advanced_billing/models/update_component.rb +++ b/lib/advanced_billing/models/update_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateComponent Model. diff --git a/lib/advanced_billing/models/update_component_price_point.rb b/lib/advanced_billing/models/update_component_price_point.rb index 7515c848..e482d2fd 100644 --- a/lib/advanced_billing/models/update_component_price_point.rb +++ b/lib/advanced_billing/models/update_component_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateComponentPricePoint Model. diff --git a/lib/advanced_billing/models/update_component_price_point_request.rb b/lib/advanced_billing/models/update_component_price_point_request.rb index b20a27bb..e5fd3275 100644 --- a/lib/advanced_billing/models/update_component_price_point_request.rb +++ b/lib/advanced_billing/models/update_component_price_point_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateComponentPricePointRequest Model. diff --git a/lib/advanced_billing/models/update_component_request.rb b/lib/advanced_billing/models/update_component_request.rb index bbedbe5b..545125c9 100644 --- a/lib/advanced_billing/models/update_component_request.rb +++ b/lib/advanced_billing/models/update_component_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateComponentRequest Model. diff --git a/lib/advanced_billing/models/update_coupon_currency.rb b/lib/advanced_billing/models/update_coupon_currency.rb index d56a6c31..fd78092b 100644 --- a/lib/advanced_billing/models/update_coupon_currency.rb +++ b/lib/advanced_billing/models/update_coupon_currency.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateCouponCurrency Model. diff --git a/lib/advanced_billing/models/update_currency_price.rb b/lib/advanced_billing/models/update_currency_price.rb index 4c8d14b9..f33f0e2a 100644 --- a/lib/advanced_billing/models/update_currency_price.rb +++ b/lib/advanced_billing/models/update_currency_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateCurrencyPrice Model. diff --git a/lib/advanced_billing/models/update_currency_prices_request.rb b/lib/advanced_billing/models/update_currency_prices_request.rb index 7c01f988..fc07f87b 100644 --- a/lib/advanced_billing/models/update_currency_prices_request.rb +++ b/lib/advanced_billing/models/update_currency_prices_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateCurrencyPricesRequest Model. diff --git a/lib/advanced_billing/models/update_customer.rb b/lib/advanced_billing/models/update_customer.rb index 1d81aee2..6aeb3897 100644 --- a/lib/advanced_billing/models/update_customer.rb +++ b/lib/advanced_billing/models/update_customer.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateCustomer Model. diff --git a/lib/advanced_billing/models/update_customer_request.rb b/lib/advanced_billing/models/update_customer_request.rb index 54c2a4dd..f555a3df 100644 --- a/lib/advanced_billing/models/update_customer_request.rb +++ b/lib/advanced_billing/models/update_customer_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateCustomerRequest Model. diff --git a/lib/advanced_billing/models/update_metadata.rb b/lib/advanced_billing/models/update_metadata.rb index f0c490ae..6aeed3a4 100644 --- a/lib/advanced_billing/models/update_metadata.rb +++ b/lib/advanced_billing/models/update_metadata.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateMetadata Model. diff --git a/lib/advanced_billing/models/update_metadata_request.rb b/lib/advanced_billing/models/update_metadata_request.rb index a0ed24af..539e3463 100644 --- a/lib/advanced_billing/models/update_metadata_request.rb +++ b/lib/advanced_billing/models/update_metadata_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateMetadataRequest Model. diff --git a/lib/advanced_billing/models/update_metafield.rb b/lib/advanced_billing/models/update_metafield.rb index 45f1c0ef..9cfcc53b 100644 --- a/lib/advanced_billing/models/update_metafield.rb +++ b/lib/advanced_billing/models/update_metafield.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateMetafield Model. diff --git a/lib/advanced_billing/models/update_metafields_request.rb b/lib/advanced_billing/models/update_metafields_request.rb index e37582f8..cd9e35f1 100644 --- a/lib/advanced_billing/models/update_metafields_request.rb +++ b/lib/advanced_billing/models/update_metafields_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateMetafieldsRequest Model. diff --git a/lib/advanced_billing/models/update_payment_profile.rb b/lib/advanced_billing/models/update_payment_profile.rb index 74a63e0e..7e060e3e 100644 --- a/lib/advanced_billing/models/update_payment_profile.rb +++ b/lib/advanced_billing/models/update_payment_profile.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdatePaymentProfile Model. diff --git a/lib/advanced_billing/models/update_payment_profile_request.rb b/lib/advanced_billing/models/update_payment_profile_request.rb index e11a4f9a..73b076d1 100644 --- a/lib/advanced_billing/models/update_payment_profile_request.rb +++ b/lib/advanced_billing/models/update_payment_profile_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdatePaymentProfileRequest Model. diff --git a/lib/advanced_billing/models/update_price.rb b/lib/advanced_billing/models/update_price.rb index fe895d97..e2ce0066 100644 --- a/lib/advanced_billing/models/update_price.rb +++ b/lib/advanced_billing/models/update_price.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdatePrice Model. diff --git a/lib/advanced_billing/models/update_product_price_point.rb b/lib/advanced_billing/models/update_product_price_point.rb index 5538dcb5..53011e9d 100644 --- a/lib/advanced_billing/models/update_product_price_point.rb +++ b/lib/advanced_billing/models/update_product_price_point.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateProductPricePoint Model. diff --git a/lib/advanced_billing/models/update_product_price_point_request.rb b/lib/advanced_billing/models/update_product_price_point_request.rb index 1e20e7ff..b1f2e21b 100644 --- a/lib/advanced_billing/models/update_product_price_point_request.rb +++ b/lib/advanced_billing/models/update_product_price_point_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateProductPricePointRequest Model. diff --git a/lib/advanced_billing/models/update_reason_code.rb b/lib/advanced_billing/models/update_reason_code.rb index 23bd75fa..b38ba5d5 100644 --- a/lib/advanced_billing/models/update_reason_code.rb +++ b/lib/advanced_billing/models/update_reason_code.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateReasonCode Model. diff --git a/lib/advanced_billing/models/update_reason_code_request.rb b/lib/advanced_billing/models/update_reason_code_request.rb index 5cbdf9f3..e51a6a6e 100644 --- a/lib/advanced_billing/models/update_reason_code_request.rb +++ b/lib/advanced_billing/models/update_reason_code_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateReasonCodeRequest Model. diff --git a/lib/advanced_billing/models/update_segment.rb b/lib/advanced_billing/models/update_segment.rb index 3d43f430..3dbf5fdd 100644 --- a/lib/advanced_billing/models/update_segment.rb +++ b/lib/advanced_billing/models/update_segment.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSegment Model. diff --git a/lib/advanced_billing/models/update_segment_request.rb b/lib/advanced_billing/models/update_segment_request.rb index 1ece30b3..f49a71a9 100644 --- a/lib/advanced_billing/models/update_segment_request.rb +++ b/lib/advanced_billing/models/update_segment_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSegmentRequest Model. diff --git a/lib/advanced_billing/models/update_subscription.rb b/lib/advanced_billing/models/update_subscription.rb index 81a528fe..6ebe485f 100644 --- a/lib/advanced_billing/models/update_subscription.rb +++ b/lib/advanced_billing/models/update_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/update_subscription_component.rb b/lib/advanced_billing/models/update_subscription_component.rb index 4424cad0..93fff30f 100644 --- a/lib/advanced_billing/models/update_subscription_component.rb +++ b/lib/advanced_billing/models/update_subscription_component.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSubscriptionComponent Model. diff --git a/lib/advanced_billing/models/update_subscription_group.rb b/lib/advanced_billing/models/update_subscription_group.rb index a2f20b03..6822548a 100644 --- a/lib/advanced_billing/models/update_subscription_group.rb +++ b/lib/advanced_billing/models/update_subscription_group.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSubscriptionGroup Model. diff --git a/lib/advanced_billing/models/update_subscription_group_request.rb b/lib/advanced_billing/models/update_subscription_group_request.rb index 8f934b20..0efd8d38 100644 --- a/lib/advanced_billing/models/update_subscription_group_request.rb +++ b/lib/advanced_billing/models/update_subscription_group_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSubscriptionGroupRequest Model. diff --git a/lib/advanced_billing/models/update_subscription_note.rb b/lib/advanced_billing/models/update_subscription_note.rb index 5589031f..619d0e49 100644 --- a/lib/advanced_billing/models/update_subscription_note.rb +++ b/lib/advanced_billing/models/update_subscription_note.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Updatable fields for Subscription Note diff --git a/lib/advanced_billing/models/update_subscription_note_request.rb b/lib/advanced_billing/models/update_subscription_note_request.rb index 06d528c9..30bfec0a 100644 --- a/lib/advanced_billing/models/update_subscription_note_request.rb +++ b/lib/advanced_billing/models/update_subscription_note_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Updatable fields for Subscription Note diff --git a/lib/advanced_billing/models/update_subscription_request.rb b/lib/advanced_billing/models/update_subscription_request.rb index af84e148..9bb878c4 100644 --- a/lib/advanced_billing/models/update_subscription_request.rb +++ b/lib/advanced_billing/models/update_subscription_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpdateSubscriptionRequest Model. diff --git a/lib/advanced_billing/models/upsert_prepaid_configuration.rb b/lib/advanced_billing/models/upsert_prepaid_configuration.rb index 6a55a07d..16515db3 100644 --- a/lib/advanced_billing/models/upsert_prepaid_configuration.rb +++ b/lib/advanced_billing/models/upsert_prepaid_configuration.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpsertPrepaidConfiguration Model. diff --git a/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb b/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb index 5e895ddf..3ad54ead 100644 --- a/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb +++ b/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UpsertPrepaidConfigurationRequest Model. diff --git a/lib/advanced_billing/models/usage.rb b/lib/advanced_billing/models/usage.rb index eca45d1b..61fbde3c 100644 --- a/lib/advanced_billing/models/usage.rb +++ b/lib/advanced_billing/models/usage.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/usage_response.rb b/lib/advanced_billing/models/usage_response.rb index fd5e7605..be50a6ae 100644 --- a/lib/advanced_billing/models/usage_response.rb +++ b/lib/advanced_billing/models/usage_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # UsageResponse Model. diff --git a/lib/advanced_billing/models/void_invoice.rb b/lib/advanced_billing/models/void_invoice.rb index 5e3793dc..65badda2 100644 --- a/lib/advanced_billing/models/void_invoice.rb +++ b/lib/advanced_billing/models/void_invoice.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # VoidInvoice Model. diff --git a/lib/advanced_billing/models/void_invoice_event.rb b/lib/advanced_billing/models/void_invoice_event.rb index 9e099f33..5ee4eaa5 100644 --- a/lib/advanced_billing/models/void_invoice_event.rb +++ b/lib/advanced_billing/models/void_invoice_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/void_invoice_event_data.rb b/lib/advanced_billing/models/void_invoice_event_data.rb index 97b5a86e..ff280dfe 100644 --- a/lib/advanced_billing/models/void_invoice_event_data.rb +++ b/lib/advanced_billing/models/void_invoice_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/void_invoice_request.rb b/lib/advanced_billing/models/void_invoice_request.rb index c746094d..fedc9d53 100644 --- a/lib/advanced_billing/models/void_invoice_request.rb +++ b/lib/advanced_billing/models/void_invoice_request.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # VoidInvoiceRequest Model. diff --git a/lib/advanced_billing/models/void_remainder_event.rb b/lib/advanced_billing/models/void_remainder_event.rb index b6c3c537..41e3566b 100644 --- a/lib/advanced_billing/models/void_remainder_event.rb +++ b/lib/advanced_billing/models/void_remainder_event.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/void_remainder_event_data.rb b/lib/advanced_billing/models/void_remainder_event_data.rb index e76207f8..13c8c27a 100644 --- a/lib/advanced_billing/models/void_remainder_event_data.rb +++ b/lib/advanced_billing/models/void_remainder_event_data.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/webhook.rb b/lib/advanced_billing/models/webhook.rb index 82c687bc..d29c5261 100644 --- a/lib/advanced_billing/models/webhook.rb +++ b/lib/advanced_billing/models/webhook.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/models/webhook_order.rb b/lib/advanced_billing/models/webhook_order.rb index c19c430d..db4f709e 100644 --- a/lib/advanced_billing/models/webhook_order.rb +++ b/lib/advanced_billing/models/webhook_order.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Webhook Order. diff --git a/lib/advanced_billing/models/webhook_response.rb b/lib/advanced_billing/models/webhook_response.rb index 47d2a2cc..37ff2b2c 100644 --- a/lib/advanced_billing/models/webhook_response.rb +++ b/lib/advanced_billing/models/webhook_response.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # WebhookResponse Model. diff --git a/lib/advanced_billing/models/webhook_status.rb b/lib/advanced_billing/models/webhook_status.rb index 66b3adab..9f8587d1 100644 --- a/lib/advanced_billing/models/webhook_status.rb +++ b/lib/advanced_billing/models/webhook_status.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Webhook Status. diff --git a/lib/advanced_billing/models/webhook_subscription.rb b/lib/advanced_billing/models/webhook_subscription.rb index d0aeb1bd..e9cb67fd 100644 --- a/lib/advanced_billing/models/webhook_subscription.rb +++ b/lib/advanced_billing/models/webhook_subscription.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # Webhook Subscription. diff --git a/lib/advanced_billing/utilities/date_time_helper.rb b/lib/advanced_billing/utilities/date_time_helper.rb index 4b04da7b..a118c8bc 100644 --- a/lib/advanced_billing/utilities/date_time_helper.rb +++ b/lib/advanced_billing/utilities/date_time_helper.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). require 'date' module AdvancedBilling diff --git a/lib/advanced_billing/utilities/file_wrapper.rb b/lib/advanced_billing/utilities/file_wrapper.rb index a13b0b05..4e20a5c8 100644 --- a/lib/advanced_billing/utilities/file_wrapper.rb +++ b/lib/advanced_billing/utilities/file_wrapper.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # A utility to allow users to set the content-type for files diff --git a/lib/advanced_billing/utilities/union_type_lookup.rb b/lib/advanced_billing/utilities/union_type_lookup.rb index 9cf772d8..358e78ab 100644 --- a/lib/advanced_billing/utilities/union_type_lookup.rb +++ b/lib/advanced_billing/utilities/union_type_lookup.rb @@ -1,7 +1,7 @@ # advanced_billing # -# This file was automatically generated by APIMATIC v2.0 -# ( https://apimatic.io ). +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). module AdvancedBilling # The `UnionTypeLookUp` class serves as a utility class for From e9a963e9407456cde370c08f43076df21db14068 Mon Sep 17 00:00:00 2001 From: maxio-sdk Date: Tue, 9 Sep 2025 13:13:15 +0000 Subject: [PATCH 2/3] Automated commit message --- README.md | 94 ++++++++++--------- advanced_billing.gemspec | 8 +- doc/auth/basic-authentication.md | 5 +- doc/client.md | 6 +- doc/controllers/component-price-points.md | 5 +- doc/controllers/components.md | 4 +- doc/controllers/customers.md | 39 +++++++- doc/controllers/payment-profiles.md | 10 +- doc/controllers/product-price-points.md | 5 +- doc/controllers/subscription-components.md | 12 +-- doc/controllers/subscriptions.md | 18 ++-- ...eate-usage-subscription-id-or-reference.md | 14 +++ ...ages-input-subscription-id-or-reference.md | 14 +++ doc/proxy-settings.md | 31 ++++++ lib/advanced_billing.rb | 1 + lib/advanced_billing/client.rb | 6 +- lib/advanced_billing/configuration.rb | 14 ++- .../controllers/base_controller.rb | 2 +- .../controllers/components_controller.rb | 5 +- .../controllers/customers_controller.rb | 4 +- .../payment_profiles_controller.rb | 21 ++--- .../subscription_components_controller.rb | 40 +++++--- .../controllers/subscriptions_controller.rb | 43 +++++---- lib/advanced_billing/http/proxy_settings.rb | 13 +++ .../utilities/union_type_lookup.rb | 14 +++ 25 files changed, 294 insertions(+), 134 deletions(-) create mode 100644 doc/models/containers/create-usage-subscription-id-or-reference.md create mode 100644 doc/models/containers/list-usages-input-subscription-id-or-reference.md create mode 100644 doc/proxy-settings.md create mode 100644 lib/advanced_billing/http/proxy_settings.rb diff --git a/README.md b/README.md index ac4004e5..1ec9d1b6 100644 --- a/README.md +++ b/README.md @@ -29,20 +29,20 @@ curl -u :x -H Accept:application/json -H Content-Type:application/json Install the gem from the command line: ```bash -gem install maxio-advanced-billing-sdk -v 7.0.0 +gem install maxio-advanced-billing-sdk -v 7.0.1 ``` Or add the gem to your Gemfile and run `bundle`: ```ruby -gem 'maxio-advanced-billing-sdk', '7.0.0' +gem 'maxio-advanced-billing-sdk', '7.0.1' ``` -For additional gem details, see the [RubyGems page for the maxio-advanced-billing-sdk gem](https://rubygems.org/gems/maxio-advanced-billing-sdk/versions/7.0.0). +For additional gem details, see the [RubyGems page for the maxio-advanced-billing-sdk gem](https://rubygems.org/gems/maxio-advanced-billing-sdk/versions/7.0.1). ## Initialize the API Client -**_Note:_** Documentation for the client can be found [here.](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/client.md) +**_Note:_** Documentation for the client can be found [here.](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/client.md) The following parameters are configurable for the API Client: @@ -59,12 +59,16 @@ The following parameters are configurable for the API Client: | retry_statuses | `Array` | A list of HTTP statuses to retry.
**Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** | | retry_methods | `Array` | A list of HTTP methods to retry.
**Default: %i[get put]** | | http_callback | `HttpCallBack` | The Http CallBack allows defining callables for pre and post API calls. | -| basic_auth_credentials | [`BasicAuthCredentials`](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/auth/basic-authentication.md) | The credential object for Basic Authentication | +| proxy_settings | [`ProxySettings`](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. | +| basic_auth_credentials | [`BasicAuthCredentials`](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/auth/basic-authentication.md) | The credential object for Basic Authentication | The API client can be initialized as follows: ```ruby -client = AdvancedBilling::Client.new( +require 'advanced_billing' +include AdvancedBilling + +client = Client.new( basic_auth_credentials: BasicAuthCredentials.new( username: 'BasicAuthUserName', password: 'BasicAuthPassword' @@ -89,52 +93,56 @@ The SDK can be configured to use a different environment for making API calls. A This API uses the following authentication schemes. -* [`BasicAuth (Basic Authentication)`](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/auth/basic-authentication.md) +* [`BasicAuth (Basic Authentication)`](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/auth/basic-authentication.md) ## List of APIs -* [API Exports](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/api-exports.md) -* [Advance Invoice](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/advance-invoice.md) -* [Billing Portal](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/billing-portal.md) -* [Component Price Points](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/component-price-points.md) -* [Custom Fields](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/custom-fields.md) -* [Events-Based Billing Segments](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/events-based-billing-segments.md) -* [Payment Profiles](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/payment-profiles.md) -* [Product Families](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/product-families.md) -* [Product Price Points](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/product-price-points.md) -* [Proforma Invoices](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/proforma-invoices.md) -* [Reason Codes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/reason-codes.md) -* [Referral Codes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/referral-codes.md) -* [Sales Commissions](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/sales-commissions.md) -* [Subscription Components](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-components.md) -* [Subscription Groups](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-groups.md) -* [Subscription Group Invoice Account](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-group-invoice-account.md) -* [Subscription Group Status](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-group-status.md) -* [Subscription Invoice Account](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-invoice-account.md) -* [Subscription Notes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-notes.md) -* [Subscription Products](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-products.md) -* [Subscription Status](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscription-status.md) -* [Coupons](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/coupons.md) -* [Components](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/components.md) -* [Customers](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/customers.md) -* [Events](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/events.md) -* [Insights](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/insights.md) -* [Invoices](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/invoices.md) -* [Offers](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/offers.md) -* [Products](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/products.md) -* [Sites](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/sites.md) -* [Subscriptions](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/subscriptions.md) -* [Webhooks](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/controllers/webhooks.md) +* [API Exports](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/api-exports.md) +* [Advance Invoice](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/advance-invoice.md) +* [Billing Portal](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/billing-portal.md) +* [Component Price Points](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/component-price-points.md) +* [Custom Fields](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/custom-fields.md) +* [Events-Based Billing Segments](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/events-based-billing-segments.md) +* [Payment Profiles](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/payment-profiles.md) +* [Product Families](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/product-families.md) +* [Product Price Points](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/product-price-points.md) +* [Proforma Invoices](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/proforma-invoices.md) +* [Reason Codes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/reason-codes.md) +* [Referral Codes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/referral-codes.md) +* [Sales Commissions](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/sales-commissions.md) +* [Subscription Components](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-components.md) +* [Subscription Groups](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-groups.md) +* [Subscription Group Invoice Account](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-group-invoice-account.md) +* [Subscription Group Status](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-group-status.md) +* [Subscription Invoice Account](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-invoice-account.md) +* [Subscription Notes](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-notes.md) +* [Subscription Products](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-products.md) +* [Subscription Status](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscription-status.md) +* [Coupons](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/coupons.md) +* [Components](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/components.md) +* [Customers](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/customers.md) +* [Events](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/events.md) +* [Insights](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/insights.md) +* [Invoices](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/invoices.md) +* [Offers](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/offers.md) +* [Products](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/products.md) +* [Sites](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/sites.md) +* [Subscriptions](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/subscriptions.md) +* [Webhooks](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/controllers/webhooks.md) ## SDK Infrastructure +### Configuration + +* [ProxySettings](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/proxy-settings.md) + ### HTTP -* [HttpResponse](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/http-response.md) -* [HttpRequest](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/http-request.md) +* [HttpResponse](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/http-response.md) +* [HttpRequest](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/http-request.md) ### Utilities -* [ApiHelper](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/api-helper.md) -* [DateTimeHelper](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.0/doc/date-time-helper.md) +* [ApiHelper](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/api-helper.md) +* [DateTimeHelper](https://www.github.com/maxio-com/ab-ruby-sdk/tree/7.0.1/doc/date-time-helper.md) diff --git a/advanced_billing.gemspec b/advanced_billing.gemspec index a055bd27..44aa570d 100644 --- a/advanced_billing.gemspec +++ b/advanced_billing.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'maxio-advanced-billing-sdk' - s.version = '7.0.0' + s.version = '7.0.1' s.summary = 'SDK for Maxio Advanced Billing' s.description = "Ultimate billing and pricing flexibility for B2B SaaS.\nMaxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments." s.authors = ['Maxio SDK'] @@ -10,9 +10,9 @@ Gem::Specification.new do |s| s.metadata = { } - s.add_dependency('apimatic_core_interfaces', '~> 0.2.1') - s.add_dependency('apimatic_core', '~> 0.3.17') - s.add_dependency('apimatic_faraday_client_adapter', '~> 0.1.4') + s.add_dependency('apimatic_core_interfaces', '~> 0.2.2') + s.add_dependency('apimatic_core', '~> 0.3.19') + s.add_dependency('apimatic_faraday_client_adapter', '~> 0.1.6') s.required_ruby_version = ['>= 2.6'] s.files = Dir['{bin,lib,man,test,spec}/**/*', 'README*', 'LICENSE*'] s.require_paths = ['lib'] diff --git a/doc/auth/basic-authentication.md b/doc/auth/basic-authentication.md index 3d5aa14c..3f57fbfa 100644 --- a/doc/auth/basic-authentication.md +++ b/doc/auth/basic-authentication.md @@ -23,7 +23,10 @@ Documentation for accessing and setting credentials for BasicAuth. You must provide credentials in the client as shown in the following code snippet. ```ruby -client = AdvancedBilling::Client.new( +require 'advanced_billing' +include AdvancedBilling + +client = Client.new( basic_auth_credentials: BasicAuthCredentials.new( username: 'BasicAuthUserName', password: 'BasicAuthPassword' diff --git a/doc/client.md b/doc/client.md index 41e28344..f7613683 100644 --- a/doc/client.md +++ b/doc/client.md @@ -16,12 +16,16 @@ The following parameters are configurable for the API Client: | retry_statuses | `Array` | A list of HTTP statuses to retry.
**Default: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524]** | | retry_methods | `Array` | A list of HTTP methods to retry.
**Default: %i[get put]** | | http_callback | `HttpCallBack` | The Http CallBack allows defining callables for pre and post API calls. | +| proxy_settings | [`ProxySettings`](../doc/proxy-settings.md) | Optional proxy configuration to route HTTP requests through a proxy server. | | basic_auth_credentials | [`BasicAuthCredentials`](auth/basic-authentication.md) | The credential object for Basic Authentication | The API client can be initialized as follows: ```ruby -client = AdvancedBilling::Client.new( +require 'advanced_billing' +include AdvancedBilling + +client = Client.new( basic_auth_credentials: BasicAuthCredentials.new( username: 'BasicAuthUserName', password: 'BasicAuthPassword' diff --git a/doc/controllers/component-price-points.md b/doc/controllers/component-price-points.md index 1b106973..0c978d08 100644 --- a/doc/controllers/component-price-points.md +++ b/doc/controllers/component-price-points.md @@ -186,10 +186,11 @@ def list_component_price_points(options = {}) ## Example Usage ```ruby -Liquid error: Value cannot be null. (Parameter 'key')collect = { +collect = { 'component_id' => 222, 'page' => 2, - 'per_page' => 50 + 'per_page' => 50, + 'filter_type' => Liquid error: Value cannot be null. (Parameter 'key') } result = component_price_points_controller.list_component_price_points(collect) diff --git a/doc/controllers/components.md b/doc/controllers/components.md index e0a37269..43fd96f7 100644 --- a/doc/controllers/components.md +++ b/doc/controllers/components.md @@ -646,9 +646,9 @@ puts result # Read Component -This request will return information regarding a component from a specific product family. +Returns information regarding a component from a specific product family. -You may read the component by either the component's id or handle. When using the handle, it must be prefixed with `handle:`. +You can read the component by either the component's id or handle. When using the handle, it must be prefixed with `handle:`. ```ruby def read_component(product_family_id, diff --git a/doc/controllers/customers.md b/doc/controllers/customers.md index 1d0e3347..4c1f1f8a 100644 --- a/doc/controllers/customers.md +++ b/doc/controllers/customers.md @@ -268,7 +268,7 @@ puts result # Read Customer -This method allows to retrieve the Customer properties by Advanced Billing-generated Customer ID. +Retrieves the Customer properties by Advanced Billing-generated Customer ID. ```ruby def read_customer(id) @@ -293,6 +293,43 @@ result = customers_controller.read_customer(id) puts result ``` +## Example Response *(as JSON)* + +```json +{ + "customer": { + "first_name": "Jane", + "last_name": "Doe", + "email": "jane@example.com", + "cc_emails": "joe@example.com", + "organization": "ABC, Inc.", + "reference": "1234567890", + "id": 88833369, + "created_at": "2025-05-08T11:39:18-04:00", + "updated_at": "2025-05-08T11:39:18-04:00", + "address": "123 Main Street", + "address_2": "Unit 10", + "city": "Anytown", + "state": "MA", + "state_name": "Massachusetts", + "zip": "02120", + "country": "US", + "country_name": "United States", + "phone": "555-555-1212", + "verified": false, + "portal_customer_created_at": null, + "portal_invite_last_sent_at": null, + "portal_invite_last_accepted_at": null, + "tax_exempt": false, + "vat_number": null, + "parent_id": null, + "locale": "es-MX", + "salesforce_id": null, + "default_auto_renewal_profile_id": null + } +} +``` + # Update Customer diff --git a/doc/controllers/payment-profiles.md b/doc/controllers/payment-profiles.md index 0547ed6f..4a163dfd 100644 --- a/doc/controllers/payment-profiles.md +++ b/doc/controllers/payment-profiles.md @@ -96,9 +96,9 @@ For more information on GoCardless, please view the following resources: + [Full documentation on GoCardless](https://maxio.zendesk.com/hc/en-us/articles/24176159136909-GoCardless) -+ [Using Chargify.js with GoCardless - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-direct-debit-gocardless-gateway) ++ [Using Chargify.js with GoCardless - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQZKCER8CFK40MR6XJ) -+ [Using Chargify.js with GoCardless - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-direct-debit-gocardless-gateway) ++ [Using Chargify.js with GoCardless - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QR09JVHWW0MCA7HVJV) ### GoCardless with Local Bank Details @@ -170,9 +170,9 @@ For more information on Stripe SEPA Direct Debit, please view the following reso + [Full documentation on Stripe SEPA Direct Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-SEPA-and-BECS-Direct-Debit) -+ [Using Chargify.js with Stripe Direct Debit - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-sepa-or-becs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe Direct Debit - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) -+ [Using Chargify.js with Stripe Direct Debit - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-sepa-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe Direct Debit - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QRECQQ4ECS3ZA55GY7) ### Stripe SEPA Direct Debit Payment Profiles @@ -1024,7 +1024,7 @@ One Time Tokens aka Advanced Billing Tokens house the credit card or ACH (Author You can use One Time Tokens while creating a subscription or payment profile instead of passing all bank account or credit card data directly to a given API endpoint. -To obtain a One Time Token you have to use [Chargify.js](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDI0-overview). +To obtain a One Time Token you have to use [Chargify.js](https://docs.maxio.com/hc/en-us/articles/38163190843789-Chargify-js-Overview#chargify-js-overview-0-0). ```ruby def read_one_time_token(chargify_token) diff --git a/doc/controllers/product-price-points.md b/doc/controllers/product-price-points.md index 217ae5da..ffc1a45c 100644 --- a/doc/controllers/product-price-points.md +++ b/doc/controllers/product-price-points.md @@ -133,10 +133,11 @@ def list_product_price_points(options = {}) ## Example Usage ```ruby -Liquid error: Value cannot be null. (Parameter 'key')collect = { +collect = { 'product_id' => 124, 'page' => 2, - 'per_page' => 10 + 'per_page' => 10, + 'filter_type' => Liquid error: Value cannot be null. (Parameter 'key') } result = product_price_points_controller.list_product_price_points(collect) diff --git a/doc/controllers/subscription-components.md b/doc/controllers/subscription-components.md index 3aca637a..db2bc3bc 100644 --- a/doc/controllers/subscription-components.md +++ b/doc/controllers/subscription-components.md @@ -1082,7 +1082,7 @@ Q. Is it possible to record metered usage for more than one component at a time? A. No. Usage should be reported as one API call per component on a single subscription. For example, to record that a subscriber has sent both an SMS Message and an Email, send an API call for each. ```ruby -def create_usage(subscription_id, +def create_usage(subscription_id_or_reference, component_id, body: nil) ``` @@ -1091,7 +1091,7 @@ def create_usage(subscription_id, | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `subscription_id` | `Integer` | Template, Required | The Chargify id of the subscription | +| `subscription_id_or_reference` | Integer \| String | Template, Required | This is a container for one-of cases. | | `component_id` | Integer \| String | Template, Required | This is a container for one-of cases. | | `body` | [`CreateUsageRequest`](../../doc/models/create-usage-request.md) | Body, Optional | - | @@ -1102,7 +1102,7 @@ def create_usage(subscription_id, ## Example Usage ```ruby -subscription_id = 222 +subscription_id_or_reference = 234 component_id = 144 @@ -1115,7 +1115,7 @@ body = CreateUsageRequest.new( ) result = subscription_components_controller.create_usage( - subscription_id, + subscription_id_or_reference, component_id, body: body ) @@ -1172,7 +1172,7 @@ def list_usages(options = {}) | Parameter | Type | Tags | Description | | --- | --- | --- | --- | -| `subscription_id` | `Integer` | Template, Required | The Chargify id of the subscription | +| `subscription_id_or_reference` | Integer \| String | Template, Required | This is a container for one-of cases. | | `component_id` | Integer \| String | Template, Required | This is a container for one-of cases. | | `since_id` | `Integer` | Query, Optional | Returns usages with an id greater than or equal to the one specified | | `max_id` | `Integer` | Query, Optional | Returns usages with an id less than or equal to the one specified | @@ -1189,7 +1189,7 @@ def list_usages(options = {}) ```ruby collect = { - 'subscription_id' => 222, + 'subscription_id_or_reference' => 234, 'component_id' => 144, 'page' => 2, 'per_page' => 50 diff --git a/doc/controllers/subscriptions.md b/doc/controllers/subscriptions.md index e6bdd3c2..6c9abfe4 100644 --- a/doc/controllers/subscriptions.md +++ b/doc/controllers/subscriptions.md @@ -117,7 +117,7 @@ Custom prices and price points can exist in harmony on a subscription. ## Subscription with Chargify.js token -The `chargify_token` can be obtained using [Chargify.js](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDI0-overview). The token represents payment profile attributes that were provided by the customer in their browser and stored at the payment gateway. +The `chargify_token` can be obtained using [Chargify.js](https://docs.maxio.com/hc/en-us/articles/38163190843789-Chargify-js-Overview#chargify-js-overview-0-0). The token represents payment profile attributes that were provided by the customer in their browser and stored at the payment gateway. The `payment_type` attribute may either be `credit_card` or `bank_account`, depending on the type of payment method being added. If a bank account is being passed, the payment attributes should be changed to `bank_account_attributes`. @@ -248,9 +248,9 @@ For more information on GoCardless, please view the following two resources: + [Full documentation on GoCardless](https://maxio.zendesk.com/hc/en-us/articles/24176159136909-GoCardless) -+ [Using Chargify.js with GoCardless - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-direct-debit-gocardless-gateway) ++ [Using Chargify.js with GoCardless - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQZKCER8CFK40MR6XJ) -+ [Using Chargify.js with GoCardless - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-direct-debit-gocardless-gateway) ++ [Using Chargify.js with GoCardless - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QR09JVHWW0MCA7HVJV) ```json { @@ -310,9 +310,9 @@ For more information on Stripe Direct Debit, please view the following two resou + [Full documentation on Stripe Direct Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-SEPA-and-BECS-Direct-Debit) -+ [Using Chargify.js with Stripe SEPA or BECS Direct Debit - minimal example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#minimal-example-with-sepa-or-becs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe SEPA or BECS Direct Debit - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) -+ [Using Chargify.js with Stripe SEPA Direct Debit - full example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzNDIy-examples#full-example-with-sepa-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe SEPA Direct Debit - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QR09JVHWW0MCA7HVJV) ```json { @@ -340,9 +340,9 @@ For more information on Stripe Direct Debit, please view the following two resou + [Full documentation on Stripe Direct Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-SEPA-and-BECS-Direct-Debit) -+ [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal example](page:development-tools/chargify-js/examples#minimal-example-with-sepa-becs-or-bacs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) -+ [Using Chargify.js with Stripe BECS Direct Debit - full example](page:development-tools/chargify-js/examples#full-example-with-becs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe BECS Direct Debit - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QRX4B1TYZKZD8ZND6D) ```json { @@ -371,9 +371,9 @@ For more information on Stripe Direct Debit, please view the following two resou + [Full documentation on Stripe Direct Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-SEPA-and-BECS-Direct-Debit) -+ [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal example](page:development-tools/chargify-js/examples#minimal-example-with-sepa-becs-or-bacs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) -+ [Using Chargify.js with Stripe BACS Direct Debit - full example](page:development-tools/chargify-js/examples#full-example-with-bacs-direct-debit-stripe-gateway) ++ [Using Chargify.js with Stripe BACS Direct Debit - full example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples#h_01K0PJ15QR7PA1DJ3XE9MD05FM) ```json { diff --git a/doc/models/containers/create-usage-subscription-id-or-reference.md b/doc/models/containers/create-usage-subscription-id-or-reference.md new file mode 100644 index 00000000..5e3897f2 --- /dev/null +++ b/doc/models/containers/create-usage-subscription-id-or-reference.md @@ -0,0 +1,14 @@ + +# Create Usage Subscription Id or Reference + +## Data Type + +`Integer | String` + +## Cases + +| Type | +| --- | +| `Integer` | +| `String` | + diff --git a/doc/models/containers/list-usages-input-subscription-id-or-reference.md b/doc/models/containers/list-usages-input-subscription-id-or-reference.md new file mode 100644 index 00000000..704961c9 --- /dev/null +++ b/doc/models/containers/list-usages-input-subscription-id-or-reference.md @@ -0,0 +1,14 @@ + +# List Usages Input Subscription Id or Reference + +## Data Type + +`Integer | String` + +## Cases + +| Type | +| --- | +| `Integer` | +| `String` | + diff --git a/doc/proxy-settings.md b/doc/proxy-settings.md new file mode 100644 index 00000000..84994d4a --- /dev/null +++ b/doc/proxy-settings.md @@ -0,0 +1,31 @@ + +# ProxySettings + +Represents the proxy server configurations for API calls. + +## Properties + +| Name | Type | Tag | Description | +| --- | --- | --- | --- | +| address | `String` | required | The proxy server URL. | +| port | `Integer` | optional | The port to connect to the proxy server. | +| username | `String` | optional | Username for proxy authentication. | +| password | `String` | optional | Password for proxy authentication. | + +## Usage Example + +```ruby +require 'advanced_billing' +include AdvancedBilling + + +client = AdvancedBilling::Client.new( + proxy_settings: ProxySettings.new( + address: "http://localhost", + port: 8888, + username: 'user', + password: 'pass' + ) +) +``` + diff --git a/lib/advanced_billing.rb b/lib/advanced_billing.rb index bc3dcd64..967403f3 100644 --- a/lib/advanced_billing.rb +++ b/lib/advanced_billing.rb @@ -23,6 +23,7 @@ require_relative 'advanced_billing/http/http_method_enum' require_relative 'advanced_billing/http/http_request' require_relative 'advanced_billing/http/http_response' +require_relative 'advanced_billing/http/proxy_settings' require_relative 'advanced_billing/http/auth/basic_auth' diff --git a/lib/advanced_billing/client.rb b/lib/advanced_billing/client.rb index 1c975b29..4ab9d876 100644 --- a/lib/advanced_billing/client.rb +++ b/lib/advanced_billing/client.rb @@ -205,7 +205,7 @@ def initialize( connection: nil, adapter: :net_http_persistent, timeout: 120, max_retries: 0, retry_interval: 1, backoff_factor: 2, retry_statuses: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524], - retry_methods: %i[get put], http_callback: nil, + retry_methods: %i[get put], http_callback: nil, proxy_settings: nil, environment: Environment::US, site: 'subdomain', basic_auth_credentials: nil, config: nil ) @@ -216,8 +216,8 @@ def initialize( backoff_factor: backoff_factor, retry_statuses: retry_statuses, retry_methods: retry_methods, http_callback: http_callback, - environment: environment, site: site, - basic_auth_credentials: basic_auth_credentials + proxy_settings: proxy_settings, environment: environment, + site: site, basic_auth_credentials: basic_auth_credentials ) else config diff --git a/lib/advanced_billing/configuration.rb b/lib/advanced_billing/configuration.rb index bbecf87c..9e165ae4 100644 --- a/lib/advanced_billing/configuration.rb +++ b/lib/advanced_billing/configuration.rb @@ -36,14 +36,15 @@ def initialize( connection: nil, adapter: :net_http_persistent, timeout: 120, max_retries: 0, retry_interval: 1, backoff_factor: 2, retry_statuses: [408, 413, 429, 500, 502, 503, 504, 521, 522, 524], - retry_methods: %i[get put], http_callback: nil, + retry_methods: %i[get put], http_callback: nil, proxy_settings: nil, environment: Environment::US, site: 'subdomain', basic_auth_credentials: nil ) super connection: connection, adapter: adapter, timeout: timeout, max_retries: max_retries, retry_interval: retry_interval, backoff_factor: backoff_factor, retry_statuses: retry_statuses, - retry_methods: retry_methods, http_callback: http_callback + retry_methods: retry_methods, http_callback: http_callback, + proxy_settings: proxy_settings # Current API environment @environment = String(environment) @@ -64,7 +65,8 @@ def initialize( def clone_with(connection: nil, adapter: nil, timeout: nil, max_retries: nil, retry_interval: nil, backoff_factor: nil, retry_statuses: nil, retry_methods: nil, http_callback: nil, - environment: nil, site: nil, basic_auth_credentials: nil) + proxy_settings: nil, environment: nil, site: nil, + basic_auth_credentials: nil) connection ||= self.connection adapter ||= self.adapter timeout ||= self.timeout @@ -74,6 +76,7 @@ def clone_with(connection: nil, adapter: nil, timeout: nil, retry_statuses ||= self.retry_statuses retry_methods ||= self.retry_methods http_callback ||= self.http_callback + proxy_settings ||= self.proxy_settings environment ||= self.environment site ||= self.site basic_auth_credentials ||= self.basic_auth_credentials @@ -84,8 +87,9 @@ def clone_with(connection: nil, adapter: nil, timeout: nil, backoff_factor: backoff_factor, retry_statuses: retry_statuses, retry_methods: retry_methods, - http_callback: http_callback, environment: environment, - site: site, + http_callback: http_callback, + proxy_settings: proxy_settings, + environment: environment, site: site, basic_auth_credentials: basic_auth_credentials) end diff --git a/lib/advanced_billing/controllers/base_controller.rb b/lib/advanced_billing/controllers/base_controller.rb index 2c24aa45..7fc8da00 100644 --- a/lib/advanced_billing/controllers/base_controller.rb +++ b/lib/advanced_billing/controllers/base_controller.rb @@ -10,7 +10,7 @@ class BaseController attr_accessor :config, :http_call_back def self.user_agent - 'AB SDK Ruby:7.0.0 on OS {os-info}' + 'AB SDK Ruby:7.0.1 on OS {os-info}' end def self.user_agent_parameters diff --git a/lib/advanced_billing/controllers/components_controller.rb b/lib/advanced_billing/controllers/components_controller.rb index bd5a9027..a2d24662 100644 --- a/lib/advanced_billing/controllers/components_controller.rb +++ b/lib/advanced_billing/controllers/components_controller.rb @@ -254,9 +254,8 @@ def find_component(handle) .execute end - # This request will return information regarding a component from a specific - # product family. - # You may read the component by either the component's id or handle. When + # Returns information regarding a component from a specific product family. + # You can read the component by either the component's id or handle. When # using the handle, it must be prefixed with `handle:`. # @param [Integer] product_family_id Required parameter: The Advanced # Billing id of the product family to which the component belongs diff --git a/lib/advanced_billing/controllers/customers_controller.rb b/lib/advanced_billing/controllers/customers_controller.rb index bb97bc79..ff1fb85d 100644 --- a/lib/advanced_billing/controllers/customers_controller.rb +++ b/lib/advanced_billing/controllers/customers_controller.rb @@ -137,8 +137,8 @@ def list_customers(options = {}) .execute end - # This method allows to retrieve the Customer properties by Advanced - # Billing-generated Customer ID. + # Retrieves the Customer properties by Advanced Billing-generated Customer + # ID. # @param [Integer] id Required parameter: The Advanced Billing id of the # customer # @return [CustomerResponse] Response from the API call. diff --git a/lib/advanced_billing/controllers/payment_profiles_controller.rb b/lib/advanced_billing/controllers/payment_profiles_controller.rb index a2eac7f8..250edf83 100644 --- a/lib/advanced_billing/controllers/payment_profiles_controller.rb +++ b/lib/advanced_billing/controllers/payment_profiles_controller.rb @@ -90,11 +90,11 @@ class PaymentProfilesController < BaseController # GoCardless](https://maxio.zendesk.com/hc/en-us/articles/24176159136909-GoC # ardless) # + [Using Chargify.js with GoCardless - minimal - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#minimal-example-with-direct-debit-gocardless-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQZKCER8CFK40MR6XJ) # + [Using Chargify.js with GoCardless - full - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#full-example-with-direct-debit-gocardless-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QR09JVHWW0MCA7HVJV) # ### GoCardless with Local Bank Details # Following examples create customer, bank account and mandate in # GoCardless: @@ -165,12 +165,11 @@ class PaymentProfilesController < BaseController # Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-S # EPA-and-BECS-Direct-Debit) # + [Using Chargify.js with Stripe Direct Debit - minimal - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#minimal-example-with-sepa-or-becs-direct-debit-stripe-gateway - # ) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) # + [Using Chargify.js with Stripe Direct Debit - full - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#full-example-with-sepa-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QRECQQ4ECS3ZA55GY7) # ### Stripe SEPA Direct Debit Payment Profiles # The following example creates a customer, bank account and mandate in # Stripe: @@ -711,8 +710,8 @@ def change_subscription_group_default_payment_profile(uid, # profile instead of passing all bank account or credit card data directly # to a given API endpoint. # To obtain a One Time Token you have to use - # [Chargify.js](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0 - # NjAzNDI0-overview). + # [Chargify.js](https://docs.maxio.com/hc/en-us/articles/38163190843789-Char + # gify-js-Overview#chargify-js-overview-0-0). # @param [String] chargify_token Required parameter: Advanced Billing # Token # @return [GetOneTimeTokenRequest] Response from the API call. diff --git a/lib/advanced_billing/controllers/subscription_components_controller.rb b/lib/advanced_billing/controllers/subscription_components_controller.rb index ff8f477b..f12612f7 100644 --- a/lib/advanced_billing/controllers/subscription_components_controller.rb +++ b/lib/advanced_billing/controllers/subscription_components_controller.rb @@ -597,24 +597,33 @@ def delete_prepaid_usage_allocation(subscription_id, # A. No. Usage should be reported as one API call per component on a single # subscription. For example, to record that a subscriber has sent both an # SMS Message and an Email, send an API call for each. - # @param [Integer] subscription_id Required parameter: The Chargify id of - # the subscription + # @param [Integer | String] subscription_id_or_reference Required parameter: + # Either the Advanced Billing subscription ID (integer) or the subscription + # reference (string). Important: In cases where a numeric string value + # matches both an existing subscription ID and an existing subscription + # reference, the system will prioritize the subscription ID lookup. For + # example, if both subscription ID 123 and subscription reference "123" + # exist, passing "123" will return the subscription with ID 123. # @param [Integer | String] component_id Required parameter: Either the # Advanced Billing id for the component or the component's handle prefixed # by `handle:` # @param [CreateUsageRequest] body Optional parameter: TODO: type # description here # @return [UsageResponse] Response from the API call. - def create_usage(subscription_id, + def create_usage(subscription_id_or_reference, component_id, body: nil) @api_call .request(new_request_builder(HttpMethodEnum::POST, - '/subscriptions/{subscription_id}/components/{component_id}/usages.json', + '/subscriptions/{subscription_id_or_reference}/components/{component_id}/usages.json', Server::PRODUCTION) - .template_param(new_parameter(subscription_id, key: 'subscription_id') + .template_param(new_parameter(subscription_id_or_reference, key: 'subscription_id_or_reference') .is_required(true) - .should_encode(true)) + .should_encode(true) + .validator(proc do |value| + UnionTypeLookUp.get(:CreateUsageSubscriptionIdOrReference) + .validate(value) + end)) .template_param(new_parameter(component_id, key: 'component_id') .is_required(true) .should_encode(true) @@ -653,8 +662,13 @@ def create_usage(subscription_id, # subscription. You can now specify either the component id (integer) or # the component handle prefixed by "handle:" to specify the unique # identifier for the component you are working with. - # @param [Integer] subscription_id Required parameter: The Chargify id of - # the subscription + # @param [Integer | String] subscription_id_or_reference Required parameter: + # Either the Advanced Billing subscription ID (integer) or the subscription + # reference (string). Important: In cases where a numeric string value + # matches both an existing subscription ID and an existing subscription + # reference, the system will prioritize the subscription ID lookup. For + # example, if both subscription ID 123 and subscription reference "123" + # exist, passing "123" will return the subscription with ID 123. # @param [Integer | String] component_id Required parameter: Either the # Advanced Billing id for the component or the component's handle prefixed # by `handle:` @@ -683,11 +697,15 @@ def create_usage(subscription_id, def list_usages(options = {}) @api_call .request(new_request_builder(HttpMethodEnum::GET, - '/subscriptions/{subscription_id}/components/{component_id}/usages.json', + '/subscriptions/{subscription_id_or_reference}/components/{component_id}/usages.json', Server::PRODUCTION) - .template_param(new_parameter(options['subscription_id'], key: 'subscription_id') + .template_param(new_parameter(options['subscription_id_or_reference'], key: 'subscription_id_or_reference') .is_required(true) - .should_encode(true)) + .should_encode(true) + .validator(proc do |value| + UnionTypeLookUp.get(:ListUsagesInputSubscriptionIdOrReference) + .validate(value) + end)) .template_param(new_parameter(options['component_id'], key: 'component_id') .is_required(true) .should_encode(true) diff --git a/lib/advanced_billing/controllers/subscriptions_controller.rb b/lib/advanced_billing/controllers/subscriptions_controller.rb index e1d926e6..36985584 100644 --- a/lib/advanced_billing/controllers/subscriptions_controller.rb +++ b/lib/advanced_billing/controllers/subscriptions_controller.rb @@ -137,10 +137,10 @@ class SubscriptionsController < BaseController # # Passing Payment Information # ## Subscription with Chargify.js token # The `chargify_token` can be obtained using - # [Chargify.js](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0 - # NjAzNDI0-overview). The token represents payment profile attributes that - # were provided by the customer in their browser and stored at the payment - # gateway. + # [Chargify.js](https://docs.maxio.com/hc/en-us/articles/38163190843789-Char + # gify-js-Overview#chargify-js-overview-0-0). The token represents payment + # profile attributes that were provided by the customer in their browser and + # stored at the payment gateway. # The `payment_type` attribute may either be `credit_card` or # `bank_account`, depending on the type of payment method being added. If a # bank account is being passed, the payment attributes should be changed to @@ -265,11 +265,11 @@ class SubscriptionsController < BaseController # GoCardless](https://maxio.zendesk.com/hc/en-us/articles/24176159136909-GoC # ardless) # + [Using Chargify.js with GoCardless - minimal - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#minimal-example-with-direct-debit-gocardless-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQZKCER8CFK40MR6XJ) # + [Using Chargify.js with GoCardless - full - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#full-example-with-direct-debit-gocardless-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QR09JVHWW0MCA7HVJV) # ```json # { # "subscription": { @@ -327,12 +327,11 @@ class SubscriptionsController < BaseController # Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-S # EPA-and-BECS-Direct-Debit) # + [Using Chargify.js with Stripe SEPA or BECS Direct Debit - minimal - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#minimal-example-with-sepa-or-becs-direct-debit-stripe-gateway - # ) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) # + [Using Chargify.js with Stripe SEPA Direct Debit - full - # example](https://developers.chargify.com/docs/developer-docs/ZG9jOjE0NjAzN - # DIy-examples#full-example-with-sepa-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QR09JVHWW0MCA7HVJV) # ```json # { # "subscription": { @@ -359,11 +358,11 @@ class SubscriptionsController < BaseController # Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-S # EPA-and-BECS-Direct-Debit) # + [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal - # example](page:development-tools/chargify-js/examples#minimal-example-with- - # sepa-becs-or-bacs-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) # + [Using Chargify.js with Stripe BECS Direct Debit - full - # example](page:development-tools/chargify-js/examples#full-example-with-bec - # s-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QRX4B1TYZKZD8ZND6D) # ```json # { # "subscription": { @@ -391,11 +390,11 @@ class SubscriptionsController < BaseController # Debit](https://maxio.zendesk.com/hc/en-us/articles/24176170430093-Stripe-S # EPA-and-BECS-Direct-Debit) # + [Using Chargify.js with Stripe SEPA, BECS or BACS Direct Debit - minimal - # example](page:development-tools/chargify-js/examples#minimal-example-with- - # sepa-becs-or-bacs-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QQFKKN8Z7B7DZ9AJS5) # + [Using Chargify.js with Stripe BACS Direct Debit - full - # example](page:development-tools/chargify-js/examples#full-example-with-bac - # s-direct-debit-stripe-gateway) + # example](https://docs.maxio.com/hc/en-us/articles/38206331271693-Examples# + # h_01K0PJ15QR7PA1DJ3XE9MD05FM) # ```json # { # "subscription": { @@ -1288,7 +1287,7 @@ def remove_coupon_from_subscription(subscription_id, .auth(Single.new('BasicAuth'))) .response(new_response_handler .deserializer(APIHelper.method(:deserialize_primitive_types)) - .deserialize_into(proc do |response| response.to_s end) + .deserialize_into(proc do |response| response&.to_s end) .is_primitive_response(true) .local_error_template('422', 'HTTP Response Not OK. Status code: {$statusCode}.'\ diff --git a/lib/advanced_billing/http/proxy_settings.rb b/lib/advanced_billing/http/proxy_settings.rb new file mode 100644 index 00000000..aacb4e07 --- /dev/null +++ b/lib/advanced_billing/http/proxy_settings.rb @@ -0,0 +1,13 @@ +# advanced_billing +# +# This file was automatically generated for Maxio by +# APIMATIC v3.0 ( https://www.apimatic.io ). + +module AdvancedBilling + ## + # ProxySettings encapsulates HTTP proxy configuration for Faraday, + # including optional basic authentication. + # + class ProxySettings < CoreLibrary::ProxySettings + end +end diff --git a/lib/advanced_billing/utilities/union_type_lookup.rb b/lib/advanced_billing/utilities/union_type_lookup.rb index 358e78ab..29c2bc4a 100644 --- a/lib/advanced_billing/utilities/union_type_lookup.rb +++ b/lib/advanced_billing/utilities/union_type_lookup.rb @@ -110,6 +110,13 @@ def self.union_types ] ), + :CreateUsageSubscriptionIdOrReference => OneOf.new( + [ + LeafType.new(Integer), + LeafType.new(String) + ] + ), + :CreateUsageComponentId => OneOf.new( [ LeafType.new(Integer), @@ -117,6 +124,13 @@ def self.union_types ] ), + :ListUsagesInputSubscriptionIdOrReference => OneOf.new( + [ + LeafType.new(Integer), + LeafType.new(String) + ] + ), + :ListUsagesInputComponentId => OneOf.new( [ LeafType.new(Integer), From f58f341e90e2d469e9263e3f09b8c3e3fd6245bb Mon Sep 17 00:00:00 2001 From: maxio-sdk Date: Tue, 9 Sep 2025 14:40:35 +0000 Subject: [PATCH 3/3] Automated commit message --- doc/controllers/component-price-points.md | 4 +- doc/controllers/webhooks.md | 41 +++-------- .../component_price_points_controller.rb | 3 +- .../controllers/webhooks_controller.rb | 71 ++++++------------- 4 files changed, 36 insertions(+), 83 deletions(-) diff --git a/doc/controllers/component-price-points.md b/doc/controllers/component-price-points.md index 0c978d08..120011ed 100644 --- a/doc/controllers/component-price-points.md +++ b/doc/controllers/component-price-points.md @@ -97,7 +97,7 @@ puts result # Create Component Price Point -This endpoint can be used to create a new price point for an existing component. +Creates a price point for an existing component. ```ruby def create_component_price_point(component_id, @@ -133,7 +133,7 @@ body = CreateComponentPricePointRequest.new( Price.new( starting_quantity: '101', unit_price: '4.00', - ending_quantity: nil + ending_quantity: '200' ) ], handle: 'wholesale-handle', diff --git a/doc/controllers/webhooks.md b/doc/controllers/webhooks.md index 96c73fc3..d728e3d0 100644 --- a/doc/controllers/webhooks.md +++ b/doc/controllers/webhooks.md @@ -20,20 +20,7 @@ webhooks_controller = client.webhooks # List Webhooks -## Webhooks Intro - -The Webhooks API allows you to view a list of all webhooks and to selectively resend individual or groups of webhooks. Webhooks will be sent on endpoints specified by you. Endpoints can be added via API or Web UI. There is also an option to enable / disable webhooks via API request. - -We recommend that you review Advanced Billing's webhook documentation located in our help site. The following resources will help guide you on how to use webhooks in Advanced Billing, in addition to these webhook endpoints: - -+ [Adding/editing new webhooks](https://maxio.zendesk.com/hc/en-us/articles/24286723085197-Webhooks#configure-webhook-url) -+ [Webhooks introduction and delivery information](https://maxio.zendesk.com/hc/en-us/articles/24266143173901-Webhooks-Overview) -+ [Main webhook reference](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks-Reference) -+ [Available webhooks and payloads](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks-Reference#events) - -## List Webhooks for a Site - -This method allows you to fetch data about webhooks. You can pass query parameters if you want to filter webhooks. +Allows you to view a list of webhooks. You can pass query parameters if you want to filter webhooks. See the [Webhooks](page:introduction/webhooks/webhooks) documentation for more information. ```ruby def list_webhooks(options = {}) @@ -109,7 +96,7 @@ puts result # Enable Webhooks -This method allows you to enable webhooks via API for your site +Allows you to enable webhooks for your site ```ruby def enable_webhooks(body: nil) @@ -147,9 +134,7 @@ puts result # Replay Webhooks -Posting to the replay endpoint does not immediately resend the webhooks. They are added to a queue and will be sent as soon as possible, depending on available system resources. - -You may submit an array of up to 1000 webhook IDs to replay in the request. +Replays webhooks. Posting to this endpoint does not immediately resend the webhooks. They are added to a queue and sent as soon as possible, depending on available system resources. You can submit an array of up to 1000 webhook IDs in the replay request. ```ruby def replay_webhooks(body: nil) @@ -190,10 +175,8 @@ puts result # Create Endpoint -The Chargify API allows you to create an endpoint and assign a list of webhooks subscriptions (events) to it. - -You can check available events here. -[Event keys](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks-Reference#events) +Creates an endpoint and assigns a list of webhooks subscriptions (events) to it. +See the [Webhooks Reference](page:introduction/webhooks/webhooks-reference#events) page for available events. ```ruby def create_endpoint(body: nil) @@ -252,7 +235,7 @@ puts result # List Endpoints -This method returns created endpoints for site. +Returns created endpoints for a site. ```ruby def list_endpoints @@ -300,15 +283,11 @@ puts result # Update Endpoint -You can update an Endpoint via the API with a PUT request to the resource endpoint. - -You can change the `url` of your endpoint which consumes webhooks or list of `webhook_subscriptions`. -Check available [Event keys](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks-Reference#events). +Updates an Endpoint. You can change the `url` of your endpoint or the list of `webhook_subscriptions` to which you are subscribed. See the [Webhooks Reference](page:introduction/webhooks/webhooks-reference#events) page for available events. -Always send a complete list of events which you want subscribe/watch. -Sending an PUT request for existing endpoint with empty list of `webhook_subscriptions` will end with unsubscribe from all events. +Always send a complete list of events to which you want to subscribe. Sending a PUT request for an existing endpoint with an empty list of `webhook_subscriptions` will unsubscribe all events. -If you want unsubscribe from specific event, just send a list of `webhook_subscriptions` without the specific event key. +If you want unsubscribe from a specific event, send a list of `webhook_subscriptions` without the specific event key. ```ruby def update_endpoint(endpoint_id, @@ -333,7 +312,7 @@ endpoint_id = 42 body = CreateOrUpdateEndpointRequest.new( endpoint: CreateOrUpdateEndpoint.new( - url: 'https://yout.site/webhooks/1/json.', + url: 'https://your.site/webhooks/1/json.', webhook_subscriptions: [ WebhookSubscription::PAYMENT_FAILURE, WebhookSubscription::PAYMENT_SUCCESS, diff --git a/lib/advanced_billing/controllers/component_price_points_controller.rb b/lib/advanced_billing/controllers/component_price_points_controller.rb index 1dfdacd2..febb82c3 100644 --- a/lib/advanced_billing/controllers/component_price_points_controller.rb +++ b/lib/advanced_billing/controllers/component_price_points_controller.rb @@ -40,8 +40,7 @@ def promote_component_price_point_to_default(component_id, .execute end - # This endpoint can be used to create a new price point for an existing - # component. + # Creates a price point for an existing component. # @param [Integer] component_id Required parameter: The Advanced Billing id # of the component # @param [CreateComponentPricePointRequest] body Optional parameter: TODO: diff --git a/lib/advanced_billing/controllers/webhooks_controller.rb b/lib/advanced_billing/controllers/webhooks_controller.rb index 30f85a0f..6bfc885f 100644 --- a/lib/advanced_billing/controllers/webhooks_controller.rb +++ b/lib/advanced_billing/controllers/webhooks_controller.rb @@ -6,30 +6,10 @@ module AdvancedBilling # WebhooksController class WebhooksController < BaseController - # ## Webhooks Intro - # The Webhooks API allows you to view a list of all webhooks and to - # selectively resend individual or groups of webhooks. Webhooks will be sent - # on endpoints specified by you. Endpoints can be added via API or Web UI. - # There is also an option to enable / disable webhooks via API request. - # We recommend that you review Advanced Billing's webhook documentation - # located in our help site. The following resources will help guide you on - # how to use webhooks in Advanced Billing, in addition to these webhook - # endpoints: - # + [Adding/editing new - # webhooks](https://maxio.zendesk.com/hc/en-us/articles/24286723085197-Webho - # oks#configure-webhook-url) - # + [Webhooks introduction and delivery - # information](https://maxio.zendesk.com/hc/en-us/articles/24266143173901-We - # bhooks-Overview) - # + [Main webhook - # reference](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webh - # ooks-Reference) - # + [Available webhooks and - # payloads](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webho - # oks-Reference#events) - # ## List Webhooks for a Site - # This method allows you to fetch data about webhooks. You can pass query - # parameters if you want to filter webhooks. + # Allows you to view a list of webhooks. You can pass query parameters if + # you want to filter webhooks. See the + # [Webhooks](page:introduction/webhooks/webhooks) documentation for more + # information. # @param [WebhookStatus] status Optional parameter: Webhooks with matching # status would be returned. # @param [String] since_date Optional parameter: Format YYYY-MM-DD. Returns @@ -75,7 +55,7 @@ def list_webhooks(options = {}) .execute end - # This method allows you to enable webhooks via API for your site + # Allows you to enable webhooks for your site # @param [EnableWebhooksRequest] body Optional parameter: TODO: type # description here # @return [EnableWebhooksResponse] Response from the API call. @@ -95,11 +75,10 @@ def enable_webhooks(body: nil) .execute end - # Posting to the replay endpoint does not immediately resend the webhooks. - # They are added to a queue and will be sent as soon as possible, depending - # on available system resources. - # You may submit an array of up to 1000 webhook IDs to replay in the - # request. + # Replays webhooks. Posting to this endpoint does not immediately resend the + # webhooks. They are added to a queue and sent as soon as possible, + # depending on available system resources. You can submit an array of up to + # 1000 webhook IDs in the replay request. # @param [ReplayWebhooksRequest] body Optional parameter: TODO: type # description here # @return [ReplayWebhooksResponse] Response from the API call. @@ -119,12 +98,11 @@ def replay_webhooks(body: nil) .execute end - # The Chargify API allows you to create an endpoint and assign a list of - # webhooks subscriptions (events) to it. - # You can check available events here. - # [Event - # keys](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks- - # Reference#events) + # Creates an endpoint and assigns a list of webhooks subscriptions (events) + # to it. + # See the [Webhooks + # Reference](page:introduction/webhooks/webhooks-reference#events) page for + # available events. # @param [CreateOrUpdateEndpointRequest] body Optional parameter: TODO: type # description here # @return [EndpointResponse] Response from the API call. @@ -148,7 +126,7 @@ def create_endpoint(body: nil) .execute end - # This method returns created endpoints for site. + # Returns created endpoints for a site. # @return [Array[Endpoint]] Response from the API call. def list_endpoints @api_call @@ -164,17 +142,14 @@ def list_endpoints .execute end - # You can update an Endpoint via the API with a PUT request to the resource - # endpoint. - # You can change the `url` of your endpoint which consumes webhooks or list - # of `webhook_subscriptions`. - # Check available [Event - # keys](https://maxio.zendesk.com/hc/en-us/articles/24266136649869-Webhooks- - # Reference#events). - # Always send a complete list of events which you want subscribe/watch. - # Sending an PUT request for existing endpoint with empty list of - # `webhook_subscriptions` will end with unsubscribe from all events. - # If you want unsubscribe from specific event, just send a list of + # Updates an Endpoint. You can change the `url` of your endpoint or the list + # of `webhook_subscriptions` to which you are subscribed. See the [Webhooks + # Reference](page:introduction/webhooks/webhooks-reference#events) page for + # available events. + # Always send a complete list of events to which you want to subscribe. + # Sending a PUT request for an existing endpoint with an empty list of + # `webhook_subscriptions` will unsubscribe all events. + # If you want unsubscribe from a specific event, send a list of # `webhook_subscriptions` without the specific event key. # @param [Integer] endpoint_id Required parameter: The Advanced Billing id # for the endpoint that should be updated