Class: Stripe::Issuing::Authorization::Treasury
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::Treasury
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#received_credits ⇒ Object
readonly
The array of [ReceivedCredits](stripe.com/docs/api/treasury/received_credits) associated with this authorization.
-
#received_debits ⇒ Object
readonly
The array of [ReceivedDebits](stripe.com/docs/api/treasury/received_debits) associated with this authorization.
-
#transaction ⇒ Object
readonly
The Treasury [Transaction](stripe.com/docs/api/treasury/transactions) associated with this authorization.
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
#received_credits ⇒ Object (readonly)
The array of [ReceivedCredits](stripe.com/docs/api/treasury/received_credits) associated with this authorization
192 193 194 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 192 def received_credits @received_credits end |
#received_debits ⇒ Object (readonly)
The array of [ReceivedDebits](stripe.com/docs/api/treasury/received_debits) associated with this authorization
194 195 196 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 194 def received_debits @received_debits end |
#transaction ⇒ Object (readonly)
The Treasury [Transaction](stripe.com/docs/api/treasury/transactions) associated with this authorization
196 197 198 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 196 def transaction @transaction end |