Class: Stripe::Issuing::Card::Shipping::AddressValidation
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Card::Shipping::AddressValidation
- Defined in:
- lib/stripe/resources/issuing/card.rb
Defined Under Namespace
Classes: NormalizedAddress
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#mode ⇒ Object
readonly
The address validation capabilities to use.
-
#normalized_address ⇒ Object
readonly
The normalized shipping address.
-
#result ⇒ Object
readonly
The validation result for the shipping address.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, 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
#mode ⇒ Object (readonly)
The address validation capabilities to use.
49 50 51 |
# File 'lib/stripe/resources/issuing/card.rb', line 49 def mode @mode end |
#normalized_address ⇒ Object (readonly)
The normalized shipping address.
51 52 53 |
# File 'lib/stripe/resources/issuing/card.rb', line 51 def normalized_address @normalized_address end |
#result ⇒ Object (readonly)
The validation result for the shipping address.
53 54 55 |
# File 'lib/stripe/resources/issuing/card.rb', line 53 def result @result end |