Class: Stripe::Invoice::PaymentSettings::PaymentMethodOptions::CheckScan::CheckDepositAddress
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Invoice::PaymentSettings::PaymentMethodOptions::CheckScan::CheckDepositAddress
- Defined in:
- lib/stripe/resources/invoice.rb
Constant Summary
Constants inherited from StripeObject
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 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?, 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
524 525 526 |
# File 'lib/stripe/resources/invoice.rb', line 524 def city @city end |
#country ⇒ Object (readonly)
Attribute for field country
526 527 528 |
# File 'lib/stripe/resources/invoice.rb', line 526 def country @country end |
#line1 ⇒ Object (readonly)
Attribute for field line1
528 529 530 |
# File 'lib/stripe/resources/invoice.rb', line 528 def line1 @line1 end |
#line2 ⇒ Object (readonly)
Attribute for field line2
530 531 532 |
# File 'lib/stripe/resources/invoice.rb', line 530 def line2 @line2 end |
#postal_code ⇒ Object (readonly)
Attribute for field postal_code
532 533 534 |
# File 'lib/stripe/resources/invoice.rb', line 532 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Attribute for field state
534 535 536 |
# File 'lib/stripe/resources/invoice.rb', line 534 def state @state end |
Class Method Details
.field_remappings ⇒ Object
540 541 542 |
# File 'lib/stripe/resources/invoice.rb', line 540 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
536 537 538 |
# File 'lib/stripe/resources/invoice.rb', line 536 def self.inner_class_types @inner_class_types = {} end |