maxio-advanced-billing-sdk 6.0.0 → 6.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +41 -41
- data/lib/advanced_billing/controllers/base_controller.rb +1 -1
- data/lib/advanced_billing/exceptions/api_exception.rb +11 -0
- data/lib/advanced_billing/exceptions/component_allocation_error_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/component_price_point_error_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/customer_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/error_array_map_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/error_list_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/error_string_map_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/event_based_billing_list_segments_errors_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/event_based_billing_segment_errors_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/event_based_billing_segment_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/product_price_point_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/proforma_bad_request_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/refund_prepayment_base_errors_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/single_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/single_string_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_add_coupon_error_exception.rb +14 -0
- data/lib/advanced_billing/exceptions/subscription_component_allocation_error_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_group_create_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_group_signup_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_group_update_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_remove_coupon_errors_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscription_response_error_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/subscriptions_mrr_error_response_exception.rb +12 -0
- data/lib/advanced_billing/exceptions/too_many_management_link_requests_error_exception.rb +12 -0
- data/lib/advanced_billing/models/account_balance.rb +17 -0
- data/lib/advanced_billing/models/account_balances.rb +17 -0
- data/lib/advanced_billing/models/ach_agreement.rb +16 -0
- data/lib/advanced_billing/models/activate_event_based_component.rb +15 -0
- data/lib/advanced_billing/models/activate_subscription_request.rb +14 -0
- data/lib/advanced_billing/models/add_coupons_request.rb +13 -0
- data/lib/advanced_billing/models/add_subscription_to_a_group.rb +13 -0
- data/lib/advanced_billing/models/address_change.rb +14 -0
- data/lib/advanced_billing/models/agreement_acceptance.rb +20 -0
- data/lib/advanced_billing/models/allocate_components.rb +22 -0
- data/lib/advanced_billing/models/allocation.rb +37 -0
- data/lib/advanced_billing/models/allocation_expiration_date.rb +14 -0
- data/lib/advanced_billing/models/allocation_preview.rb +26 -0
- data/lib/advanced_billing/models/allocation_preview_item.rb +31 -0
- data/lib/advanced_billing/models/allocation_preview_line_item.rb +21 -0
- data/lib/advanced_billing/models/allocation_preview_response.rb +14 -0
- data/lib/advanced_billing/models/allocation_response.rb +14 -0
- data/lib/advanced_billing/models/allocation_settings.rb +15 -0
- data/lib/advanced_billing/models/apple_pay_payment_profile.rb +27 -0
- data/lib/advanced_billing/models/applied_credit_note_data.rb +14 -0
- data/lib/advanced_billing/models/apply_credit_note_event.rb +16 -0
- data/lib/advanced_billing/models/apply_credit_note_event_data.rb +21 -0
- data/lib/advanced_billing/models/apply_debit_note_event.rb +16 -0
- data/lib/advanced_billing/models/apply_debit_note_event_data.rb +18 -0
- data/lib/advanced_billing/models/apply_payment_event.rb +16 -0
- data/lib/advanced_billing/models/apply_payment_event_data.rb +23 -0
- data/lib/advanced_billing/models/attribute_error.rb +14 -0
- data/lib/advanced_billing/models/auto_resume.rb +14 -0
- data/lib/advanced_billing/models/backport_invoice_event.rb +16 -0
- data/lib/advanced_billing/models/bank_account_attributes.rb +25 -0
- data/lib/advanced_billing/models/bank_account_payment_profile.rb +35 -0
- data/lib/advanced_billing/models/bank_account_response.rb +14 -0
- data/lib/advanced_billing/models/bank_account_verification.rb +14 -0
- data/lib/advanced_billing/models/bank_account_verification_request.rb +14 -0
- data/lib/advanced_billing/models/base_model.rb +12 -0
- data/lib/advanced_billing/models/base_refund_error.rb +13 -0
- data/lib/advanced_billing/models/base_string_error.rb +13 -0
- data/lib/advanced_billing/models/batch_job.rb +16 -0
- data/lib/advanced_billing/models/batch_job_response.rb +14 -0
- data/lib/advanced_billing/models/billing_manifest.rb +23 -0
- data/lib/advanced_billing/models/billing_manifest_item.rb +27 -0
- data/lib/advanced_billing/models/billing_schedule.rb +14 -0
- data/lib/advanced_billing/models/breakouts.rb +18 -0
- data/lib/advanced_billing/models/bulk_components_price_point_assignment.rb +14 -0
- data/lib/advanced_billing/models/bulk_create_product_price_points_request.rb +14 -0
- data/lib/advanced_billing/models/bulk_create_product_price_points_response.rb +14 -0
- data/lib/advanced_billing/models/bulk_create_segments.rb +14 -0
- data/lib/advanced_billing/models/bulk_update_segments.rb +14 -0
- data/lib/advanced_billing/models/bulk_update_segments_item.rb +14 -0
- data/lib/advanced_billing/models/calendar_billing.rb +15 -0
- data/lib/advanced_billing/models/cancel_grouped_subscriptions_request.rb +14 -0
- data/lib/advanced_billing/models/cancellation_options.rb +14 -0
- data/lib/advanced_billing/models/cancellation_request.rb +14 -0
- data/lib/advanced_billing/models/change_chargeback_status_event.rb +16 -0
- data/lib/advanced_billing/models/change_chargeback_status_event_data.rb +14 -0
- data/lib/advanced_billing/models/change_invoice_collection_method_event.rb +16 -0
- data/lib/advanced_billing/models/change_invoice_collection_method_event_data.rb +15 -0
- data/lib/advanced_billing/models/change_invoice_status_event.rb +16 -0
- data/lib/advanced_billing/models/change_invoice_status_event_data.rb +17 -0
- data/lib/advanced_billing/models/chargify_ebb.rb +18 -0
- data/lib/advanced_billing/models/component.rb +45 -0
- data/lib/advanced_billing/models/component_allocation_change.rb +20 -0
- data/lib/advanced_billing/models/component_allocation_error_item.rb +15 -0
- data/lib/advanced_billing/models/component_cost_data.rb +19 -0
- data/lib/advanced_billing/models/component_cost_data_rate_tier.rb +17 -0
- data/lib/advanced_billing/models/component_currency_price.rb +17 -0
- data/lib/advanced_billing/models/component_currency_prices_response.rb +14 -0
- data/lib/advanced_billing/models/component_custom_price.rb +17 -0
- data/lib/advanced_billing/models/component_price.rb +19 -0
- data/lib/advanced_billing/models/component_price_point.rb +35 -0
- data/lib/advanced_billing/models/component_price_point_assignment.rb +14 -0
- data/lib/advanced_billing/models/component_price_point_error_item.rb +15 -0
- data/lib/advanced_billing/models/component_price_point_item.rb +17 -0
- data/lib/advanced_billing/models/component_price_point_response.rb +14 -0
- data/lib/advanced_billing/models/component_price_points_response.rb +14 -0
- data/lib/advanced_billing/models/component_response.rb +14 -0
- data/lib/advanced_billing/models/consolidated_invoice.rb +14 -0
- data/lib/advanced_billing/models/count_response.rb +13 -0
- data/lib/advanced_billing/models/coupon.rb +46 -0
- data/lib/advanced_billing/models/coupon_currency.rb +15 -0
- data/lib/advanced_billing/models/coupon_currency_request.rb +14 -0
- data/lib/advanced_billing/models/coupon_currency_response.rb +14 -0
- data/lib/advanced_billing/models/coupon_payload.rb +29 -0
- data/lib/advanced_billing/models/coupon_request.rb +16 -0
- data/lib/advanced_billing/models/coupon_response.rb +13 -0
- data/lib/advanced_billing/models/coupon_restriction.rb +15 -0
- data/lib/advanced_billing/models/coupon_subcodes.rb +13 -0
- data/lib/advanced_billing/models/coupon_subcodes_response.rb +15 -0
- data/lib/advanced_billing/models/coupon_usage.rb +17 -0
- data/lib/advanced_billing/models/create_allocation.rb +24 -0
- data/lib/advanced_billing/models/create_allocation_request.rb +14 -0
- data/lib/advanced_billing/models/create_component_price_point.rb +19 -0
- data/lib/advanced_billing/models/create_component_price_point_request.rb +14 -0
- data/lib/advanced_billing/models/create_component_price_points_request.rb +14 -0
- data/lib/advanced_billing/models/create_credit_note_event.rb +16 -0
- data/lib/advanced_billing/models/create_currency_price.rb +14 -0
- data/lib/advanced_billing/models/create_currency_prices_request.rb +14 -0
- data/lib/advanced_billing/models/create_customer.rb +26 -0
- data/lib/advanced_billing/models/create_customer_request.rb +14 -0
- data/lib/advanced_billing/models/create_debit_note_event.rb +16 -0
- data/lib/advanced_billing/models/create_ebb_component.rb +14 -0
- data/lib/advanced_billing/models/create_invoice.rb +21 -0
- data/lib/advanced_billing/models/create_invoice_address.rb +17 -0
- data/lib/advanced_billing/models/create_invoice_coupon.rb +18 -0
- data/lib/advanced_billing/models/create_invoice_item.rb +23 -0
- data/lib/advanced_billing/models/create_invoice_payment.rb +17 -0
- data/lib/advanced_billing/models/create_invoice_payment_application.rb +14 -0
- data/lib/advanced_billing/models/create_invoice_payment_request.rb +14 -0
- data/lib/advanced_billing/models/create_invoice_request.rb +13 -0
- data/lib/advanced_billing/models/create_metadata.rb +14 -0
- data/lib/advanced_billing/models/create_metadata_request.rb +14 -0
- data/lib/advanced_billing/models/create_metafield.rb +15 -0
- data/lib/advanced_billing/models/create_metafields_request.rb +14 -0
- data/lib/advanced_billing/models/create_metered_component.rb +14 -0
- data/lib/advanced_billing/models/create_multi_invoice_payment.rb +17 -0
- data/lib/advanced_billing/models/create_multi_invoice_payment_request.rb +13 -0
- data/lib/advanced_billing/models/create_offer.rb +18 -0
- data/lib/advanced_billing/models/create_offer_component.rb +16 -0
- data/lib/advanced_billing/models/create_offer_request.rb +13 -0
- data/lib/advanced_billing/models/create_on_off_component.rb +14 -0
- data/lib/advanced_billing/models/create_or_update_endpoint.rb +14 -0
- data/lib/advanced_billing/models/create_or_update_endpoint_request.rb +14 -0
- data/lib/advanced_billing/models/create_or_update_product.rb +29 -0
- data/lib/advanced_billing/models/create_or_update_product_request.rb +13 -0
- data/lib/advanced_billing/models/create_or_update_segment_price.rb +16 -0
- data/lib/advanced_billing/models/create_payment.rb +15 -0
- data/lib/advanced_billing/models/create_payment_profile.rb +43 -0
- data/lib/advanced_billing/models/create_payment_profile_request.rb +14 -0
- data/lib/advanced_billing/models/create_prepaid_component.rb +14 -0
- data/lib/advanced_billing/models/create_prepaid_usage_component_price_point.rb +24 -0
- data/lib/advanced_billing/models/create_prepayment.rb +16 -0
- data/lib/advanced_billing/models/create_prepayment_request.rb +14 -0
- data/lib/advanced_billing/models/create_prepayment_response.rb +14 -0
- data/lib/advanced_billing/models/create_product_currency_price.rb +14 -0
- data/lib/advanced_billing/models/create_product_currency_prices_request.rb +14 -0
- data/lib/advanced_billing/models/create_product_family.rb +14 -0
- data/lib/advanced_billing/models/create_product_family_request.rb +14 -0
- data/lib/advanced_billing/models/create_product_price_point.rb +28 -0
- data/lib/advanced_billing/models/create_product_price_point_request.rb +14 -0
- data/lib/advanced_billing/models/create_quantity_based_component.rb +14 -0
- data/lib/advanced_billing/models/create_reason_code.rb +14 -0
- data/lib/advanced_billing/models/create_reason_code_request.rb +14 -0
- data/lib/advanced_billing/models/create_segment.rb +20 -0
- data/lib/advanced_billing/models/create_segment_request.rb +13 -0
- data/lib/advanced_billing/models/create_subscription.rb +72 -0
- data/lib/advanced_billing/models/create_subscription_component.rb +19 -0
- data/lib/advanced_billing/models/create_subscription_group.rb +14 -0
- data/lib/advanced_billing/models/create_subscription_group_request.rb +14 -0
- data/lib/advanced_billing/models/create_subscription_request.rb +14 -0
- data/lib/advanced_billing/models/create_usage.rb +16 -0
- data/lib/advanced_billing/models/create_usage_request.rb +13 -0
- data/lib/advanced_billing/models/created_prepayment.rb +19 -0
- data/lib/advanced_billing/models/credit_account_balance_changed.rb +20 -0
- data/lib/advanced_billing/models/credit_card_attributes.rb +16 -0
- data/lib/advanced_billing/models/credit_card_payment_profile.rb +32 -0
- data/lib/advanced_billing/models/credit_note.rb +35 -0
- data/lib/advanced_billing/models/credit_note_application.rb +16 -0
- data/lib/advanced_billing/models/credit_note_line_item.rb +30 -0
- data/lib/advanced_billing/models/credit_scheme_request.rb +14 -0
- data/lib/advanced_billing/models/currency_price.rb +19 -0
- data/lib/advanced_billing/models/currency_prices_response.rb +14 -0
- data/lib/advanced_billing/models/custom_field_value_change.rb +19 -0
- data/lib/advanced_billing/models/customer.rb +40 -0
- data/lib/advanced_billing/models/customer_attributes.rb +27 -0
- data/lib/advanced_billing/models/customer_change.rb +16 -0
- data/lib/advanced_billing/models/customer_changes_preview_response.rb +13 -0
- data/lib/advanced_billing/models/customer_custom_fields_change.rb +14 -0
- data/lib/advanced_billing/models/customer_error.rb +14 -0
- data/lib/advanced_billing/models/customer_payer_change.rb +14 -0
- data/lib/advanced_billing/models/customer_response.rb +14 -0
- data/lib/advanced_billing/models/debit_note.rb +30 -0
- data/lib/advanced_billing/models/deduct_service_credit.rb +14 -0
- data/lib/advanced_billing/models/deduct_service_credit_request.rb +14 -0
- data/lib/advanced_billing/models/delayed_cancellation_response.rb +13 -0
- data/lib/advanced_billing/models/delete_subscription_group_response.rb +14 -0
- data/lib/advanced_billing/models/dunner_data.rb +18 -0
- data/lib/advanced_billing/models/dunning_step_data.rb +19 -0
- data/lib/advanced_billing/models/dunning_step_reached.rb +14 -0
- data/lib/advanced_billing/models/ebb_component.rb +24 -0
- data/lib/advanced_billing/models/ebb_event.rb +14 -0
- data/lib/advanced_billing/models/enable_webhooks_request.rb +14 -0
- data/lib/advanced_billing/models/enable_webhooks_response.rb +14 -0
- data/lib/advanced_billing/models/endpoint.rb +16 -0
- data/lib/advanced_billing/models/endpoint_response.rb +14 -0
- data/lib/advanced_billing/models/errors.rb +14 -0
- data/lib/advanced_billing/models/event.rb +18 -0
- data/lib/advanced_billing/models/event_based_billing_segment_error.rb +14 -0
- data/lib/advanced_billing/models/event_response.rb +13 -0
- data/lib/advanced_billing/models/failed_payment_event.rb +16 -0
- data/lib/advanced_billing/models/failed_payment_event_data.rb +17 -0
- data/lib/advanced_billing/models/full_subscription_group_response.rb +25 -0
- data/lib/advanced_billing/models/get_one_time_token_payment_profile.rb +32 -0
- data/lib/advanced_billing/models/get_one_time_token_request.rb +14 -0
- data/lib/advanced_billing/models/group_billing.rb +14 -0
- data/lib/advanced_billing/models/group_settings.rb +14 -0
- data/lib/advanced_billing/models/group_target.rb +14 -0
- data/lib/advanced_billing/models/historic_usage.rb +16 -0
- data/lib/advanced_billing/models/invoice.rb +62 -0
- data/lib/advanced_billing/models/invoice_address.rb +15 -0
- data/lib/advanced_billing/models/invoice_avatax_details.rb +16 -0
- data/lib/advanced_billing/models/invoice_balance_item.rb +14 -0
- data/lib/advanced_billing/models/invoice_credit.rb +19 -0
- data/lib/advanced_billing/models/invoice_custom_field.rb +16 -0
- data/lib/advanced_billing/models/invoice_customer.rb +18 -0
- data/lib/advanced_billing/models/invoice_debit.rb +19 -0
- data/lib/advanced_billing/models/invoice_discount.rb +23 -0
- data/lib/advanced_billing/models/invoice_discount_breakout.rb +15 -0
- data/lib/advanced_billing/models/invoice_display_settings.rb +16 -0
- data/lib/advanced_billing/models/invoice_issued.rb +24 -0
- data/lib/advanced_billing/models/invoice_line_item.rb +34 -0
- data/lib/advanced_billing/models/invoice_line_item_component_cost_data.rb +13 -0
- data/lib/advanced_billing/models/invoice_line_item_event_data.rb +30 -0
- data/lib/advanced_billing/models/invoice_line_item_pricing_detail.rb +14 -0
- data/lib/advanced_billing/models/invoice_payer.rb +17 -0
- data/lib/advanced_billing/models/invoice_payer_change.rb +15 -0
- data/lib/advanced_billing/models/invoice_payment.rb +23 -0
- data/lib/advanced_billing/models/invoice_payment_application.rb +15 -0
- data/lib/advanced_billing/models/invoice_payment_method.rb +19 -0
- data/lib/advanced_billing/models/invoice_pre_payment.rb +16 -0
- data/lib/advanced_billing/models/invoice_previous_balance.rb +14 -0
- data/lib/advanced_billing/models/invoice_refund.rb +21 -0
- data/lib/advanced_billing/models/invoice_response.rb +13 -0
- data/lib/advanced_billing/models/invoice_seller.rb +15 -0
- data/lib/advanced_billing/models/invoice_tax.rb +24 -0
- data/lib/advanced_billing/models/invoice_tax_breakout.rb +16 -0
- data/lib/advanced_billing/models/invoice_tax_component_breakout.rb +26 -0
- data/lib/advanced_billing/models/issue_advance_invoice_request.rb +13 -0
- data/lib/advanced_billing/models/issue_invoice_event.rb +16 -0
- data/lib/advanced_billing/models/issue_invoice_event_data.rb +17 -0
- data/lib/advanced_billing/models/issue_invoice_request.rb +14 -0
- data/lib/advanced_billing/models/issue_service_credit.rb +14 -0
- data/lib/advanced_billing/models/issue_service_credit_request.rb +14 -0
- data/lib/advanced_billing/models/item_price_point_changed.rb +18 -0
- data/lib/advanced_billing/models/item_price_point_data.rb +14 -0
- data/lib/advanced_billing/models/list_components_filter.rb +14 -0
- data/lib/advanced_billing/models/list_components_price_points_response.rb +14 -0
- data/lib/advanced_billing/models/list_coupons_filter.rb +19 -0
- data/lib/advanced_billing/models/list_credit_notes_response.rb +14 -0
- data/lib/advanced_billing/models/list_invoice_events_response.rb +15 -0
- data/lib/advanced_billing/models/list_invoices_response.rb +14 -0
- data/lib/advanced_billing/models/list_metafields_response.rb +17 -0
- data/lib/advanced_billing/models/list_mrr_filter.rb +14 -0
- data/lib/advanced_billing/models/list_mrr_response.rb +12 -0
- data/lib/advanced_billing/models/list_mrr_response_result.rb +18 -0
- data/lib/advanced_billing/models/list_offers_response.rb +13 -0
- data/lib/advanced_billing/models/list_prepayments_filter.rb +14 -0
- data/lib/advanced_billing/models/list_price_points_filter.rb +18 -0
- data/lib/advanced_billing/models/list_product_price_points_response.rb +14 -0
- data/lib/advanced_billing/models/list_products_filter.rb +16 -0
- data/lib/advanced_billing/models/list_proforma_invoices_meta.rb +16 -0
- data/lib/advanced_billing/models/list_proforma_invoices_response.rb +14 -0
- data/lib/advanced_billing/models/list_public_keys_meta.rb +16 -0
- data/lib/advanced_billing/models/list_public_keys_response.rb +14 -0
- data/lib/advanced_billing/models/list_sale_rep_item.rb +16 -0
- data/lib/advanced_billing/models/list_segments_filter.rb +19 -0
- data/lib/advanced_billing/models/list_segments_response.rb +14 -0
- data/lib/advanced_billing/models/list_subcription_group_prepayment_item.rb +21 -0
- data/lib/advanced_billing/models/list_subscription_components_filter.rb +14 -0
- data/lib/advanced_billing/models/list_subscription_components_for_site_filter.rb +16 -0
- data/lib/advanced_billing/models/list_subscription_components_response.rb +14 -0
- data/lib/advanced_billing/models/list_subscription_group_prepayment.rb +14 -0
- data/lib/advanced_billing/models/list_subscription_group_prepayment_response.rb +14 -0
- data/lib/advanced_billing/models/list_subscription_groups_item.rb +23 -0
- data/lib/advanced_billing/models/list_subscription_groups_meta.rb +14 -0
- data/lib/advanced_billing/models/list_subscription_groups_response.rb +14 -0
- data/lib/advanced_billing/models/metadata.rb +17 -0
- data/lib/advanced_billing/models/metafield.rb +16 -0
- data/lib/advanced_billing/models/metafield_scope.rb +17 -0
- data/lib/advanced_billing/models/metered_component.rb +27 -0
- data/lib/advanced_billing/models/metered_usage.rb +18 -0
- data/lib/advanced_billing/models/movement.rb +21 -0
- data/lib/advanced_billing/models/movement_line_item.rb +19 -0
- data/lib/advanced_billing/models/mrr.rb +18 -0
- data/lib/advanced_billing/models/mrr_movement.rb +16 -0
- data/lib/advanced_billing/models/mrr_response.rb +12 -0
- data/lib/advanced_billing/models/multi_invoice_payment.rb +16 -0
- data/lib/advanced_billing/models/multi_invoice_payment_response.rb +13 -0
- data/lib/advanced_billing/models/nested_subscription_group.rb +16 -0
- data/lib/advanced_billing/models/net_terms.rb +21 -0
- data/lib/advanced_billing/models/offer.rb +30 -0
- data/lib/advanced_billing/models/offer_discount.rb +15 -0
- data/lib/advanced_billing/models/offer_item.rb +22 -0
- data/lib/advanced_billing/models/offer_response.rb +13 -0
- data/lib/advanced_billing/models/offer_signup_page.rb +17 -0
- data/lib/advanced_billing/models/ok_response.rb +12 -0
- data/lib/advanced_billing/models/on_off_component.rb +26 -0
- data/lib/advanced_billing/models/organization_address.rb +17 -0
- data/lib/advanced_billing/models/origin_invoice.rb +14 -0
- data/lib/advanced_billing/models/overage_pricing.rb +14 -0
- data/lib/advanced_billing/models/override_subscription.rb +19 -0
- data/lib/advanced_billing/models/override_subscription_request.rb +14 -0
- data/lib/advanced_billing/models/paginated_metadata.rb +17 -0
- data/lib/advanced_billing/models/paid_invoice.rb +15 -0
- data/lib/advanced_billing/models/pause_request.rb +13 -0
- data/lib/advanced_billing/models/payer_attributes.rb +24 -0
- data/lib/advanced_billing/models/payer_error.rb +14 -0
- data/lib/advanced_billing/models/payment_collection_method_changed.rb +14 -0
- data/lib/advanced_billing/models/payment_for_allocation.rb +15 -0
- data/lib/advanced_billing/models/payment_method_apple_pay.rb +13 -0
- data/lib/advanced_billing/models/payment_method_bank_account.rb +16 -0
- data/lib/advanced_billing/models/payment_method_credit_card.rb +17 -0
- data/lib/advanced_billing/models/payment_method_external.rb +15 -0
- data/lib/advanced_billing/models/payment_method_paypal.rb +14 -0
- data/lib/advanced_billing/models/payment_profile_attributes.rb +35 -0
- data/lib/advanced_billing/models/payment_profile_response.rb +14 -0
- data/lib/advanced_billing/models/payment_related_events.rb +14 -0
- data/lib/advanced_billing/models/paypal_payment_profile.rb +28 -0
- data/lib/advanced_billing/models/pending_cancellation_change.rb +14 -0
- data/lib/advanced_billing/models/portal_management_link.rb +18 -0
- data/lib/advanced_billing/models/prepaid_configuration.rb +20 -0
- data/lib/advanced_billing/models/prepaid_configuration_response.rb +14 -0
- data/lib/advanced_billing/models/prepaid_product_price_point_filter.rb +14 -0
- data/lib/advanced_billing/models/prepaid_subscription_balance_changed.rb +19 -0
- data/lib/advanced_billing/models/prepaid_usage.rb +25 -0
- data/lib/advanced_billing/models/prepaid_usage_allocation_detail.rb +15 -0
- data/lib/advanced_billing/models/prepaid_usage_component.rb +35 -0
- data/lib/advanced_billing/models/prepayment.rb +21 -0
- data/lib/advanced_billing/models/prepayment_account_balance_changed.rb +18 -0
- data/lib/advanced_billing/models/prepayment_response.rb +14 -0
- data/lib/advanced_billing/models/prepayments_response.rb +14 -0
- data/lib/advanced_billing/models/preview_allocations_request.rb +17 -0
- data/lib/advanced_billing/models/price.rb +16 -0
- data/lib/advanced_billing/models/product.rb +55 -0
- data/lib/advanced_billing/models/product_family.rb +17 -0
- data/lib/advanced_billing/models/product_family_response.rb +14 -0
- data/lib/advanced_billing/models/product_price_point.rb +37 -0
- data/lib/advanced_billing/models/product_price_point_errors.rb +17 -0
- data/lib/advanced_billing/models/product_price_point_response.rb +14 -0
- data/lib/advanced_billing/models/product_response.rb +13 -0
- data/lib/advanced_billing/models/proforma_error.rb +14 -0
- data/lib/advanced_billing/models/proforma_invoice.rb +42 -0
- data/lib/advanced_billing/models/proforma_invoice_credit.rb +15 -0
- data/lib/advanced_billing/models/proforma_invoice_discount.rb +19 -0
- data/lib/advanced_billing/models/proforma_invoice_issued.rb +21 -0
- data/lib/advanced_billing/models/proforma_invoice_payment.rb +16 -0
- data/lib/advanced_billing/models/proforma_invoice_tax.rb +18 -0
- data/lib/advanced_billing/models/proration.rb +14 -0
- data/lib/advanced_billing/models/public_key.rb +16 -0
- data/lib/advanced_billing/models/public_signup_page.rb +15 -0
- data/lib/advanced_billing/models/quantity_based_component.rb +30 -0
- data/lib/advanced_billing/models/reactivate_subscription_group_request.rb +14 -0
- data/lib/advanced_billing/models/reactivate_subscription_group_response.rb +21 -0
- data/lib/advanced_billing/models/reactivate_subscription_request.rb +19 -0
- data/lib/advanced_billing/models/reactivation_billing.rb +14 -0
- data/lib/advanced_billing/models/reason_code.rb +17 -0
- data/lib/advanced_billing/models/reason_code_response.rb +14 -0
- data/lib/advanced_billing/models/record_payment_request.rb +13 -0
- data/lib/advanced_billing/models/record_payment_response.rb +14 -0
- data/lib/advanced_billing/models/referral_code.rb +15 -0
- data/lib/advanced_billing/models/referral_validation_response.rb +14 -0
- data/lib/advanced_billing/models/refund_consolidated_invoice.rb +17 -0
- data/lib/advanced_billing/models/refund_invoice.rb +17 -0
- data/lib/advanced_billing/models/refund_invoice_event.rb +16 -0
- data/lib/advanced_billing/models/refund_invoice_event_data.rb +21 -0
- data/lib/advanced_billing/models/refund_invoice_request.rb +13 -0
- data/lib/advanced_billing/models/refund_prepayment.rb +15 -0
- data/lib/advanced_billing/models/refund_prepayment_base_refund_error.rb +13 -0
- data/lib/advanced_billing/models/refund_prepayment_request.rb +13 -0
- data/lib/advanced_billing/models/refund_success.rb +16 -0
- data/lib/advanced_billing/models/remove_payment_event.rb +16 -0
- data/lib/advanced_billing/models/remove_payment_event_data.rb +19 -0
- data/lib/advanced_billing/models/renewal_preview.rb +23 -0
- data/lib/advanced_billing/models/renewal_preview_component.rb +15 -0
- data/lib/advanced_billing/models/renewal_preview_line_item.rb +27 -0
- data/lib/advanced_billing/models/renewal_preview_request.rb +14 -0
- data/lib/advanced_billing/models/renewal_preview_response.rb +14 -0
- data/lib/advanced_billing/models/replay_webhooks_request.rb +12 -0
- data/lib/advanced_billing/models/replay_webhooks_response.rb +13 -0
- data/lib/advanced_billing/models/resent_invitation.rb +19 -0
- data/lib/advanced_billing/models/resume_options.rb +14 -0
- data/lib/advanced_billing/models/revoked_invitation.rb +16 -0
- data/lib/advanced_billing/models/sale_rep.rb +16 -0
- data/lib/advanced_billing/models/sale_rep_item_mrr.rb +14 -0
- data/lib/advanced_billing/models/sale_rep_settings.rb +19 -0
- data/lib/advanced_billing/models/sale_rep_subscription.rb +19 -0
- data/lib/advanced_billing/models/segment.rb +26 -0
- data/lib/advanced_billing/models/segment_price.rb +19 -0
- data/lib/advanced_billing/models/segment_response.rb +13 -0
- data/lib/advanced_billing/models/send_invoice_request.rb +16 -0
- data/lib/advanced_billing/models/service_credit.rb +17 -0
- data/lib/advanced_billing/models/service_credit_response.rb +14 -0
- data/lib/advanced_billing/models/signup_proforma_preview.rb +16 -0
- data/lib/advanced_billing/models/signup_proforma_preview_response.rb +14 -0
- data/lib/advanced_billing/models/site.rb +49 -0
- data/lib/advanced_billing/models/site_response.rb +13 -0
- data/lib/advanced_billing/models/site_statistics.rb +28 -0
- data/lib/advanced_billing/models/site_summary.rb +16 -0
- data/lib/advanced_billing/models/subscription.rb +84 -0
- data/lib/advanced_billing/models/subscription_component.rb +43 -0
- data/lib/advanced_billing/models/subscription_component_allocation_error_item.rb +14 -0
- data/lib/advanced_billing/models/subscription_component_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_component_subscription.rb +14 -0
- data/lib/advanced_billing/models/subscription_custom_price.rb +27 -0
- data/lib/advanced_billing/models/subscription_filter.rb +17 -0
- data/lib/advanced_billing/models/subscription_group.rb +18 -0
- data/lib/advanced_billing/models/subscription_group_balances.rb +16 -0
- data/lib/advanced_billing/models/subscription_group_bank_account.rb +28 -0
- data/lib/advanced_billing/models/subscription_group_component_custom_price.rb +15 -0
- data/lib/advanced_billing/models/subscription_group_credit_card.rb +30 -0
- data/lib/advanced_billing/models/subscription_group_customer.rb +16 -0
- data/lib/advanced_billing/models/subscription_group_item.rb +23 -0
- data/lib/advanced_billing/models/subscription_group_members_array_error.rb +13 -0
- data/lib/advanced_billing/models/subscription_group_payment_profile.rb +16 -0
- data/lib/advanced_billing/models/subscription_group_prepayment.rb +15 -0
- data/lib/advanced_billing/models/subscription_group_prepayment_request.rb +14 -0
- data/lib/advanced_billing/models/subscription_group_prepayment_response.rb +17 -0
- data/lib/advanced_billing/models/subscription_group_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_group_signup.rb +22 -0
- data/lib/advanced_billing/models/subscription_group_signup_component.rb +17 -0
- data/lib/advanced_billing/models/subscription_group_signup_error.rb +18 -0
- data/lib/advanced_billing/models/subscription_group_signup_event_data.rb +14 -0
- data/lib/advanced_billing/models/subscription_group_signup_failure_data.rb +22 -0
- data/lib/advanced_billing/models/subscription_group_signup_item.rb +24 -0
- data/lib/advanced_billing/models/subscription_group_signup_request.rb +14 -0
- data/lib/advanced_billing/models/subscription_group_signup_response.rb +24 -0
- data/lib/advanced_billing/models/subscription_group_single_error.rb +14 -0
- data/lib/advanced_billing/models/subscription_group_subscription_error.rb +24 -0
- data/lib/advanced_billing/models/subscription_group_update_error.rb +13 -0
- data/lib/advanced_billing/models/subscription_included_coupon.rb +18 -0
- data/lib/advanced_billing/models/subscription_migration_preview.rb +18 -0
- data/lib/advanced_billing/models/subscription_migration_preview_options.rb +23 -0
- data/lib/advanced_billing/models/subscription_migration_preview_request.rb +14 -0
- data/lib/advanced_billing/models/subscription_migration_preview_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_mrr.rb +16 -0
- data/lib/advanced_billing/models/subscription_mrr_breakout.rb +15 -0
- data/lib/advanced_billing/models/subscription_mrr_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_note.rb +17 -0
- data/lib/advanced_billing/models/subscription_note_response.rb +13 -0
- data/lib/advanced_billing/models/subscription_preview.rb +16 -0
- data/lib/advanced_billing/models/subscription_preview_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_product_change.rb +14 -0
- data/lib/advanced_billing/models/subscription_product_migration.rb +23 -0
- data/lib/advanced_billing/models/subscription_product_migration_request.rb +14 -0
- data/lib/advanced_billing/models/subscription_response.rb +14 -0
- data/lib/advanced_billing/models/subscription_state_change.rb +16 -0
- data/lib/advanced_billing/models/tax_configuration.rb +16 -0
- data/lib/advanced_billing/models/too_many_management_link_requests.rb +14 -0
- data/lib/advanced_billing/models/update_allocation_expiration_date.rb +14 -0
- data/lib/advanced_billing/models/update_component.rb +20 -0
- data/lib/advanced_billing/models/update_component_price_point.rb +19 -0
- data/lib/advanced_billing/models/update_component_price_point_request.rb +14 -0
- data/lib/advanced_billing/models/update_component_request.rb +14 -0
- data/lib/advanced_billing/models/update_coupon_currency.rb +14 -0
- data/lib/advanced_billing/models/update_currency_price.rb +14 -0
- data/lib/advanced_billing/models/update_currency_prices_request.rb +14 -0
- data/lib/advanced_billing/models/update_customer.rb +26 -0
- data/lib/advanced_billing/models/update_customer_request.rb +14 -0
- data/lib/advanced_billing/models/update_metadata.rb +14 -0
- data/lib/advanced_billing/models/update_metadata_request.rb +14 -0
- data/lib/advanced_billing/models/update_metafield.rb +16 -0
- data/lib/advanced_billing/models/update_metafields_request.rb +14 -0
- data/lib/advanced_billing/models/update_payment_profile.rb +23 -0
- data/lib/advanced_billing/models/update_payment_profile_request.rb +14 -0
- data/lib/advanced_billing/models/update_price.rb +16 -0
- data/lib/advanced_billing/models/update_product_price_point.rb +14 -0
- data/lib/advanced_billing/models/update_product_price_point_request.rb +14 -0
- data/lib/advanced_billing/models/update_reason_code.rb +14 -0
- data/lib/advanced_billing/models/update_reason_code_request.rb +14 -0
- data/lib/advanced_billing/models/update_segment.rb +14 -0
- data/lib/advanced_billing/models/update_segment_request.rb +13 -0
- data/lib/advanced_billing/models/update_subscription.rb +38 -0
- data/lib/advanced_billing/models/update_subscription_component.rb +14 -0
- data/lib/advanced_billing/models/update_subscription_group.rb +14 -0
- data/lib/advanced_billing/models/update_subscription_group_request.rb +14 -0
- data/lib/advanced_billing/models/update_subscription_note.rb +14 -0
- data/lib/advanced_billing/models/update_subscription_note_request.rb +13 -0
- data/lib/advanced_billing/models/update_subscription_request.rb +14 -0
- data/lib/advanced_billing/models/upsert_prepaid_configuration.rb +20 -0
- data/lib/advanced_billing/models/upsert_prepaid_configuration_request.rb +14 -0
- data/lib/advanced_billing/models/usage.rb +19 -0
- data/lib/advanced_billing/models/usage_response.rb +13 -0
- data/lib/advanced_billing/models/void_invoice.rb +13 -0
- data/lib/advanced_billing/models/void_invoice_event.rb +16 -0
- data/lib/advanced_billing/models/void_invoice_event_data.rb +18 -0
- data/lib/advanced_billing/models/void_invoice_request.rb +13 -0
- data/lib/advanced_billing/models/void_remainder_event.rb +16 -0
- data/lib/advanced_billing/models/void_remainder_event_data.rb +16 -0
- data/lib/advanced_billing/models/webhook.rb +22 -0
- data/lib/advanced_billing/models/webhook_response.rb +13 -0
- data/lib/advanced_billing/utilities/file_wrapper.rb +14 -2
- metadata +2 -2
@@ -54,5 +54,19 @@ module AdvancedBilling
|
|
54
54
|
RenewalPreviewResponse.new(renewal_preview: renewal_preview,
|
55
55
|
additional_properties: additional_properties)
|
56
56
|
end
|
57
|
+
|
58
|
+
# Provides a human-readable string representation of the object.
|
59
|
+
def to_s
|
60
|
+
class_name = self.class.name.split('::').last
|
61
|
+
"<#{class_name} renewal_preview: #{@renewal_preview}, additional_properties:"\
|
62
|
+
" #{get_additional_properties}>"
|
63
|
+
end
|
64
|
+
|
65
|
+
# Provides a debugging-friendly string with detailed object information.
|
66
|
+
def inspect
|
67
|
+
class_name = self.class.name.split('::').last
|
68
|
+
"<#{class_name} renewal_preview: #{@renewal_preview.inspect}, additional_properties:"\
|
69
|
+
" #{get_additional_properties}>"
|
70
|
+
end
|
57
71
|
end
|
58
72
|
end
|
@@ -53,5 +53,17 @@ module AdvancedBilling
|
|
53
53
|
ReplayWebhooksRequest.new(ids: ids,
|
54
54
|
additional_properties: additional_properties)
|
55
55
|
end
|
56
|
+
|
57
|
+
# Provides a human-readable string representation of the object.
|
58
|
+
def to_s
|
59
|
+
class_name = self.class.name.split('::').last
|
60
|
+
"<#{class_name} ids: #{@ids}, additional_properties: #{get_additional_properties}>"
|
61
|
+
end
|
62
|
+
|
63
|
+
# Provides a debugging-friendly string with detailed object information.
|
64
|
+
def inspect
|
65
|
+
class_name = self.class.name.split('::').last
|
66
|
+
"<#{class_name} ids: #{@ids.inspect}, additional_properties: #{get_additional_properties}>"
|
67
|
+
end
|
56
68
|
end
|
57
69
|
end
|
@@ -55,5 +55,18 @@ module AdvancedBilling
|
|
55
55
|
ReplayWebhooksResponse.new(status: status,
|
56
56
|
additional_properties: additional_properties)
|
57
57
|
end
|
58
|
+
|
59
|
+
# Provides a human-readable string representation of the object.
|
60
|
+
def to_s
|
61
|
+
class_name = self.class.name.split('::').last
|
62
|
+
"<#{class_name} status: #{@status}, additional_properties: #{get_additional_properties}>"
|
63
|
+
end
|
64
|
+
|
65
|
+
# Provides a debugging-friendly string with detailed object information.
|
66
|
+
def inspect
|
67
|
+
class_name = self.class.name.split('::').last
|
68
|
+
"<#{class_name} status: #{@status.inspect}, additional_properties:"\
|
69
|
+
" #{get_additional_properties}>"
|
70
|
+
end
|
58
71
|
end
|
59
72
|
end
|
@@ -123,5 +123,24 @@ module AdvancedBilling
|
|
123
123
|
def to_custom_last_invite_accepted_at
|
124
124
|
DateTimeHelper.to_rfc3339(last_invite_accepted_at)
|
125
125
|
end
|
126
|
+
|
127
|
+
# Provides a human-readable string representation of the object.
|
128
|
+
def to_s
|
129
|
+
class_name = self.class.name.split('::').last
|
130
|
+
"<#{class_name} last_sent_at: #{@last_sent_at}, last_accepted_at: #{@last_accepted_at},"\
|
131
|
+
" send_invite_link_text: #{@send_invite_link_text}, uninvited_count: #{@uninvited_count},"\
|
132
|
+
" last_invite_sent_at: #{@last_invite_sent_at}, last_invite_accepted_at:"\
|
133
|
+
" #{@last_invite_accepted_at}, additional_properties: #{get_additional_properties}>"
|
134
|
+
end
|
135
|
+
|
136
|
+
# Provides a debugging-friendly string with detailed object information.
|
137
|
+
def inspect
|
138
|
+
class_name = self.class.name.split('::').last
|
139
|
+
"<#{class_name} last_sent_at: #{@last_sent_at.inspect}, last_accepted_at:"\
|
140
|
+
" #{@last_accepted_at.inspect}, send_invite_link_text: #{@send_invite_link_text.inspect},"\
|
141
|
+
" uninvited_count: #{@uninvited_count.inspect}, last_invite_sent_at:"\
|
142
|
+
" #{@last_invite_sent_at.inspect}, last_invite_accepted_at:"\
|
143
|
+
" #{@last_invite_accepted_at.inspect}, additional_properties: #{get_additional_properties}>"
|
144
|
+
end
|
126
145
|
end
|
127
146
|
end
|
@@ -81,5 +81,19 @@ module AdvancedBilling
|
|
81
81
|
|
82
82
|
true
|
83
83
|
end
|
84
|
+
|
85
|
+
# Provides a human-readable string representation of the object.
|
86
|
+
def to_s
|
87
|
+
class_name = self.class.name.split('::').last
|
88
|
+
"<#{class_name} require_resume: #{@require_resume}, forgive_balance: #{@forgive_balance},"\
|
89
|
+
" additional_properties: #{get_additional_properties}>"
|
90
|
+
end
|
91
|
+
|
92
|
+
# Provides a debugging-friendly string with detailed object information.
|
93
|
+
def inspect
|
94
|
+
class_name = self.class.name.split('::').last
|
95
|
+
"<#{class_name} require_resume: #{@require_resume.inspect}, forgive_balance:"\
|
96
|
+
" #{@forgive_balance.inspect}, additional_properties: #{get_additional_properties}>"
|
97
|
+
end
|
84
98
|
end
|
85
99
|
end
|
@@ -76,5 +76,21 @@ module AdvancedBilling
|
|
76
76
|
uninvited_count: uninvited_count,
|
77
77
|
additional_properties: additional_properties)
|
78
78
|
end
|
79
|
+
|
80
|
+
# Provides a human-readable string representation of the object.
|
81
|
+
def to_s
|
82
|
+
class_name = self.class.name.split('::').last
|
83
|
+
"<#{class_name} last_sent_at: #{@last_sent_at}, last_accepted_at: #{@last_accepted_at},"\
|
84
|
+
" uninvited_count: #{@uninvited_count}, additional_properties:"\
|
85
|
+
" #{get_additional_properties}>"
|
86
|
+
end
|
87
|
+
|
88
|
+
# Provides a debugging-friendly string with detailed object information.
|
89
|
+
def inspect
|
90
|
+
class_name = self.class.name.split('::').last
|
91
|
+
"<#{class_name} last_sent_at: #{@last_sent_at.inspect}, last_accepted_at:"\
|
92
|
+
" #{@last_accepted_at.inspect}, uninvited_count: #{@uninvited_count.inspect},"\
|
93
|
+
" additional_properties: #{get_additional_properties}>"
|
94
|
+
end
|
79
95
|
end
|
80
96
|
end
|
@@ -103,5 +103,21 @@ module AdvancedBilling
|
|
103
103
|
subscriptions: subscriptions,
|
104
104
|
additional_properties: additional_properties)
|
105
105
|
end
|
106
|
+
|
107
|
+
# Provides a human-readable string representation of the object.
|
108
|
+
def to_s
|
109
|
+
class_name = self.class.name.split('::').last
|
110
|
+
"<#{class_name} id: #{@id}, full_name: #{@full_name}, subscriptions_count:"\
|
111
|
+
" #{@subscriptions_count}, test_mode: #{@test_mode}, subscriptions: #{@subscriptions},"\
|
112
|
+
" additional_properties: #{get_additional_properties}>"
|
113
|
+
end
|
114
|
+
|
115
|
+
# Provides a debugging-friendly string with detailed object information.
|
116
|
+
def inspect
|
117
|
+
class_name = self.class.name.split('::').last
|
118
|
+
"<#{class_name} id: #{@id.inspect}, full_name: #{@full_name.inspect}, subscriptions_count:"\
|
119
|
+
" #{@subscriptions_count.inspect}, test_mode: #{@test_mode.inspect}, subscriptions:"\
|
120
|
+
" #{@subscriptions.inspect}, additional_properties: #{get_additional_properties}>"
|
121
|
+
end
|
106
122
|
end
|
107
123
|
end
|
@@ -74,5 +74,19 @@ module AdvancedBilling
|
|
74
74
|
recurring: recurring,
|
75
75
|
additional_properties: additional_properties)
|
76
76
|
end
|
77
|
+
|
78
|
+
# Provides a human-readable string representation of the object.
|
79
|
+
def to_s
|
80
|
+
class_name = self.class.name.split('::').last
|
81
|
+
"<#{class_name} mrr: #{@mrr}, usage: #{@usage}, recurring: #{@recurring},"\
|
82
|
+
" additional_properties: #{get_additional_properties}>"
|
83
|
+
end
|
84
|
+
|
85
|
+
# Provides a debugging-friendly string with detailed object information.
|
86
|
+
def inspect
|
87
|
+
class_name = self.class.name.split('::').last
|
88
|
+
"<#{class_name} mrr: #{@mrr.inspect}, usage: #{@usage.inspect}, recurring:"\
|
89
|
+
" #{@recurring.inspect}, additional_properties: #{get_additional_properties}>"
|
90
|
+
end
|
77
91
|
end
|
78
92
|
end
|
@@ -114,5 +114,24 @@ module AdvancedBilling
|
|
114
114
|
sales_rep_name: sales_rep_name,
|
115
115
|
additional_properties: additional_properties)
|
116
116
|
end
|
117
|
+
|
118
|
+
# Provides a human-readable string representation of the object.
|
119
|
+
def to_s
|
120
|
+
class_name = self.class.name.split('::').last
|
121
|
+
"<#{class_name} customer_name: #{@customer_name}, subscription_id: #{@subscription_id},"\
|
122
|
+
" site_link: #{@site_link}, site_name: #{@site_name}, subscription_mrr:"\
|
123
|
+
" #{@subscription_mrr}, sales_rep_id: #{@sales_rep_id}, sales_rep_name: #{@sales_rep_name},"\
|
124
|
+
" additional_properties: #{get_additional_properties}>"
|
125
|
+
end
|
126
|
+
|
127
|
+
# Provides a debugging-friendly string with detailed object information.
|
128
|
+
def inspect
|
129
|
+
class_name = self.class.name.split('::').last
|
130
|
+
"<#{class_name} customer_name: #{@customer_name.inspect}, subscription_id:"\
|
131
|
+
" #{@subscription_id.inspect}, site_link: #{@site_link.inspect}, site_name:"\
|
132
|
+
" #{@site_name.inspect}, subscription_mrr: #{@subscription_mrr.inspect}, sales_rep_id:"\
|
133
|
+
" #{@sales_rep_id.inspect}, sales_rep_name: #{@sales_rep_name.inspect},"\
|
134
|
+
" additional_properties: #{get_additional_properties}>"
|
135
|
+
end
|
117
136
|
end
|
118
137
|
end
|
@@ -142,5 +142,24 @@ module AdvancedBilling
|
|
142
142
|
churn_date: churn_date,
|
143
143
|
additional_properties: additional_properties)
|
144
144
|
end
|
145
|
+
|
146
|
+
# Provides a human-readable string representation of the object.
|
147
|
+
def to_s
|
148
|
+
class_name = self.class.name.split('::').last
|
149
|
+
"<#{class_name} id: #{@id}, site_name: #{@site_name}, subscription_url:"\
|
150
|
+
" #{@subscription_url}, customer_name: #{@customer_name}, created_at: #{@created_at}, mrr:"\
|
151
|
+
" #{@mrr}, usage: #{@usage}, recurring: #{@recurring}, last_payment: #{@last_payment},"\
|
152
|
+
" churn_date: #{@churn_date}, additional_properties: #{get_additional_properties}>"
|
153
|
+
end
|
154
|
+
|
155
|
+
# Provides a debugging-friendly string with detailed object information.
|
156
|
+
def inspect
|
157
|
+
class_name = self.class.name.split('::').last
|
158
|
+
"<#{class_name} id: #{@id.inspect}, site_name: #{@site_name.inspect}, subscription_url:"\
|
159
|
+
" #{@subscription_url.inspect}, customer_name: #{@customer_name.inspect}, created_at:"\
|
160
|
+
" #{@created_at.inspect}, mrr: #{@mrr.inspect}, usage: #{@usage.inspect}, recurring:"\
|
161
|
+
" #{@recurring.inspect}, last_payment: #{@last_payment.inspect}, churn_date:"\
|
162
|
+
" #{@churn_date.inspect}, additional_properties: #{get_additional_properties}>"
|
163
|
+
end
|
145
164
|
end
|
146
165
|
end
|
@@ -227,5 +227,31 @@ module AdvancedBilling
|
|
227
227
|
|
228
228
|
true
|
229
229
|
end
|
230
|
+
|
231
|
+
# Provides a human-readable string representation of the object.
|
232
|
+
def to_s
|
233
|
+
class_name = self.class.name.split('::').last
|
234
|
+
"<#{class_name} id: #{@id}, component_id: #{@component_id}, price_point_id:"\
|
235
|
+
" #{@price_point_id}, event_based_billing_metric_id: #{@event_based_billing_metric_id},"\
|
236
|
+
" pricing_scheme: #{@pricing_scheme}, segment_property_1_value:"\
|
237
|
+
" #{@segment_property_1_value}, segment_property_2_value: #{@segment_property_2_value},"\
|
238
|
+
" segment_property_3_value: #{@segment_property_3_value}, segment_property_4_value:"\
|
239
|
+
" #{@segment_property_4_value}, created_at: #{@created_at}, updated_at: #{@updated_at},"\
|
240
|
+
" prices: #{@prices}, additional_properties: #{get_additional_properties}>"
|
241
|
+
end
|
242
|
+
|
243
|
+
# Provides a debugging-friendly string with detailed object information.
|
244
|
+
def inspect
|
245
|
+
class_name = self.class.name.split('::').last
|
246
|
+
"<#{class_name} id: #{@id.inspect}, component_id: #{@component_id.inspect}, price_point_id:"\
|
247
|
+
" #{@price_point_id.inspect}, event_based_billing_metric_id:"\
|
248
|
+
" #{@event_based_billing_metric_id.inspect}, pricing_scheme: #{@pricing_scheme.inspect},"\
|
249
|
+
" segment_property_1_value: #{@segment_property_1_value.inspect}, segment_property_2_value:"\
|
250
|
+
" #{@segment_property_2_value.inspect}, segment_property_3_value:"\
|
251
|
+
" #{@segment_property_3_value.inspect}, segment_property_4_value:"\
|
252
|
+
" #{@segment_property_4_value.inspect}, created_at: #{@created_at.inspect}, updated_at:"\
|
253
|
+
" #{@updated_at.inspect}, prices: #{@prices.inspect}, additional_properties:"\
|
254
|
+
" #{get_additional_properties}>"
|
255
|
+
end
|
230
256
|
end
|
231
257
|
end
|
@@ -137,5 +137,24 @@ module AdvancedBilling
|
|
137
137
|
|
138
138
|
true
|
139
139
|
end
|
140
|
+
|
141
|
+
# Provides a human-readable string representation of the object.
|
142
|
+
def to_s
|
143
|
+
class_name = self.class.name.split('::').last
|
144
|
+
"<#{class_name} id: #{@id}, component_id: #{@component_id}, starting_quantity:"\
|
145
|
+
" #{@starting_quantity}, ending_quantity: #{@ending_quantity}, unit_price: #{@unit_price},"\
|
146
|
+
" price_point_id: #{@price_point_id}, formatted_unit_price: #{@formatted_unit_price},"\
|
147
|
+
" segment_id: #{@segment_id}, additional_properties: #{get_additional_properties}>"
|
148
|
+
end
|
149
|
+
|
150
|
+
# Provides a debugging-friendly string with detailed object information.
|
151
|
+
def inspect
|
152
|
+
class_name = self.class.name.split('::').last
|
153
|
+
"<#{class_name} id: #{@id.inspect}, component_id: #{@component_id.inspect},"\
|
154
|
+
" starting_quantity: #{@starting_quantity.inspect}, ending_quantity:"\
|
155
|
+
" #{@ending_quantity.inspect}, unit_price: #{@unit_price.inspect}, price_point_id:"\
|
156
|
+
" #{@price_point_id.inspect}, formatted_unit_price: #{@formatted_unit_price.inspect},"\
|
157
|
+
" segment_id: #{@segment_id.inspect}, additional_properties: #{get_additional_properties}>"
|
158
|
+
end
|
140
159
|
end
|
141
160
|
end
|
@@ -55,5 +55,18 @@ module AdvancedBilling
|
|
55
55
|
SegmentResponse.new(segment: segment,
|
56
56
|
additional_properties: additional_properties)
|
57
57
|
end
|
58
|
+
|
59
|
+
# Provides a human-readable string representation of the object.
|
60
|
+
def to_s
|
61
|
+
class_name = self.class.name.split('::').last
|
62
|
+
"<#{class_name} segment: #{@segment}, additional_properties: #{get_additional_properties}>"
|
63
|
+
end
|
64
|
+
|
65
|
+
# Provides a debugging-friendly string with detailed object information.
|
66
|
+
def inspect
|
67
|
+
class_name = self.class.name.split('::').last
|
68
|
+
"<#{class_name} segment: #{@segment.inspect}, additional_properties:"\
|
69
|
+
" #{get_additional_properties}>"
|
70
|
+
end
|
58
71
|
end
|
59
72
|
end
|
@@ -77,5 +77,21 @@ module AdvancedBilling
|
|
77
77
|
bcc_recipient_emails: bcc_recipient_emails,
|
78
78
|
additional_properties: additional_properties)
|
79
79
|
end
|
80
|
+
|
81
|
+
# Provides a human-readable string representation of the object.
|
82
|
+
def to_s
|
83
|
+
class_name = self.class.name.split('::').last
|
84
|
+
"<#{class_name} recipient_emails: #{@recipient_emails}, cc_recipient_emails:"\
|
85
|
+
" #{@cc_recipient_emails}, bcc_recipient_emails: #{@bcc_recipient_emails},"\
|
86
|
+
" additional_properties: #{get_additional_properties}>"
|
87
|
+
end
|
88
|
+
|
89
|
+
# Provides a debugging-friendly string with detailed object information.
|
90
|
+
def inspect
|
91
|
+
class_name = self.class.name.split('::').last
|
92
|
+
"<#{class_name} recipient_emails: #{@recipient_emails.inspect}, cc_recipient_emails:"\
|
93
|
+
" #{@cc_recipient_emails.inspect}, bcc_recipient_emails: #{@bcc_recipient_emails.inspect},"\
|
94
|
+
" additional_properties: #{get_additional_properties}>"
|
95
|
+
end
|
80
96
|
end
|
81
97
|
end
|
@@ -95,5 +95,22 @@ module AdvancedBilling
|
|
95
95
|
memo: memo,
|
96
96
|
additional_properties: additional_properties)
|
97
97
|
end
|
98
|
+
|
99
|
+
# Provides a human-readable string representation of the object.
|
100
|
+
def to_s
|
101
|
+
class_name = self.class.name.split('::').last
|
102
|
+
"<#{class_name} id: #{@id}, amount_in_cents: #{@amount_in_cents}, ending_balance_in_cents:"\
|
103
|
+
" #{@ending_balance_in_cents}, entry_type: #{@entry_type}, memo: #{@memo},"\
|
104
|
+
" additional_properties: #{get_additional_properties}>"
|
105
|
+
end
|
106
|
+
|
107
|
+
# Provides a debugging-friendly string with detailed object information.
|
108
|
+
def inspect
|
109
|
+
class_name = self.class.name.split('::').last
|
110
|
+
"<#{class_name} id: #{@id.inspect}, amount_in_cents: #{@amount_in_cents.inspect},"\
|
111
|
+
" ending_balance_in_cents: #{@ending_balance_in_cents.inspect}, entry_type:"\
|
112
|
+
" #{@entry_type.inspect}, memo: #{@memo.inspect}, additional_properties:"\
|
113
|
+
" #{get_additional_properties}>"
|
114
|
+
end
|
98
115
|
end
|
99
116
|
end
|
@@ -53,5 +53,19 @@ module AdvancedBilling
|
|
53
53
|
ServiceCreditResponse.new(service_credit: service_credit,
|
54
54
|
additional_properties: additional_properties)
|
55
55
|
end
|
56
|
+
|
57
|
+
# Provides a human-readable string representation of the object.
|
58
|
+
def to_s
|
59
|
+
class_name = self.class.name.split('::').last
|
60
|
+
"<#{class_name} service_credit: #{@service_credit}, additional_properties:"\
|
61
|
+
" #{get_additional_properties}>"
|
62
|
+
end
|
63
|
+
|
64
|
+
# Provides a debugging-friendly string with detailed object information.
|
65
|
+
def inspect
|
66
|
+
class_name = self.class.name.split('::').last
|
67
|
+
"<#{class_name} service_credit: #{@service_credit.inspect}, additional_properties:"\
|
68
|
+
" #{get_additional_properties}>"
|
69
|
+
end
|
56
70
|
end
|
57
71
|
end
|
@@ -67,5 +67,21 @@ module AdvancedBilling
|
|
67
67
|
next_proforma_invoice: next_proforma_invoice,
|
68
68
|
additional_properties: additional_properties)
|
69
69
|
end
|
70
|
+
|
71
|
+
# Provides a human-readable string representation of the object.
|
72
|
+
def to_s
|
73
|
+
class_name = self.class.name.split('::').last
|
74
|
+
"<#{class_name} current_proforma_invoice: #{@current_proforma_invoice},"\
|
75
|
+
" next_proforma_invoice: #{@next_proforma_invoice}, additional_properties:"\
|
76
|
+
" #{get_additional_properties}>"
|
77
|
+
end
|
78
|
+
|
79
|
+
# Provides a debugging-friendly string with detailed object information.
|
80
|
+
def inspect
|
81
|
+
class_name = self.class.name.split('::').last
|
82
|
+
"<#{class_name} current_proforma_invoice: #{@current_proforma_invoice.inspect},"\
|
83
|
+
" next_proforma_invoice: #{@next_proforma_invoice.inspect}, additional_properties:"\
|
84
|
+
" #{get_additional_properties}>"
|
85
|
+
end
|
70
86
|
end
|
71
87
|
end
|
@@ -55,5 +55,19 @@ module AdvancedBilling
|
|
55
55
|
SignupProformaPreviewResponse.new(proforma_invoice_preview: proforma_invoice_preview,
|
56
56
|
additional_properties: additional_properties)
|
57
57
|
end
|
58
|
+
|
59
|
+
# Provides a human-readable string representation of the object.
|
60
|
+
def to_s
|
61
|
+
class_name = self.class.name.split('::').last
|
62
|
+
"<#{class_name} proforma_invoice_preview: #{@proforma_invoice_preview},"\
|
63
|
+
" additional_properties: #{get_additional_properties}>"
|
64
|
+
end
|
65
|
+
|
66
|
+
# Provides a debugging-friendly string with detailed object information.
|
67
|
+
def inspect
|
68
|
+
class_name = self.class.name.split('::').last
|
69
|
+
"<#{class_name} proforma_invoice_preview: #{@proforma_invoice_preview.inspect},"\
|
70
|
+
" additional_properties: #{get_additional_properties}>"
|
71
|
+
end
|
58
72
|
end
|
59
73
|
end
|
@@ -37,6 +37,10 @@ module AdvancedBilling
|
|
37
37
|
# @return [TrueClass | FalseClass]
|
38
38
|
attr_accessor :relationship_invoicing_enabled
|
39
39
|
|
40
|
+
# TODO: Write general description for this method
|
41
|
+
# @return [TrueClass | FalseClass]
|
42
|
+
attr_accessor :schedule_subscription_cancellation_enabled
|
43
|
+
|
40
44
|
# TODO: Write general description for this method
|
41
45
|
# @return [TrueClass | FalseClass]
|
42
46
|
attr_accessor :customer_hierarchy_enabled
|
@@ -84,6 +88,8 @@ module AdvancedBilling
|
|
84
88
|
@_hash['non_primary_currencies'] = 'non_primary_currencies'
|
85
89
|
@_hash['relationship_invoicing_enabled'] =
|
86
90
|
'relationship_invoicing_enabled'
|
91
|
+
@_hash['schedule_subscription_cancellation_enabled'] =
|
92
|
+
'schedule_subscription_cancellation_enabled'
|
87
93
|
@_hash['customer_hierarchy_enabled'] = 'customer_hierarchy_enabled'
|
88
94
|
@_hash['whopays_enabled'] = 'whopays_enabled'
|
89
95
|
@_hash['whopays_default_payer'] = 'whopays_default_payer'
|
@@ -107,6 +113,7 @@ module AdvancedBilling
|
|
107
113
|
seller_id
|
108
114
|
non_primary_currencies
|
109
115
|
relationship_invoicing_enabled
|
116
|
+
schedule_subscription_cancellation_enabled
|
110
117
|
customer_hierarchy_enabled
|
111
118
|
whopays_enabled
|
112
119
|
whopays_default_payer
|
@@ -127,6 +134,7 @@ module AdvancedBilling
|
|
127
134
|
def initialize(id: SKIP, name: SKIP, subdomain: SKIP, currency: SKIP,
|
128
135
|
seller_id: SKIP, non_primary_currencies: SKIP,
|
129
136
|
relationship_invoicing_enabled: SKIP,
|
137
|
+
schedule_subscription_cancellation_enabled: SKIP,
|
130
138
|
customer_hierarchy_enabled: SKIP, whopays_enabled: SKIP,
|
131
139
|
whopays_default_payer: SKIP, allocation_settings: SKIP,
|
132
140
|
default_payment_collection_method: SKIP,
|
@@ -147,6 +155,10 @@ module AdvancedBilling
|
|
147
155
|
@relationship_invoicing_enabled =
|
148
156
|
relationship_invoicing_enabled
|
149
157
|
end
|
158
|
+
unless schedule_subscription_cancellation_enabled == SKIP
|
159
|
+
@schedule_subscription_cancellation_enabled =
|
160
|
+
schedule_subscription_cancellation_enabled
|
161
|
+
end
|
150
162
|
unless customer_hierarchy_enabled == SKIP
|
151
163
|
@customer_hierarchy_enabled =
|
152
164
|
customer_hierarchy_enabled
|
@@ -178,6 +190,8 @@ module AdvancedBilling
|
|
178
190
|
hash.key?('non_primary_currencies') ? hash['non_primary_currencies'] : SKIP
|
179
191
|
relationship_invoicing_enabled =
|
180
192
|
hash.key?('relationship_invoicing_enabled') ? hash['relationship_invoicing_enabled'] : SKIP
|
193
|
+
schedule_subscription_cancellation_enabled =
|
194
|
+
hash.key?('schedule_subscription_cancellation_enabled') ? hash['schedule_subscription_cancellation_enabled'] : SKIP
|
181
195
|
customer_hierarchy_enabled =
|
182
196
|
hash.key?('customer_hierarchy_enabled') ? hash['customer_hierarchy_enabled'] : SKIP
|
183
197
|
whopays_enabled =
|
@@ -206,6 +220,7 @@ module AdvancedBilling
|
|
206
220
|
seller_id: seller_id,
|
207
221
|
non_primary_currencies: non_primary_currencies,
|
208
222
|
relationship_invoicing_enabled: relationship_invoicing_enabled,
|
223
|
+
schedule_subscription_cancellation_enabled: schedule_subscription_cancellation_enabled,
|
209
224
|
customer_hierarchy_enabled: customer_hierarchy_enabled,
|
210
225
|
whopays_enabled: whopays_enabled,
|
211
226
|
whopays_default_payer: whopays_default_payer,
|
@@ -217,5 +232,39 @@ module AdvancedBilling
|
|
217
232
|
test: test,
|
218
233
|
additional_properties: additional_properties)
|
219
234
|
end
|
235
|
+
|
236
|
+
# Provides a human-readable string representation of the object.
|
237
|
+
def to_s
|
238
|
+
class_name = self.class.name.split('::').last
|
239
|
+
"<#{class_name} id: #{@id}, name: #{@name}, subdomain: #{@subdomain}, currency:"\
|
240
|
+
" #{@currency}, seller_id: #{@seller_id}, non_primary_currencies:"\
|
241
|
+
" #{@non_primary_currencies}, relationship_invoicing_enabled:"\
|
242
|
+
" #{@relationship_invoicing_enabled}, schedule_subscription_cancellation_enabled:"\
|
243
|
+
" #{@schedule_subscription_cancellation_enabled}, customer_hierarchy_enabled:"\
|
244
|
+
" #{@customer_hierarchy_enabled}, whopays_enabled: #{@whopays_enabled},"\
|
245
|
+
" whopays_default_payer: #{@whopays_default_payer}, allocation_settings:"\
|
246
|
+
" #{@allocation_settings}, default_payment_collection_method:"\
|
247
|
+
" #{@default_payment_collection_method}, organization_address: #{@organization_address},"\
|
248
|
+
" tax_configuration: #{@tax_configuration}, net_terms: #{@net_terms}, test: #{@test},"\
|
249
|
+
" additional_properties: #{get_additional_properties}>"
|
250
|
+
end
|
251
|
+
|
252
|
+
# Provides a debugging-friendly string with detailed object information.
|
253
|
+
def inspect
|
254
|
+
class_name = self.class.name.split('::').last
|
255
|
+
"<#{class_name} id: #{@id.inspect}, name: #{@name.inspect}, subdomain:"\
|
256
|
+
" #{@subdomain.inspect}, currency: #{@currency.inspect}, seller_id: #{@seller_id.inspect},"\
|
257
|
+
" non_primary_currencies: #{@non_primary_currencies.inspect},"\
|
258
|
+
" relationship_invoicing_enabled: #{@relationship_invoicing_enabled.inspect},"\
|
259
|
+
' schedule_subscription_cancellation_enabled:'\
|
260
|
+
" #{@schedule_subscription_cancellation_enabled.inspect}, customer_hierarchy_enabled:"\
|
261
|
+
" #{@customer_hierarchy_enabled.inspect}, whopays_enabled: #{@whopays_enabled.inspect},"\
|
262
|
+
" whopays_default_payer: #{@whopays_default_payer.inspect}, allocation_settings:"\
|
263
|
+
" #{@allocation_settings.inspect}, default_payment_collection_method:"\
|
264
|
+
" #{@default_payment_collection_method.inspect}, organization_address:"\
|
265
|
+
" #{@organization_address.inspect}, tax_configuration: #{@tax_configuration.inspect},"\
|
266
|
+
" net_terms: #{@net_terms.inspect}, test: #{@test.inspect}, additional_properties:"\
|
267
|
+
" #{get_additional_properties}>"
|
268
|
+
end
|
220
269
|
end
|
221
270
|
end
|
@@ -53,5 +53,18 @@ module AdvancedBilling
|
|
53
53
|
SiteResponse.new(site: site,
|
54
54
|
additional_properties: additional_properties)
|
55
55
|
end
|
56
|
+
|
57
|
+
# Provides a human-readable string representation of the object.
|
58
|
+
def to_s
|
59
|
+
class_name = self.class.name.split('::').last
|
60
|
+
"<#{class_name} site: #{@site}, additional_properties: #{get_additional_properties}>"
|
61
|
+
end
|
62
|
+
|
63
|
+
# Provides a debugging-friendly string with detailed object information.
|
64
|
+
def inspect
|
65
|
+
class_name = self.class.name.split('::').last
|
66
|
+
"<#{class_name} site: #{@site.inspect}, additional_properties:"\
|
67
|
+
" #{get_additional_properties}>"
|
68
|
+
end
|
56
69
|
end
|
57
70
|
end
|
@@ -176,5 +176,33 @@ module AdvancedBilling
|
|
176
176
|
total_dunning_subscriptions: total_dunning_subscriptions,
|
177
177
|
additional_properties: additional_properties)
|
178
178
|
end
|
179
|
+
|
180
|
+
# Provides a human-readable string representation of the object.
|
181
|
+
def to_s
|
182
|
+
class_name = self.class.name.split('::').last
|
183
|
+
"<#{class_name} total_subscriptions: #{@total_subscriptions}, subscriptions_today:"\
|
184
|
+
" #{@subscriptions_today}, total_revenue: #{@total_revenue}, revenue_today:"\
|
185
|
+
" #{@revenue_today}, revenue_this_month: #{@revenue_this_month}, revenue_this_year:"\
|
186
|
+
" #{@revenue_this_year}, total_canceled_subscriptions: #{@total_canceled_subscriptions},"\
|
187
|
+
" total_active_subscriptions: #{@total_active_subscriptions}, total_past_due_subscriptions:"\
|
188
|
+
" #{@total_past_due_subscriptions}, total_unpaid_subscriptions:"\
|
189
|
+
" #{@total_unpaid_subscriptions}, total_dunning_subscriptions:"\
|
190
|
+
" #{@total_dunning_subscriptions}, additional_properties: #{get_additional_properties}>"
|
191
|
+
end
|
192
|
+
|
193
|
+
# Provides a debugging-friendly string with detailed object information.
|
194
|
+
def inspect
|
195
|
+
class_name = self.class.name.split('::').last
|
196
|
+
"<#{class_name} total_subscriptions: #{@total_subscriptions.inspect}, subscriptions_today:"\
|
197
|
+
" #{@subscriptions_today.inspect}, total_revenue: #{@total_revenue.inspect}, revenue_today:"\
|
198
|
+
" #{@revenue_today.inspect}, revenue_this_month: #{@revenue_this_month.inspect},"\
|
199
|
+
" revenue_this_year: #{@revenue_this_year.inspect}, total_canceled_subscriptions:"\
|
200
|
+
" #{@total_canceled_subscriptions.inspect}, total_active_subscriptions:"\
|
201
|
+
" #{@total_active_subscriptions.inspect}, total_past_due_subscriptions:"\
|
202
|
+
" #{@total_past_due_subscriptions.inspect}, total_unpaid_subscriptions:"\
|
203
|
+
" #{@total_unpaid_subscriptions.inspect}, total_dunning_subscriptions:"\
|
204
|
+
" #{@total_dunning_subscriptions.inspect}, additional_properties:"\
|
205
|
+
" #{get_additional_properties}>"
|
206
|
+
end
|
179
207
|
end
|
180
208
|
end
|
@@ -92,5 +92,21 @@ module AdvancedBilling
|
|
92
92
|
stats: stats,
|
93
93
|
additional_properties: additional_properties)
|
94
94
|
end
|
95
|
+
|
96
|
+
# Provides a human-readable string representation of the object.
|
97
|
+
def to_s
|
98
|
+
class_name = self.class.name.split('::').last
|
99
|
+
"<#{class_name} seller_name: #{@seller_name}, site_name: #{@site_name}, site_id:"\
|
100
|
+
" #{@site_id}, site_currency: #{@site_currency}, stats: #{@stats}, additional_properties:"\
|
101
|
+
" #{get_additional_properties}>"
|
102
|
+
end
|
103
|
+
|
104
|
+
# Provides a debugging-friendly string with detailed object information.
|
105
|
+
def inspect
|
106
|
+
class_name = self.class.name.split('::').last
|
107
|
+
"<#{class_name} seller_name: #{@seller_name.inspect}, site_name: #{@site_name.inspect},"\
|
108
|
+
" site_id: #{@site_id.inspect}, site_currency: #{@site_currency.inspect}, stats:"\
|
109
|
+
" #{@stats.inspect}, additional_properties: #{get_additional_properties}>"
|
110
|
+
end
|
95
111
|
end
|
96
112
|
end
|