Class: Stripe::Issuing::Authorization::RequestHistory
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::RequestHistory
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Defined Under Namespace
Classes: AmountDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Returns the value of attribute amount.
-
#amount_details ⇒ Object
readonly
Returns the value of attribute amount_details.
-
#approved ⇒ Object
readonly
Returns the value of attribute approved.
-
#authorization_code ⇒ Object
readonly
Returns the value of attribute authorization_code.
-
#created ⇒ Object
readonly
Returns the value of attribute created.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#merchant_amount ⇒ Object
readonly
Returns the value of attribute merchant_amount.
-
#merchant_currency ⇒ Object
readonly
Returns the value of attribute merchant_currency.
-
#network_risk_score ⇒ Object
readonly
Returns the value of attribute network_risk_score.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#reason_message ⇒ Object
readonly
Returns the value of attribute reason_message.
-
#requested_at ⇒ Object
readonly
Returns the value of attribute requested_at.
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
#amount ⇒ Object (readonly)
Returns the value of attribute amount.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def amount @amount end |
#amount_details ⇒ Object (readonly)
Returns the value of attribute amount_details.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def amount_details @amount_details end |
#approved ⇒ Object (readonly)
Returns the value of attribute approved.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def approved @approved end |
#authorization_code ⇒ Object (readonly)
Returns the value of attribute authorization_code.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def @authorization_code end |
#created ⇒ Object (readonly)
Returns the value of attribute created.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def created @created end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def currency @currency end |
#merchant_amount ⇒ Object (readonly)
Returns the value of attribute merchant_amount.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def merchant_amount @merchant_amount end |
#merchant_currency ⇒ Object (readonly)
Returns the value of attribute merchant_currency.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def merchant_currency @merchant_currency end |
#network_risk_score ⇒ Object (readonly)
Returns the value of attribute network_risk_score.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def network_risk_score @network_risk_score end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def reason @reason end |
#reason_message ⇒ Object (readonly)
Returns the value of attribute reason_message.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def @reason_message end |
#requested_at ⇒ Object (readonly)
Returns the value of attribute requested_at.
74 75 76 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 74 def requested_at @requested_at end |