Class: Stripe::ApplicationFee::FeeSource
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::ApplicationFee::FeeSource
- Defined in:
- lib/stripe/resources/application_fee.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#charge ⇒ Object
readonly
Charge ID that created this application fee.
-
#payout ⇒ Object
readonly
Payout ID that created this application fee.
-
#type ⇒ Object
readonly
Type of object that created the application fee.
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
#charge ⇒ Object (readonly)
Charge ID that created this application fee.
18 19 20 |
# File 'lib/stripe/resources/application_fee.rb', line 18 def charge @charge end |
#payout ⇒ Object (readonly)
Payout ID that created this application fee.
20 21 22 |
# File 'lib/stripe/resources/application_fee.rb', line 20 def payout @payout end |
#type ⇒ Object (readonly)
Type of object that created the application fee.
22 23 24 |
# File 'lib/stripe/resources/application_fee.rb', line 22 def type @type end |