Class: Stripe::Subscription::PaymentSettings::PaymentMethodOptions::CheckScan::CheckDepositAddress
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Subscription::PaymentSettings::PaymentMethodOptions::CheckScan::CheckDepositAddress
- Defined in:
- lib/stripe/resources/subscription.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#city ⇒ Object
readonly
Attribute for field city.
-
#country ⇒ Object
readonly
Attribute for field country.
-
#line1 ⇒ Object
readonly
Attribute for field line1.
-
#line2 ⇒ Object
readonly
Attribute for field line2.
-
#postal_code ⇒ Object
readonly
Attribute for field postal_code.
-
#state ⇒ Object
readonly
Attribute for field state.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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
#city ⇒ Object (readonly)
Attribute for field city
362 363 364 |
# File 'lib/stripe/resources/subscription.rb', line 362 def city @city end |
#country ⇒ Object (readonly)
Attribute for field country
364 365 366 |
# File 'lib/stripe/resources/subscription.rb', line 364 def country @country end |
#line1 ⇒ Object (readonly)
Attribute for field line1
366 367 368 |
# File 'lib/stripe/resources/subscription.rb', line 366 def line1 @line1 end |
#line2 ⇒ Object (readonly)
Attribute for field line2
368 369 370 |
# File 'lib/stripe/resources/subscription.rb', line 368 def line2 @line2 end |
#postal_code ⇒ Object (readonly)
Attribute for field postal_code
370 371 372 |
# File 'lib/stripe/resources/subscription.rb', line 370 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Attribute for field state
372 373 374 |
# File 'lib/stripe/resources/subscription.rb', line 372 def state @state end |
Class Method Details
.field_remappings ⇒ Object
378 379 380 |
# File 'lib/stripe/resources/subscription.rb', line 378 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
374 375 376 |
# File 'lib/stripe/resources/subscription.rb', line 374 def self.inner_class_types @inner_class_types = {} end |