Class: Recurly::Requests::AddOnUpdate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::AddOnUpdate
- Defined in:
- lib/recurly/requests/add_on_update.rb
Instance Attribute Summary collapse
-
#accounting_code ⇒ String
Accounting code for invoice line items for this add-on.
-
#avalara_service_type ⇒ Integer
Used by Avalara for Communications taxes.
-
#avalara_transaction_type ⇒ Integer
Used by Avalara for Communications taxes.
-
#code ⇒ String
The unique identifier for the add-on within its plan.
-
#currencies ⇒ Array[AddOnPricing]
If the add-on’s ‘tier_type` is `tiered`, `volume`, or `stairstep`, then currencies must be absent.
-
#default_quantity ⇒ Integer
Default quantity for the hosted pages.
-
#display_quantity ⇒ Boolean
Determines if the quantity field is displayed on the hosted pages for the add-on.
-
#id ⇒ String
Add-on ID.
-
#liability_gl_account_id ⇒ String
The ID of a general ledger account.
-
#measured_unit_id ⇒ String
System-generated unique identifier for a measured unit to be associated with the add-on.
-
#measured_unit_name ⇒ String
Name of a measured unit to be associated with the add-on.
-
#name ⇒ String
Describes your add-on and will appear in subscribers’ invoices.
-
#optional ⇒ Boolean
Whether the add-on is optional for the customer to include in their purchase on the hosted payment page.
-
#percentage_tiers ⇒ Array[PercentageTiersByCurrency]
‘percentage_tiers` is an array of objects, which must have the set of tiers per currency and the currency code.
-
#performance_obligation_id ⇒ String
The ID of a performance obligation.
-
#revenue_gl_account_id ⇒ String
The ID of a general ledger account.
-
#revenue_schedule_type ⇒ String
When this add-on is invoiced, the line item will use this revenue schedule.
-
#tax_code ⇒ String
Optional field used by Avalara, Vertex, and Recurly’s In-the-Box tax solution to determine taxation rules.
-
#tiers ⇒ Array[Tier]
If the tier_type is ‘flat`, then `tiers` must be absent.
-
#usage_calculation_type ⇒ String
The type of calculation to be employed for an add-on.
-
#usage_percentage ⇒ Float
The percentage taken of the monetary amount of usage tracked.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#accounting_code ⇒ String
11 |
# File 'lib/recurly/requests/add_on_update.rb', line 11 define_attribute :accounting_code, String |
#avalara_service_type ⇒ Integer
15 |
# File 'lib/recurly/requests/add_on_update.rb', line 15 define_attribute :avalara_service_type, Integer |
#avalara_transaction_type ⇒ Integer
19 |
# File 'lib/recurly/requests/add_on_update.rb', line 19 define_attribute :avalara_transaction_type, Integer |
#code ⇒ String
23 |
# File 'lib/recurly/requests/add_on_update.rb', line 23 define_attribute :code, String |
#currencies ⇒ Array[AddOnPricing]
27 |
# File 'lib/recurly/requests/add_on_update.rb', line 27 define_attribute :currencies, Array, { :item_type => :AddOnPricing } |
#default_quantity ⇒ Integer
31 |
# File 'lib/recurly/requests/add_on_update.rb', line 31 define_attribute :default_quantity, Integer |
#display_quantity ⇒ Boolean
35 |
# File 'lib/recurly/requests/add_on_update.rb', line 35 define_attribute :display_quantity, :Boolean |
#id ⇒ String
39 |
# File 'lib/recurly/requests/add_on_update.rb', line 39 define_attribute :id, String |
#liability_gl_account_id ⇒ String
43 |
# File 'lib/recurly/requests/add_on_update.rb', line 43 define_attribute :liability_gl_account_id, String |
#measured_unit_id ⇒ String
47 |
# File 'lib/recurly/requests/add_on_update.rb', line 47 define_attribute :measured_unit_id, String |
#measured_unit_name ⇒ String
51 |
# File 'lib/recurly/requests/add_on_update.rb', line 51 define_attribute :measured_unit_name, String |
#name ⇒ String
55 |
# File 'lib/recurly/requests/add_on_update.rb', line 55 define_attribute :name, String |
#optional ⇒ Boolean
59 |
# File 'lib/recurly/requests/add_on_update.rb', line 59 define_attribute :optional, :Boolean |
#percentage_tiers ⇒ Array[PercentageTiersByCurrency]
63 |
# File 'lib/recurly/requests/add_on_update.rb', line 63 define_attribute :percentage_tiers, Array, { :item_type => :PercentageTiersByCurrency } |
#performance_obligation_id ⇒ String
67 |
# File 'lib/recurly/requests/add_on_update.rb', line 67 define_attribute :performance_obligation_id, String |
#revenue_gl_account_id ⇒ String
71 |
# File 'lib/recurly/requests/add_on_update.rb', line 71 define_attribute :revenue_gl_account_id, String |
#revenue_schedule_type ⇒ String
75 |
# File 'lib/recurly/requests/add_on_update.rb', line 75 define_attribute :revenue_schedule_type, String |
#tax_code ⇒ String
79 |
# File 'lib/recurly/requests/add_on_update.rb', line 79 define_attribute :tax_code, String |
#tiers ⇒ Array[Tier]
83 |
# File 'lib/recurly/requests/add_on_update.rb', line 83 define_attribute :tiers, Array, { :item_type => :Tier } |
#usage_calculation_type ⇒ String
87 |
# File 'lib/recurly/requests/add_on_update.rb', line 87 define_attribute :usage_calculation_type, String |
#usage_percentage ⇒ Float
91 |
# File 'lib/recurly/requests/add_on_update.rb', line 91 define_attribute :usage_percentage, Float |