Class: Stripe::Issuing::Authorization::Treasury

Inherits:
StripeObject
  • Object
show all
Defined in:
lib/stripe/resources/issuing/authorization.rb

Constant Summary

Constants inherited from StripeObject

StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from StripeObject

#last_response

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_creditsObject (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_debitsObject (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

#transactionObject (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