Class: Stripe::V2::BillingService
- Inherits:
-
StripeService
- Object
- StripeService
- Stripe::V2::BillingService
- Defined in:
- lib/stripe/services/v2/billing_service.rb
Instance Attribute Summary collapse
-
#bill_settings ⇒ Object
readonly
Returns the value of attribute bill_settings.
-
#cadences ⇒ Object
readonly
Returns the value of attribute cadences.
-
#collection_settings ⇒ Object
readonly
Returns the value of attribute collection_settings.
-
#custom_pricing_units ⇒ Object
readonly
Returns the value of attribute custom_pricing_units.
-
#intents ⇒ Object
readonly
Returns the value of attribute intents.
-
#license_fee_subscriptions ⇒ Object
readonly
Returns the value of attribute license_fee_subscriptions.
-
#license_fees ⇒ Object
readonly
Returns the value of attribute license_fees.
-
#licensed_items ⇒ Object
readonly
Returns the value of attribute licensed_items.
-
#meter_event_adjustments ⇒ Object
readonly
Returns the value of attribute meter_event_adjustments.
-
#meter_event_session ⇒ Object
readonly
Returns the value of attribute meter_event_session.
-
#meter_event_stream ⇒ Object
readonly
Returns the value of attribute meter_event_stream.
-
#meter_events ⇒ Object
readonly
Returns the value of attribute meter_events.
-
#metered_items ⇒ Object
readonly
Returns the value of attribute metered_items.
-
#one_time_items ⇒ Object
readonly
Returns the value of attribute one_time_items.
-
#pricing_plan_subscriptions ⇒ Object
readonly
Returns the value of attribute pricing_plan_subscriptions.
-
#pricing_plans ⇒ Object
readonly
Returns the value of attribute pricing_plans.
-
#profiles ⇒ Object
readonly
Returns the value of attribute profiles.
-
#rate_card_subscriptions ⇒ Object
readonly
Returns the value of attribute rate_card_subscriptions.
-
#rate_cards ⇒ Object
readonly
Returns the value of attribute rate_cards.
-
#service_actions ⇒ Object
readonly
Returns the value of attribute service_actions.
Instance Method Summary collapse
-
#initialize(requestor) ⇒ BillingService
constructor
A new instance of BillingService.
Methods inherited from StripeService
Constructor Details
#initialize(requestor) ⇒ BillingService
Returns a new instance of BillingService.
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/stripe/services/v2/billing_service.rb', line 9 def initialize(requestor) super @bill_settings = Stripe::V2::Billing::BillSettingService.new(@requestor) @cadences = Stripe::V2::Billing::CadenceService.new(@requestor) @collection_settings = Stripe::V2::Billing::CollectionSettingService.new(@requestor) @custom_pricing_units = Stripe::V2::Billing::CustomPricingUnitService.new(@requestor) @intents = Stripe::V2::Billing::IntentService.new(@requestor) @license_fees = Stripe::V2::Billing::LicenseFeeService.new(@requestor) @license_fee_subscriptions = Stripe::V2::Billing::LicenseFeeSubscriptionService .new(@requestor) @licensed_items = Stripe::V2::Billing::LicensedItemService.new(@requestor) @meter_events = Stripe::V2::Billing::MeterEventService.new(@requestor) @meter_event_adjustments = Stripe::V2::Billing::MeterEventAdjustmentService.new(@requestor) @meter_event_session = Stripe::V2::Billing::MeterEventSessionService.new(@requestor) @meter_event_stream = Stripe::V2::Billing::MeterEventStreamService.new(@requestor) @metered_items = Stripe::V2::Billing::MeteredItemService.new(@requestor) @one_time_items = Stripe::V2::Billing::OneTimeItemService.new(@requestor) @pricing_plans = Stripe::V2::Billing::PricingPlanService.new(@requestor) @pricing_plan_subscriptions = Stripe::V2::Billing::PricingPlanSubscriptionService .new(@requestor) @profiles = Stripe::V2::Billing::ProfileService.new(@requestor) @rate_cards = Stripe::V2::Billing::RateCardService.new(@requestor) @rate_card_subscriptions = Stripe::V2::Billing::RateCardSubscriptionService.new(@requestor) @service_actions = Stripe::V2::Billing::ServiceActionService.new(@requestor) end |
Instance Attribute Details
#bill_settings ⇒ Object (readonly)
Returns the value of attribute bill_settings.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def bill_settings @bill_settings end |
#cadences ⇒ Object (readonly)
Returns the value of attribute cadences.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def cadences @cadences end |
#collection_settings ⇒ Object (readonly)
Returns the value of attribute collection_settings.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def collection_settings @collection_settings end |
#custom_pricing_units ⇒ Object (readonly)
Returns the value of attribute custom_pricing_units.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def custom_pricing_units @custom_pricing_units end |
#intents ⇒ Object (readonly)
Returns the value of attribute intents.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def intents @intents end |
#license_fee_subscriptions ⇒ Object (readonly)
Returns the value of attribute license_fee_subscriptions.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def license_fee_subscriptions @license_fee_subscriptions end |
#license_fees ⇒ Object (readonly)
Returns the value of attribute license_fees.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def license_fees @license_fees end |
#licensed_items ⇒ Object (readonly)
Returns the value of attribute licensed_items.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def licensed_items @licensed_items end |
#meter_event_adjustments ⇒ Object (readonly)
Returns the value of attribute meter_event_adjustments.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def meter_event_adjustments @meter_event_adjustments end |
#meter_event_session ⇒ Object (readonly)
Returns the value of attribute meter_event_session.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def meter_event_session @meter_event_session end |
#meter_event_stream ⇒ Object (readonly)
Returns the value of attribute meter_event_stream.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def meter_event_stream @meter_event_stream end |
#meter_events ⇒ Object (readonly)
Returns the value of attribute meter_events.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def meter_events @meter_events end |
#metered_items ⇒ Object (readonly)
Returns the value of attribute metered_items.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def metered_items @metered_items end |
#one_time_items ⇒ Object (readonly)
Returns the value of attribute one_time_items.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def one_time_items @one_time_items end |
#pricing_plan_subscriptions ⇒ Object (readonly)
Returns the value of attribute pricing_plan_subscriptions.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def pricing_plan_subscriptions @pricing_plan_subscriptions end |
#pricing_plans ⇒ Object (readonly)
Returns the value of attribute pricing_plans.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def pricing_plans @pricing_plans end |
#profiles ⇒ Object (readonly)
Returns the value of attribute profiles.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def profiles @profiles end |
#rate_card_subscriptions ⇒ Object (readonly)
Returns the value of attribute rate_card_subscriptions.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def rate_card_subscriptions @rate_card_subscriptions end |
#rate_cards ⇒ Object (readonly)
Returns the value of attribute rate_cards.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def rate_cards @rate_cards end |
#service_actions ⇒ Object (readonly)
Returns the value of attribute service_actions.
7 8 9 |
# File 'lib/stripe/services/v2/billing_service.rb', line 7 def service_actions @service_actions end |