Method: AdvancedBilling::ComponentPricePoint.optionals

Defined in:
lib/advanced_billing/models/component_price_point.rb

.optionalsObject

An array for optional fields



137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# File 'lib/advanced_billing/models/component_price_point.rb', line 137

def self.optionals
  %w[
    id
    type
    default
    name
    pricing_scheme
    component_id
    handle
    archived_at
    created_at
    updated_at
    prices
    use_site_exchange_rate
    subscription_id
    tax_included
    interval
    interval_unit
    currency_prices
  ]
end