Class: Stripe::Issuing::Authorization::Fleet::CardholderPromptData
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::Fleet::CardholderPromptData
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#alphanumeric_id ⇒ Object
readonly
Returns the value of attribute alphanumeric_id.
-
#driver_id ⇒ Object
readonly
Returns the value of attribute driver_id.
-
#odometer ⇒ Object
readonly
Returns the value of attribute odometer.
-
#unspecified_id ⇒ Object
readonly
Returns the value of attribute unspecified_id.
-
#user_id ⇒ Object
readonly
Returns the value of attribute user_id.
-
#vehicle_number ⇒ Object
readonly
Returns the value of attribute vehicle_number.
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
#alphanumeric_id ⇒ Object (readonly)
Returns the value of attribute alphanumeric_id.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def alphanumeric_id @alphanumeric_id end |
#driver_id ⇒ Object (readonly)
Returns the value of attribute driver_id.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def driver_id @driver_id end |
#odometer ⇒ Object (readonly)
Returns the value of attribute odometer.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def odometer @odometer end |
#unspecified_id ⇒ Object (readonly)
Returns the value of attribute unspecified_id.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def unspecified_id @unspecified_id end |
#user_id ⇒ Object (readonly)
Returns the value of attribute user_id.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def user_id @user_id end |
#vehicle_number ⇒ Object (readonly)
Returns the value of attribute vehicle_number.
27 28 29 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 27 def vehicle_number @vehicle_number end |