lago_ruby 0.48.0.pre.beta → 0.51.0.pre.beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +19 -6
- data/docs/AddOnBaseInput.md +2 -0
- data/docs/AddOnCreateInputAddOn.md +2 -0
- data/docs/AddOnObject.md +2 -0
- data/docs/BillableMetricBaseInput.md +1 -1
- data/docs/BillableMetricCreateInputBillableMetric.md +1 -1
- data/docs/BillableMetricObject.md +1 -1
- data/docs/ChargeObject.md +2 -0
- data/docs/CreditNoteCreateInputCreditNote.md +1 -1
- data/docs/CreditNoteEstimateInput.md +18 -0
- data/docs/CreditNoteEstimateInputCreditNote.md +20 -0
- data/docs/CreditNoteEstimateInputCreditNoteItemsInner.md +20 -0
- data/docs/CreditNoteEstimated.md +18 -0
- data/docs/CreditNoteEstimatedEstimatedCreditNote.md +38 -0
- data/docs/CreditNoteEstimatedEstimatedCreditNoteAppliedTaxesInner.md +32 -0
- data/docs/CreditNoteEstimatedEstimatedCreditNoteItemsInner.md +20 -0
- data/docs/CreditNoteItemObjectFee.md +4 -0
- data/docs/CreditNoteObject.md +2 -2
- data/docs/CreditNotesApi.md +72 -0
- data/docs/CustomerChargeUsageObject.md +2 -0
- data/docs/CustomerChargeUsageObjectGroupsInner.md +2 -0
- data/docs/CustomerPastUsage.md +20 -0
- data/docs/CustomerUsageObject.md +2 -0
- data/docs/CustomersApi.md +82 -0
- data/docs/EventsApi.md +7 -6
- data/docs/FeeObject.md +4 -0
- data/docs/FeeObjectItem.md +4 -0
- data/docs/GroupPropertiesObject.md +2 -0
- data/docs/InvoiceOneOffCreateInputInvoiceFeesInner.md +2 -0
- data/docs/PlanCreateInputPlan.md +3 -1
- data/docs/PlanCreateInputPlanChargesInner.md +2 -0
- data/docs/PlanObject.md +3 -1
- data/docs/PlanOverridesObject.md +32 -0
- data/docs/PlanOverridesObjectChargesInner.md +28 -0
- data/docs/PlanUpdateInputPlan.md +3 -1
- data/docs/PlanUpdateInputPlanChargesInner.md +2 -0
- data/docs/Subscription.md +1 -1
- data/docs/SubscriptionCreateInputSubscription.md +3 -1
- data/docs/SubscriptionObjectExtended.md +52 -0
- data/docs/SubscriptionUpdateInputSubscription.md +3 -1
- data/docs/SubscriptionsApi.md +70 -0
- data/lago_ruby.gemspec +1 -1
- data/lib/lago_ruby/api/add_ons_api.rb +1 -1
- data/lib/lago_ruby/api/billable_metrics_api.rb +1 -1
- data/lib/lago_ruby/api/coupons_api.rb +1 -1
- data/lib/lago_ruby/api/credit_notes_api.rb +65 -1
- data/lib/lago_ruby/api/customers_api.rb +83 -1
- data/lib/lago_ruby/api/events_api.rb +6 -6
- data/lib/lago_ruby/api/fees_api.rb +1 -1
- data/lib/lago_ruby/api/invoices_api.rb +1 -1
- data/lib/lago_ruby/api/organizations_api.rb +1 -1
- data/lib/lago_ruby/api/plans_api.rb +1 -1
- data/lib/lago_ruby/api/subscriptions_api.rb +64 -1
- data/lib/lago_ruby/api/taxes_api.rb +1 -1
- data/lib/lago_ruby/api/wallets_api.rb +1 -1
- data/lib/lago_ruby/api/webhook_endpoints_api.rb +1 -1
- data/lib/lago_ruby/api/webhooks_api.rb +1 -1
- data/lib/lago_ruby/api_client.rb +13 -13
- data/lib/lago_ruby/api_error.rb +1 -1
- data/lib/lago_ruby/configuration.rb +2 -1
- data/lib/lago_ruby/models/add_on.rb +2 -2
- data/lib/lago_ruby/models/add_on_base_input.rb +13 -3
- data/lib/lago_ruby/models/add_on_create_input.rb +2 -2
- data/lib/lago_ruby/models/add_on_create_input_add_on.rb +13 -3
- data/lib/lago_ruby/models/add_on_object.rb +13 -3
- data/lib/lago_ruby/models/add_on_update_input.rb +2 -2
- data/lib/lago_ruby/models/add_ons_paginated.rb +2 -2
- data/lib/lago_ruby/models/api_error_bad_request.rb +2 -2
- data/lib/lago_ruby/models/api_error_forbidden.rb +2 -2
- data/lib/lago_ruby/models/api_error_not_allowed.rb +2 -2
- data/lib/lago_ruby/models/api_error_not_found.rb +2 -2
- data/lib/lago_ruby/models/api_error_unauthorized.rb +2 -2
- data/lib/lago_ruby/models/api_error_unprocessable_entity.rb +2 -2
- data/lib/lago_ruby/models/applied_coupon.rb +2 -2
- data/lib/lago_ruby/models/applied_coupon_input.rb +2 -2
- data/lib/lago_ruby/models/applied_coupon_input_applied_coupon.rb +2 -2
- data/lib/lago_ruby/models/applied_coupon_object.rb +2 -2
- data/lib/lago_ruby/models/applied_coupon_object_extended.rb +2 -2
- data/lib/lago_ruby/models/applied_coupons_paginated.rb +2 -2
- data/lib/lago_ruby/models/base_applied_tax.rb +2 -2
- data/lib/lago_ruby/models/billable_metric.rb +2 -2
- data/lib/lago_ruby/models/billable_metric_base_input.rb +5 -5
- data/lib/lago_ruby/models/billable_metric_create_input.rb +2 -2
- data/lib/lago_ruby/models/billable_metric_create_input_billable_metric.rb +5 -5
- data/lib/lago_ruby/models/billable_metric_group.rb +2 -2
- data/lib/lago_ruby/models/billable_metric_group_values_inner.rb +1 -1
- data/lib/lago_ruby/models/billable_metric_group_values_inner_one_of.rb +2 -2
- data/lib/lago_ruby/models/billable_metric_object.rb +5 -5
- data/lib/lago_ruby/models/billable_metric_update_input.rb +2 -2
- data/lib/lago_ruby/models/billable_metrics_paginated.rb +2 -2
- data/lib/lago_ruby/models/charge_object.rb +13 -3
- data/lib/lago_ruby/models/charge_object_properties.rb +2 -2
- data/lib/lago_ruby/models/charge_properties.rb +2 -2
- data/lib/lago_ruby/models/charge_properties_graduated_percentage_ranges_inner.rb +2 -2
- data/lib/lago_ruby/models/charge_properties_graduated_ranges_inner.rb +2 -2
- data/lib/lago_ruby/models/charge_properties_volume_ranges_inner.rb +2 -2
- data/lib/lago_ruby/models/country.rb +1 -1
- data/lib/lago_ruby/models/coupon.rb +2 -2
- data/lib/lago_ruby/models/coupon_base_input.rb +2 -2
- data/lib/lago_ruby/models/coupon_base_input_applies_to.rb +2 -2
- data/lib/lago_ruby/models/coupon_create_input.rb +2 -2
- data/lib/lago_ruby/models/coupon_create_input_coupon.rb +2 -2
- data/lib/lago_ruby/models/coupon_object.rb +2 -2
- data/lib/lago_ruby/models/coupon_update_input.rb +2 -2
- data/lib/lago_ruby/models/coupons_paginated.rb +2 -2
- data/lib/lago_ruby/models/credit_note.rb +2 -2
- data/lib/lago_ruby/models/credit_note_applied_tax_object.rb +2 -2
- data/lib/lago_ruby/models/credit_note_create_input.rb +2 -2
- data/lib/lago_ruby/models/credit_note_create_input_credit_note.rb +3 -3
- data/lib/lago_ruby/models/credit_note_create_input_credit_note_items_inner.rb +1 -1
- data/lib/lago_ruby/models/credit_note_estimate_input.rb +221 -0
- data/lib/lago_ruby/models/credit_note_estimate_input_credit_note.rb +241 -0
- data/lib/lago_ruby/models/credit_note_estimate_input_credit_note_items_inner.rb +239 -0
- data/lib/lago_ruby/models/credit_note_estimated.rb +221 -0
- data/lib/lago_ruby/models/credit_note_estimated_estimated_credit_note.rb +387 -0
- data/lib/lago_ruby/models/credit_note_estimated_estimated_credit_note_applied_taxes_inner.rb +283 -0
- data/lib/lago_ruby/models/credit_note_estimated_estimated_credit_note_items_inner.rb +235 -0
- data/lib/lago_ruby/models/credit_note_item_object.rb +2 -2
- data/lib/lago_ruby/models/credit_note_item_object_fee.rb +30 -3
- data/lib/lago_ruby/models/credit_note_object.rb +13 -13
- data/lib/lago_ruby/models/credit_note_update_input.rb +2 -2
- data/lib/lago_ruby/models/credit_note_update_input_credit_note.rb +2 -2
- data/lib/lago_ruby/models/credit_notes.rb +2 -2
- data/lib/lago_ruby/models/credit_object.rb +2 -2
- data/lib/lago_ruby/models/credit_object_invoice.rb +2 -2
- data/lib/lago_ruby/models/credit_object_item.rb +2 -2
- data/lib/lago_ruby/models/currency.rb +1 -1
- data/lib/lago_ruby/models/customer.rb +2 -2
- data/lib/lago_ruby/models/customer_billing_configuration.rb +2 -2
- data/lib/lago_ruby/models/customer_charge_usage_object.rb +20 -3
- data/lib/lago_ruby/models/customer_charge_usage_object_billable_metric.rb +2 -2
- data/lib/lago_ruby/models/customer_charge_usage_object_charge.rb +2 -2
- data/lib/lago_ruby/models/customer_charge_usage_object_groups_inner.rb +13 -3
- data/lib/lago_ruby/models/customer_create_input.rb +2 -2
- data/lib/lago_ruby/models/customer_create_input_customer.rb +2 -2
- data/lib/lago_ruby/models/customer_create_input_customer_metadata_inner.rb +2 -2
- data/lib/lago_ruby/models/customer_metadata.rb +2 -2
- data/lib/lago_ruby/models/customer_object.rb +2 -2
- data/lib/lago_ruby/models/customer_object_extended.rb +2 -2
- data/lib/lago_ruby/models/customer_past_usage.rb +239 -0
- data/lib/lago_ruby/models/customer_usage.rb +2 -2
- data/lib/lago_ruby/models/customer_usage_object.rb +14 -3
- data/lib/lago_ruby/models/customers_paginated.rb +2 -2
- data/lib/lago_ruby/models/event.rb +2 -2
- data/lib/lago_ruby/models/event_batch_input.rb +2 -2
- data/lib/lago_ruby/models/event_batch_input_event.rb +2 -2
- data/lib/lago_ruby/models/event_batch_input_event_properties.rb +2 -2
- data/lib/lago_ruby/models/event_estimate_fees_input.rb +2 -2
- data/lib/lago_ruby/models/event_estimate_fees_input_event.rb +2 -2
- data/lib/lago_ruby/models/event_input.rb +2 -2
- data/lib/lago_ruby/models/event_input_event.rb +2 -2
- data/lib/lago_ruby/models/event_input_event_timestamp.rb +1 -1
- data/lib/lago_ruby/models/event_object.rb +6 -22
- data/lib/lago_ruby/models/event_object_properties.rb +2 -2
- data/lib/lago_ruby/models/fee.rb +2 -2
- data/lib/lago_ruby/models/fee_applied_tax_object.rb +2 -2
- data/lib/lago_ruby/models/fee_object.rb +30 -3
- data/lib/lago_ruby/models/fee_object_item.rb +23 -3
- data/lib/lago_ruby/models/fee_update_input.rb +2 -2
- data/lib/lago_ruby/models/fee_update_input_fee.rb +2 -2
- data/lib/lago_ruby/models/fees.rb +2 -2
- data/lib/lago_ruby/models/fees_paginated.rb +2 -2
- data/lib/lago_ruby/models/get_customer_portal_url200_response.rb +2 -2
- data/lib/lago_ruby/models/get_customer_portal_url200_response_customer.rb +2 -2
- data/lib/lago_ruby/models/group_object.rb +2 -2
- data/lib/lago_ruby/models/group_properties_object.rb +13 -3
- data/lib/lago_ruby/models/group_properties_object_values.rb +2 -2
- data/lib/lago_ruby/models/groups_paginated.rb +2 -2
- data/lib/lago_ruby/models/invoice.rb +2 -2
- data/lib/lago_ruby/models/invoice_applied_tax_object.rb +2 -2
- data/lib/lago_ruby/models/invoice_metadata_object.rb +2 -2
- data/lib/lago_ruby/models/invoice_object.rb +2 -2
- data/lib/lago_ruby/models/invoice_object_customer.rb +2 -2
- data/lib/lago_ruby/models/invoice_object_extended.rb +2 -2
- data/lib/lago_ruby/models/invoice_one_off_create_input.rb +2 -2
- data/lib/lago_ruby/models/invoice_one_off_create_input_invoice.rb +2 -2
- data/lib/lago_ruby/models/invoice_one_off_create_input_invoice_fees_inner.rb +13 -3
- data/lib/lago_ruby/models/invoice_update_input.rb +2 -2
- data/lib/lago_ruby/models/invoice_update_input_invoice.rb +2 -2
- data/lib/lago_ruby/models/invoice_update_input_invoice_metadata_inner.rb +2 -2
- data/lib/lago_ruby/models/invoices_paginated.rb +2 -2
- data/lib/lago_ruby/models/organization.rb +2 -2
- data/lib/lago_ruby/models/organization_billing_configuration.rb +2 -2
- data/lib/lago_ruby/models/organization_object.rb +2 -2
- data/lib/lago_ruby/models/organization_update_input.rb +2 -2
- data/lib/lago_ruby/models/organization_update_input_organization.rb +2 -2
- data/lib/lago_ruby/models/pagination_meta.rb +2 -2
- data/lib/lago_ruby/models/plan.rb +2 -2
- data/lib/lago_ruby/models/plan_create_input.rb +2 -2
- data/lib/lago_ruby/models/plan_create_input_plan.rb +13 -3
- data/lib/lago_ruby/models/plan_create_input_plan_charges_inner.rb +13 -3
- data/lib/lago_ruby/models/plan_create_input_plan_charges_inner_group_properties_inner.rb +2 -2
- data/lib/lago_ruby/models/plan_object.rb +13 -3
- data/lib/lago_ruby/models/plan_overrides_object.rb +289 -0
- data/lib/lago_ruby/models/plan_overrides_object_charges_inner.rb +268 -0
- data/lib/lago_ruby/models/plan_update_input.rb +2 -2
- data/lib/lago_ruby/models/plan_update_input_plan.rb +13 -3
- data/lib/lago_ruby/models/plan_update_input_plan_charges_inner.rb +13 -3
- data/lib/lago_ruby/models/plans_paginated.rb +2 -2
- data/lib/lago_ruby/models/subscription.rb +3 -3
- data/lib/lago_ruby/models/subscription_create_input.rb +2 -2
- data/lib/lago_ruby/models/subscription_create_input_subscription.rb +15 -6
- data/lib/lago_ruby/models/subscription_object.rb +2 -2
- data/lib/lago_ruby/models/subscription_object_extended.rb +507 -0
- data/lib/lago_ruby/models/subscription_update_input.rb +2 -2
- data/lib/lago_ruby/models/subscription_update_input_subscription.rb +15 -6
- data/lib/lago_ruby/models/subscriptions_paginated.rb +2 -2
- data/lib/lago_ruby/models/tax.rb +2 -2
- data/lib/lago_ruby/models/tax_base_input.rb +2 -2
- data/lib/lago_ruby/models/tax_create_input.rb +2 -2
- data/lib/lago_ruby/models/tax_create_input_tax.rb +2 -2
- data/lib/lago_ruby/models/tax_object.rb +2 -2
- data/lib/lago_ruby/models/tax_update_input.rb +2 -2
- data/lib/lago_ruby/models/taxes_paginated.rb +2 -2
- data/lib/lago_ruby/models/timezone.rb +1 -1
- data/lib/lago_ruby/models/wallet.rb +2 -2
- data/lib/lago_ruby/models/wallet_create_input.rb +2 -2
- data/lib/lago_ruby/models/wallet_create_input_wallet.rb +2 -2
- data/lib/lago_ruby/models/wallet_object.rb +2 -2
- data/lib/lago_ruby/models/wallet_transaction_create_input.rb +2 -2
- data/lib/lago_ruby/models/wallet_transaction_create_input_wallet_transaction.rb +2 -2
- data/lib/lago_ruby/models/wallet_transaction_object.rb +2 -2
- data/lib/lago_ruby/models/wallet_transactions.rb +2 -2
- data/lib/lago_ruby/models/wallet_transactions_paginated.rb +2 -2
- data/lib/lago_ruby/models/wallet_update_input.rb +2 -2
- data/lib/lago_ruby/models/wallet_update_input_wallet.rb +2 -2
- data/lib/lago_ruby/models/wallets_paginated.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoint.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoint_create_input.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoint_create_input_webhook_endpoint.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoint_object.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoint_update_input.rb +2 -2
- data/lib/lago_ruby/models/webhook_endpoints_paginated.rb +2 -2
- data/lib/lago_ruby/version.rb +2 -2
- data/lib/lago_ruby.rb +12 -2
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/{credit_note_create_input_credit_note_items_inner_spec.rb → credit_note_estimate_input_credit_note_items_inner_spec.rb} +10 -8
- data/spec/models/credit_note_estimate_input_credit_note_spec.rb +42 -0
- data/spec/models/credit_note_estimate_input_spec.rb +36 -0
- data/spec/models/credit_note_estimated_estimated_credit_note_applied_taxes_inner_spec.rb +78 -0
- data/spec/models/credit_note_estimated_estimated_credit_note_items_inner_spec.rb +42 -0
- data/spec/models/credit_note_estimated_estimated_credit_note_spec.rb +96 -0
- data/spec/models/credit_note_estimated_spec.rb +36 -0
- data/spec/models/customer_past_usage_spec.rb +42 -0
- data/spec/models/plan_overrides_object_charges_inner_spec.rb +66 -0
- data/spec/models/plan_overrides_object_spec.rb +78 -0
- data/spec/models/subscription_object_extended_spec.rb +146 -0
- data/spec/spec_helper.rb +1 -1
- metadata +194 -152
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -69,7 +69,7 @@ module LagoAPI
|
|
|
69
69
|
attr_accessor :refund_amount_cents
|
|
70
70
|
|
|
71
71
|
# The pro-rated amount of the coupons applied to the source invoice.
|
|
72
|
-
attr_accessor :
|
|
72
|
+
attr_accessor :coupons_adjustment_amount_cents
|
|
73
73
|
|
|
74
74
|
# The date when the credit note was created. It is expressed in Coordinated Universal Time (UTC).
|
|
75
75
|
attr_accessor :created_at
|
|
@@ -128,7 +128,7 @@ module LagoAPI
|
|
|
128
128
|
:'balance_amount_cents' => :'balance_amount_cents',
|
|
129
129
|
:'credit_amount_cents' => :'credit_amount_cents',
|
|
130
130
|
:'refund_amount_cents' => :'refund_amount_cents',
|
|
131
|
-
:'
|
|
131
|
+
:'coupons_adjustment_amount_cents' => :'coupons_adjustment_amount_cents',
|
|
132
132
|
:'created_at' => :'created_at',
|
|
133
133
|
:'updated_at' => :'updated_at',
|
|
134
134
|
:'file_url' => :'file_url',
|
|
@@ -163,7 +163,7 @@ module LagoAPI
|
|
|
163
163
|
:'balance_amount_cents' => :'Integer',
|
|
164
164
|
:'credit_amount_cents' => :'Integer',
|
|
165
165
|
:'refund_amount_cents' => :'Integer',
|
|
166
|
-
:'
|
|
166
|
+
:'coupons_adjustment_amount_cents' => :'Integer',
|
|
167
167
|
:'created_at' => :'Time',
|
|
168
168
|
:'updated_at' => :'Time',
|
|
169
169
|
:'file_url' => :'String',
|
|
@@ -299,10 +299,10 @@ module LagoAPI
|
|
|
299
299
|
self.refund_amount_cents = nil
|
|
300
300
|
end
|
|
301
301
|
|
|
302
|
-
if attributes.key?(:'
|
|
303
|
-
self.
|
|
302
|
+
if attributes.key?(:'coupons_adjustment_amount_cents')
|
|
303
|
+
self.coupons_adjustment_amount_cents = attributes[:'coupons_adjustment_amount_cents']
|
|
304
304
|
else
|
|
305
|
-
self.
|
|
305
|
+
self.coupons_adjustment_amount_cents = nil
|
|
306
306
|
end
|
|
307
307
|
|
|
308
308
|
if attributes.key?(:'created_at')
|
|
@@ -399,8 +399,8 @@ module LagoAPI
|
|
|
399
399
|
invalid_properties.push('invalid value for "refund_amount_cents", refund_amount_cents cannot be nil.')
|
|
400
400
|
end
|
|
401
401
|
|
|
402
|
-
if @
|
|
403
|
-
invalid_properties.push('invalid value for "
|
|
402
|
+
if @coupons_adjustment_amount_cents.nil?
|
|
403
|
+
invalid_properties.push('invalid value for "coupons_adjustment_amount_cents", coupons_adjustment_amount_cents cannot be nil.')
|
|
404
404
|
end
|
|
405
405
|
|
|
406
406
|
if @created_at.nil?
|
|
@@ -439,7 +439,7 @@ module LagoAPI
|
|
|
439
439
|
return false if @balance_amount_cents.nil?
|
|
440
440
|
return false if @credit_amount_cents.nil?
|
|
441
441
|
return false if @refund_amount_cents.nil?
|
|
442
|
-
return false if @
|
|
442
|
+
return false if @coupons_adjustment_amount_cents.nil?
|
|
443
443
|
return false if @created_at.nil?
|
|
444
444
|
return false if @updated_at.nil?
|
|
445
445
|
true
|
|
@@ -498,7 +498,7 @@ module LagoAPI
|
|
|
498
498
|
balance_amount_cents == o.balance_amount_cents &&
|
|
499
499
|
credit_amount_cents == o.credit_amount_cents &&
|
|
500
500
|
refund_amount_cents == o.refund_amount_cents &&
|
|
501
|
-
|
|
501
|
+
coupons_adjustment_amount_cents == o.coupons_adjustment_amount_cents &&
|
|
502
502
|
created_at == o.created_at &&
|
|
503
503
|
updated_at == o.updated_at &&
|
|
504
504
|
file_url == o.file_url &&
|
|
@@ -515,7 +515,7 @@ module LagoAPI
|
|
|
515
515
|
# Calculates hash code according to all attributes.
|
|
516
516
|
# @return [Integer] Hash code
|
|
517
517
|
def hash
|
|
518
|
-
[lago_id, sequential_id, number, lago_invoice_id, invoice_number, issuing_date, credit_status, refund_status, reason, description, currency, total_amount_cents, taxes_amount_cents, taxes_rate, sub_total_excluding_taxes_amount_cents, balance_amount_cents, credit_amount_cents, refund_amount_cents,
|
|
518
|
+
[lago_id, sequential_id, number, lago_invoice_id, invoice_number, issuing_date, credit_status, refund_status, reason, description, currency, total_amount_cents, taxes_amount_cents, taxes_rate, sub_total_excluding_taxes_amount_cents, balance_amount_cents, credit_amount_cents, refund_amount_cents, coupons_adjustment_amount_cents, created_at, updated_at, file_url, items, applied_taxes].hash
|
|
519
519
|
end
|
|
520
520
|
|
|
521
521
|
# Builds the object from hash
|
|
@@ -580,7 +580,7 @@ module LagoAPI
|
|
|
580
580
|
else # model
|
|
581
581
|
# models (e.g. Pet) or oneOf
|
|
582
582
|
klass = LagoAPI.const_get(type)
|
|
583
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
583
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
584
584
|
end
|
|
585
585
|
end
|
|
586
586
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -166,7 +166,7 @@ module LagoAPI
|
|
|
166
166
|
else # model
|
|
167
167
|
# models (e.g. Pet) or oneOf
|
|
168
168
|
klass = LagoAPI.const_get(type)
|
|
169
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
172
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -201,7 +201,7 @@ module LagoAPI
|
|
|
201
201
|
else # model
|
|
202
202
|
# models (e.g. Pet) or oneOf
|
|
203
203
|
klass = LagoAPI.const_get(type)
|
|
204
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
204
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
205
205
|
end
|
|
206
206
|
end
|
|
207
207
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -168,7 +168,7 @@ module LagoAPI
|
|
|
168
168
|
else # model
|
|
169
169
|
# models (e.g. Pet) or oneOf
|
|
170
170
|
klass = LagoAPI.const_get(type)
|
|
171
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
171
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
172
172
|
end
|
|
173
173
|
end
|
|
174
174
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -249,7 +249,7 @@ module LagoAPI
|
|
|
249
249
|
else # model
|
|
250
250
|
# models (e.g. Pet) or oneOf
|
|
251
251
|
klass = LagoAPI.const_get(type)
|
|
252
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
252
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
253
253
|
end
|
|
254
254
|
end
|
|
255
255
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -216,7 +216,7 @@ module LagoAPI
|
|
|
216
216
|
else # model
|
|
217
217
|
# models (e.g. Pet) or oneOf
|
|
218
218
|
klass = LagoAPI.const_get(type)
|
|
219
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
219
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
220
220
|
end
|
|
221
221
|
end
|
|
222
222
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -253,7 +253,7 @@ module LagoAPI
|
|
|
253
253
|
else # model
|
|
254
254
|
# models (e.g. Pet) or oneOf
|
|
255
255
|
klass = LagoAPI.const_get(type)
|
|
256
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
256
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
257
257
|
end
|
|
258
258
|
end
|
|
259
259
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -166,7 +166,7 @@ module LagoAPI
|
|
|
166
166
|
else # model
|
|
167
167
|
# models (e.g. Pet) or oneOf
|
|
168
168
|
klass = LagoAPI.const_get(type)
|
|
169
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
172
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -258,7 +258,7 @@ module LagoAPI
|
|
|
258
258
|
else # model
|
|
259
259
|
# models (e.g. Pet) or oneOf
|
|
260
260
|
klass = LagoAPI.const_get(type)
|
|
261
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
261
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
262
262
|
end
|
|
263
263
|
end
|
|
264
264
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -18,6 +18,9 @@ module LagoAPI
|
|
|
18
18
|
# The number of units consumed by the customer for a specific charge item.
|
|
19
19
|
attr_accessor :units
|
|
20
20
|
|
|
21
|
+
# The quantity of usage events that have been recorded for a particular charge during the specified time period. These events may also be referred to as the number of transactions in some contexts.
|
|
22
|
+
attr_accessor :events_count
|
|
23
|
+
|
|
21
24
|
# The amount in cents, tax excluded, consumed by the customer for a specific charge item.
|
|
22
25
|
attr_accessor :amount_cents
|
|
23
26
|
|
|
@@ -34,6 +37,7 @@ module LagoAPI
|
|
|
34
37
|
def self.attribute_map
|
|
35
38
|
{
|
|
36
39
|
:'units' => :'units',
|
|
40
|
+
:'events_count' => :'events_count',
|
|
37
41
|
:'amount_cents' => :'amount_cents',
|
|
38
42
|
:'amount_currency' => :'amount_currency',
|
|
39
43
|
:'charge' => :'charge',
|
|
@@ -51,6 +55,7 @@ module LagoAPI
|
|
|
51
55
|
def self.openapi_types
|
|
52
56
|
{
|
|
53
57
|
:'units' => :'String',
|
|
58
|
+
:'events_count' => :'Integer',
|
|
54
59
|
:'amount_cents' => :'Integer',
|
|
55
60
|
:'amount_currency' => :'Currency',
|
|
56
61
|
:'charge' => :'CustomerChargeUsageObjectCharge',
|
|
@@ -86,6 +91,12 @@ module LagoAPI
|
|
|
86
91
|
self.units = nil
|
|
87
92
|
end
|
|
88
93
|
|
|
94
|
+
if attributes.key?(:'events_count')
|
|
95
|
+
self.events_count = attributes[:'events_count']
|
|
96
|
+
else
|
|
97
|
+
self.events_count = nil
|
|
98
|
+
end
|
|
99
|
+
|
|
89
100
|
if attributes.key?(:'amount_cents')
|
|
90
101
|
self.amount_cents = attributes[:'amount_cents']
|
|
91
102
|
else
|
|
@@ -133,6 +144,10 @@ module LagoAPI
|
|
|
133
144
|
invalid_properties.push("invalid value for \"units\", must conform to the pattern #{pattern}.")
|
|
134
145
|
end
|
|
135
146
|
|
|
147
|
+
if @events_count.nil?
|
|
148
|
+
invalid_properties.push('invalid value for "events_count", events_count cannot be nil.')
|
|
149
|
+
end
|
|
150
|
+
|
|
136
151
|
if @amount_cents.nil?
|
|
137
152
|
invalid_properties.push('invalid value for "amount_cents", amount_cents cannot be nil.')
|
|
138
153
|
end
|
|
@@ -162,6 +177,7 @@ module LagoAPI
|
|
|
162
177
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
163
178
|
return false if @units.nil?
|
|
164
179
|
return false if @units !~ Regexp.new(/^[0-9]+.?[0-9]*$/)
|
|
180
|
+
return false if @events_count.nil?
|
|
165
181
|
return false if @amount_cents.nil?
|
|
166
182
|
return false if @amount_currency.nil?
|
|
167
183
|
return false if @charge.nil?
|
|
@@ -191,6 +207,7 @@ module LagoAPI
|
|
|
191
207
|
return true if self.equal?(o)
|
|
192
208
|
self.class == o.class &&
|
|
193
209
|
units == o.units &&
|
|
210
|
+
events_count == o.events_count &&
|
|
194
211
|
amount_cents == o.amount_cents &&
|
|
195
212
|
amount_currency == o.amount_currency &&
|
|
196
213
|
charge == o.charge &&
|
|
@@ -207,7 +224,7 @@ module LagoAPI
|
|
|
207
224
|
# Calculates hash code according to all attributes.
|
|
208
225
|
# @return [Integer] Hash code
|
|
209
226
|
def hash
|
|
210
|
-
[units, amount_cents, amount_currency, charge, billable_metric, groups].hash
|
|
227
|
+
[units, events_count, amount_cents, amount_currency, charge, billable_metric, groups].hash
|
|
211
228
|
end
|
|
212
229
|
|
|
213
230
|
# Builds the object from hash
|
|
@@ -272,7 +289,7 @@ module LagoAPI
|
|
|
272
289
|
else # model
|
|
273
290
|
# models (e.g. Pet) or oneOf
|
|
274
291
|
klass = LagoAPI.const_get(type)
|
|
275
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
292
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
276
293
|
end
|
|
277
294
|
end
|
|
278
295
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -253,7 +253,7 @@ module LagoAPI
|
|
|
253
253
|
else # model
|
|
254
254
|
# models (e.g. Pet) or oneOf
|
|
255
255
|
klass = LagoAPI.const_get(type)
|
|
256
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
256
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
257
257
|
end
|
|
258
258
|
end
|
|
259
259
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -219,7 +219,7 @@ module LagoAPI
|
|
|
219
219
|
else # model
|
|
220
220
|
# models (e.g. Pet) or oneOf
|
|
221
221
|
klass = LagoAPI.const_get(type)
|
|
222
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
222
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
223
223
|
end
|
|
224
224
|
end
|
|
225
225
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -27,6 +27,9 @@ module LagoAPI
|
|
|
27
27
|
# The number of units consumed for a specific group related to a charge item.
|
|
28
28
|
attr_accessor :units
|
|
29
29
|
|
|
30
|
+
# The quantity of usage events that have been recorded for a particular charge during the specified time period. These events may also be referred to as the number of transactions in some contexts.
|
|
31
|
+
attr_accessor :events_count
|
|
32
|
+
|
|
30
33
|
# The amount in cents, tax excluded, consumed for a specific group related to a charge item.
|
|
31
34
|
attr_accessor :amount_cents
|
|
32
35
|
|
|
@@ -37,6 +40,7 @@ module LagoAPI
|
|
|
37
40
|
:'key' => :'key',
|
|
38
41
|
:'value' => :'value',
|
|
39
42
|
:'units' => :'units',
|
|
43
|
+
:'events_count' => :'events_count',
|
|
40
44
|
:'amount_cents' => :'amount_cents'
|
|
41
45
|
}
|
|
42
46
|
end
|
|
@@ -53,6 +57,7 @@ module LagoAPI
|
|
|
53
57
|
:'key' => :'String',
|
|
54
58
|
:'value' => :'String',
|
|
55
59
|
:'units' => :'String',
|
|
60
|
+
:'events_count' => :'Integer',
|
|
56
61
|
:'amount_cents' => :'Integer'
|
|
57
62
|
}
|
|
58
63
|
end
|
|
@@ -95,6 +100,10 @@ module LagoAPI
|
|
|
95
100
|
self.units = attributes[:'units']
|
|
96
101
|
end
|
|
97
102
|
|
|
103
|
+
if attributes.key?(:'events_count')
|
|
104
|
+
self.events_count = attributes[:'events_count']
|
|
105
|
+
end
|
|
106
|
+
|
|
98
107
|
if attributes.key?(:'amount_cents')
|
|
99
108
|
self.amount_cents = attributes[:'amount_cents']
|
|
100
109
|
end
|
|
@@ -145,6 +154,7 @@ module LagoAPI
|
|
|
145
154
|
key == o.key &&
|
|
146
155
|
value == o.value &&
|
|
147
156
|
units == o.units &&
|
|
157
|
+
events_count == o.events_count &&
|
|
148
158
|
amount_cents == o.amount_cents
|
|
149
159
|
end
|
|
150
160
|
|
|
@@ -157,7 +167,7 @@ module LagoAPI
|
|
|
157
167
|
# Calculates hash code according to all attributes.
|
|
158
168
|
# @return [Integer] Hash code
|
|
159
169
|
def hash
|
|
160
|
-
[lago_id, key, value, units, amount_cents].hash
|
|
170
|
+
[lago_id, key, value, units, events_count, amount_cents].hash
|
|
161
171
|
end
|
|
162
172
|
|
|
163
173
|
# Builds the object from hash
|
|
@@ -222,7 +232,7 @@ module LagoAPI
|
|
|
222
232
|
else # model
|
|
223
233
|
# models (e.g. Pet) or oneOf
|
|
224
234
|
klass = LagoAPI.const_get(type)
|
|
225
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
235
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
226
236
|
end
|
|
227
237
|
end
|
|
228
238
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -166,7 +166,7 @@ module LagoAPI
|
|
|
166
166
|
else # model
|
|
167
167
|
# models (e.g. Pet) or oneOf
|
|
168
168
|
klass = LagoAPI.const_get(type)
|
|
169
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
169
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
172
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -381,7 +381,7 @@ module LagoAPI
|
|
|
381
381
|
else # model
|
|
382
382
|
# models (e.g. Pet) or oneOf
|
|
383
383
|
klass = LagoAPI.const_get(type)
|
|
384
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
384
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
385
385
|
end
|
|
386
386
|
end
|
|
387
387
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -211,7 +211,7 @@ module LagoAPI
|
|
|
211
211
|
else # model
|
|
212
212
|
# models (e.g. Pet) or oneOf
|
|
213
213
|
klass = LagoAPI.const_get(type)
|
|
214
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
214
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
215
215
|
end
|
|
216
216
|
end
|
|
217
217
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -236,7 +236,7 @@ module LagoAPI
|
|
|
236
236
|
else # model
|
|
237
237
|
# models (e.g. Pet) or oneOf
|
|
238
238
|
klass = LagoAPI.const_get(type)
|
|
239
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
239
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
240
240
|
end
|
|
241
241
|
end
|
|
242
242
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -462,7 +462,7 @@ module LagoAPI
|
|
|
462
462
|
else # model
|
|
463
463
|
# models (e.g. Pet) or oneOf
|
|
464
464
|
klass = LagoAPI.const_get(type)
|
|
465
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
465
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
466
466
|
end
|
|
467
467
|
end
|
|
468
468
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Lago API allows your application to push customer information and metrics (events) from your application to the billing application.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.51.0-beta
|
|
7
7
|
Contact: tech@getlago.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 7.1.0-SNAPSHOT
|
|
@@ -481,7 +481,7 @@ module LagoAPI
|
|
|
481
481
|
else # model
|
|
482
482
|
# models (e.g. Pet) or oneOf
|
|
483
483
|
klass = LagoAPI.const_get(type)
|
|
484
|
-
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
484
|
+
klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
|
485
485
|
end
|
|
486
486
|
end
|
|
487
487
|
|