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



241
242
243
# File 'lib/stripe/resources/issuing/authorization.rb', line 241

def received_credits
  @received_credits
end

#received_debitsObject (readonly)

The array of [ReceivedDebits](stripe.com/docs/api/treasury/received_debits) associated with this authorization



244
245
246
# File 'lib/stripe/resources/issuing/authorization.rb', line 244

def received_debits
  @received_debits
end

#transactionObject (readonly)

The Treasury [Transaction](stripe.com/docs/api/treasury/transactions) associated with this authorization



247
248
249
# File 'lib/stripe/resources/issuing/authorization.rb', line 247

def transaction
  @transaction
end