Class: Stripe::ConfirmationToken::Shipping
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::ConfirmationToken::Shipping
- Defined in:
- lib/stripe/resources/confirmation_token.rb
Defined Under Namespace
Classes: Address
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#address ⇒ Object
readonly
Attribute for field address.
-
#name ⇒ Object
readonly
Recipient name.
-
#phone ⇒ Object
readonly
Recipient phone (including extension).
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?, #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
#address ⇒ Object (readonly)
Attribute for field address
1639 1640 1641 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1639 def address @address end |
#name ⇒ Object (readonly)
Recipient name.
1641 1642 1643 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1641 def name @name end |
#phone ⇒ Object (readonly)
Recipient phone (including extension).
1643 1644 1645 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1643 def phone @phone end |
Class Method Details
.field_remappings ⇒ Object
1649 1650 1651 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1649 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
1645 1646 1647 |
# File 'lib/stripe/resources/confirmation_token.rb', line 1645 def self.inner_class_types @inner_class_types = { address: Address } end |