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
389 390 391 |
# File 'lib/stripe/resources/subscription.rb', line 389 def city @city end |
#country ⇒ Object (readonly)
Attribute for field country
391 392 393 |
# File 'lib/stripe/resources/subscription.rb', line 391 def country @country end |
#line1 ⇒ Object (readonly)
Attribute for field line1
393 394 395 |
# File 'lib/stripe/resources/subscription.rb', line 393 def line1 @line1 end |
#line2 ⇒ Object (readonly)
Attribute for field line2
395 396 397 |
# File 'lib/stripe/resources/subscription.rb', line 395 def line2 @line2 end |
#postal_code ⇒ Object (readonly)
Attribute for field postal_code
397 398 399 |
# File 'lib/stripe/resources/subscription.rb', line 397 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Attribute for field state
399 400 401 |
# File 'lib/stripe/resources/subscription.rb', line 399 def state @state end |
Class Method Details
.field_remappings ⇒ Object
405 406 407 |
# File 'lib/stripe/resources/subscription.rb', line 405 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
401 402 403 |
# File 'lib/stripe/resources/subscription.rb', line 401 def self.inner_class_types @inner_class_types = {} end |