Class: Stripe::FxQuote::Rates
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::FxQuote::Rates
- Defined in:
- lib/stripe/resources/fx_quote.rb
Defined Under Namespace
Classes: RateDetails
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#exchange_rate ⇒ Object
readonly
The rate that includes the FX fee rate.
-
#rate_details ⇒ Object
readonly
Attribute for field rate_details.
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
#exchange_rate ⇒ Object (readonly)
The rate that includes the FX fee rate.
34 35 36 |
# File 'lib/stripe/resources/fx_quote.rb', line 34 def exchange_rate @exchange_rate end |
#rate_details ⇒ Object (readonly)
Attribute for field rate_details
36 37 38 |
# File 'lib/stripe/resources/fx_quote.rb', line 36 def rate_details @rate_details end |