Class: Stripe::QuotePreviewSubscriptionSchedule::Phase::InvoiceSettings
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::QuotePreviewSubscriptionSchedule::Phase::InvoiceSettings
- Defined in:
- lib/stripe/resources/quote_preview_subscription_schedule.rb
Defined Under Namespace
Classes: Issuer
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account_tax_ids ⇒ Object
readonly
Returns the value of attribute account_tax_ids.
-
#days_until_due ⇒ Object
readonly
Returns the value of attribute days_until_due.
-
#issuer ⇒ Object
readonly
Returns the value of attribute issuer.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, 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
#account_tax_ids ⇒ Object (readonly)
Returns the value of attribute account_tax_ids.
84 85 86 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 84 def account_tax_ids @account_tax_ids end |
#days_until_due ⇒ Object (readonly)
Returns the value of attribute days_until_due.
84 85 86 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 84 def days_until_due @days_until_due end |
#issuer ⇒ Object (readonly)
Returns the value of attribute issuer.
84 85 86 |
# File 'lib/stripe/resources/quote_preview_subscription_schedule.rb', line 84 def issuer @issuer end |