Class: Stripe::Issuing::Authorization::MerchantData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::MerchantData
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#category ⇒ Object
readonly
Returns the value of attribute category.
-
#category_code ⇒ Object
readonly
Returns the value of attribute category_code.
-
#city ⇒ Object
readonly
Returns the value of attribute city.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#network_id ⇒ Object
readonly
Returns the value of attribute network_id.
-
#postal_code ⇒ Object
readonly
Returns the value of attribute postal_code.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#tax_id ⇒ Object
readonly
Returns the value of attribute tax_id.
-
#terminal_id ⇒ Object
readonly
Returns the value of attribute terminal_id.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
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
#category ⇒ Object (readonly)
Returns the value of attribute category.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def category @category end |
#category_code ⇒ Object (readonly)
Returns the value of attribute category_code.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def category_code @category_code end |
#city ⇒ Object (readonly)
Returns the value of attribute city.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def city @city end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def country @country end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def name @name end |
#network_id ⇒ Object (readonly)
Returns the value of attribute network_id.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def network_id @network_id end |
#postal_code ⇒ Object (readonly)
Returns the value of attribute postal_code.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def postal_code @postal_code end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def state @state end |
#tax_id ⇒ Object (readonly)
Returns the value of attribute tax_id.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def tax_id @tax_id end |
#terminal_id ⇒ Object (readonly)
Returns the value of attribute terminal_id.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def terminal_id @terminal_id end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
56 57 58 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 56 def url @url end |