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
414 415 416 |
# File 'lib/stripe/resources/subscription.rb', line 414 def city @city end |
#country ⇒ Object (readonly)
Attribute for field country
416 417 418 |
# File 'lib/stripe/resources/subscription.rb', line 416 def country @country end |
#line1 ⇒ Object (readonly)
Attribute for field line1
418 419 420 |
# File 'lib/stripe/resources/subscription.rb', line 418 def line1 @line1 end |
#line2 ⇒ Object (readonly)
Attribute for field line2
420 421 422 |
# File 'lib/stripe/resources/subscription.rb', line 420 def line2 @line2 end |
#postal_code ⇒ Object (readonly)
Attribute for field postal_code
422 423 424 |
# File 'lib/stripe/resources/subscription.rb', line 422 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Attribute for field state
424 425 426 |
# File 'lib/stripe/resources/subscription.rb', line 424 def state @state end |
Class Method Details
.field_remappings ⇒ Object
430 431 432 |
# File 'lib/stripe/resources/subscription.rb', line 430 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
426 427 428 |
# File 'lib/stripe/resources/subscription.rb', line 426 def self.inner_class_types @inner_class_types = {} end |