Class: Stripe::Issuing::Authorization::PendingRequest::HoldAmountDetails::EstimatedFeeDetail
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::PendingRequest::HoldAmountDetails::EstimatedFeeDetail
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Defined Under Namespace
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Attribute for field amount.
-
#charged_by ⇒ Object
readonly
Attribute for field charged_by.
-
#type ⇒ Object
readonly
The category of this fee.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, #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)
Attribute for field amount
727 728 729 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 727 def amount @amount end |
#charged_by ⇒ Object (readonly)
Attribute for field charged_by
729 730 731 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 729 def charged_by @charged_by end |
#type ⇒ Object (readonly)
The category of this fee.
731 732 733 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 731 def type @type end |
Class Method Details
.field_remappings ⇒ Object
737 738 739 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 737 def self.field_remappings @field_remappings = {} end |