Class: Stripe::V2::Billing::Intent::CadenceData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::Billing::Intent::CadenceData
- Defined in:
- lib/stripe/resources/v2/billing/intent.rb
Defined Under Namespace
Classes: BillingCycle, Payer, Settings
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#billing_cycle ⇒ Object
readonly
The billing cycle configuration for this Cadence.
-
#payer ⇒ Object
readonly
Information about the payer for this Cadence.
-
#settings ⇒ Object
readonly
Settings for creating the Cadence.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#billing_cycle ⇒ Object (readonly)
The billing cycle configuration for this Cadence.
303 304 305 |
# File 'lib/stripe/resources/v2/billing/intent.rb', line 303 def billing_cycle @billing_cycle end |
#payer ⇒ Object (readonly)
Information about the payer for this Cadence.
305 306 307 |
# File 'lib/stripe/resources/v2/billing/intent.rb', line 305 def payer @payer end |
#settings ⇒ Object (readonly)
Settings for creating the Cadence.
307 308 309 |
# File 'lib/stripe/resources/v2/billing/intent.rb', line 307 def settings @settings end |
Class Method Details
.field_remappings ⇒ Object
313 314 315 |
# File 'lib/stripe/resources/v2/billing/intent.rb', line 313 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
309 310 311 |
# File 'lib/stripe/resources/v2/billing/intent.rb', line 309 def self.inner_class_types @inner_class_types = { billing_cycle: BillingCycle, payer: Payer, settings: Settings } end |