Class: Stripe::Issuing::Authorization::Fleet
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::Fleet
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Defined Under Namespace
Classes: CardholderPromptData, ReportedBreakdown
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#cardholder_prompt_data ⇒ Object
readonly
Returns the value of attribute cardholder_prompt_data.
-
#purchase_type ⇒ Object
readonly
Returns the value of attribute purchase_type.
-
#reported_breakdown ⇒ Object
readonly
Returns the value of attribute reported_breakdown.
-
#service_type ⇒ Object
readonly
Returns the value of attribute service_type.
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
#cardholder_prompt_data ⇒ Object (readonly)
Returns the value of attribute cardholder_prompt_data.
44 45 46 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 44 def cardholder_prompt_data @cardholder_prompt_data end |
#purchase_type ⇒ Object (readonly)
Returns the value of attribute purchase_type.
44 45 46 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 44 def purchase_type @purchase_type end |
#reported_breakdown ⇒ Object (readonly)
Returns the value of attribute reported_breakdown.
44 45 46 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 44 def reported_breakdown @reported_breakdown end |
#service_type ⇒ Object (readonly)
Returns the value of attribute service_type.
44 45 46 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 44 def service_type @service_type end |