Class: Stripe::Issuing::Authorization::PendingRequest
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::PendingRequest
- 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.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#is_amount_controllable ⇒ Object
readonly
Returns the value of attribute is_amount_controllable.
-
#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.
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.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def amount @amount end |
#amount_details ⇒ Object (readonly)
Returns the value of attribute amount_details.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def amount_details @amount_details end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def currency @currency end |
#is_amount_controllable ⇒ Object (readonly)
Returns the value of attribute is_amount_controllable.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def is_amount_controllable @is_amount_controllable end |
#merchant_amount ⇒ Object (readonly)
Returns the value of attribute merchant_amount.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def merchant_amount @merchant_amount end |
#merchant_currency ⇒ Object (readonly)
Returns the value of attribute merchant_currency.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def merchant_currency @merchant_currency end |
#network_risk_score ⇒ Object (readonly)
Returns the value of attribute network_risk_score.
67 68 69 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 67 def network_risk_score @network_risk_score end |