Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion doc/controllers/component-price-points.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ body = CreateComponentPricePointRequest.new(
),
Price.new(
starting_quantity: '101',
unit_price: '4.00'
unit_price: '4.00',
ending_quantity: nil
)
],
handle: 'wholesale-handle',
Expand Down
3 changes: 2 additions & 1 deletion doc/controllers/subscription-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,8 @@ body = ActivateEventBasedComponent.new(
prices: [
Price.new(
starting_quantity: 1,
unit_price: '5.0'
unit_price: '5.0',
ending_quantity: nil
)
],
tax_included: false,
Expand Down
2 changes: 1 addition & 1 deletion doc/controllers/subscription-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def resume_subscription(subscription_id,
```ruby
subscription_id = 222

Liquid error: Value cannot be null. (Parameter 'key')Liquid error: Value cannot be null. (Parameter 'key')result = subscription_status_controller.resume_subscription(subscription_id)
result = subscription_status_controller.resume_subscription(subscription_id)
puts result
```

Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

require 'date'
require 'json'
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/api_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# API utility class
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/client.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# advanced_billing client class.
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# An enum for SDK environments.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# AdvanceInvoiceController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/api_exports_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# APIExportsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/base_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# BaseController.
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/billing_portal_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# BillingPortalController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ComponentPricePointsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/components_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ComponentsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/coupons_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# CouponsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/custom_fields_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# CustomFieldsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/customers_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# CustomersController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# EventsBasedBillingSegmentsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/events_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# EventsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/insights_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# InsightsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/invoices_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# InvoicesController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/offers_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# OffersController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# PaymentProfilesController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ProductFamiliesController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ProductPricePointsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/products_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ProductsController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ProformaInvoicesController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/reason_codes_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ReasonCodesController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/referral_codes_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# ReferralCodesController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SalesCommissionsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/sites_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SitesController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionComponentsController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionGroupInvoiceAccountController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionGroupStatusController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionGroupsController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionInvoiceAccountController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionNotesController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionProductsController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionStatusController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/subscriptions_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# SubscriptionsController
Expand Down
4 changes: 2 additions & 2 deletions lib/advanced_billing/controllers/webhooks_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# advanced_billing
#
# This file was automatically generated by APIMATIC v2.0
# ( https://apimatic.io ).
# This file was automatically generated for Maxio by
# APIMATIC v3.0 ( https://www.apimatic.io ).

module AdvancedBilling
# WebhooksController
Expand Down
Loading