Class: Stripe::V2::MoneyManagement::ReceivedDebit::CardSpend::CardTransaction
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::MoneyManagement::ReceivedDebit::CardSpend::CardTransaction
- Defined in:
- lib/stripe/resources/v2/money_management/received_debit.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#amount ⇒ Object
readonly
Amount associated with this issuing transaction.
-
#issuing_transaction_v1 ⇒ Object
readonly
The reference to the v1 issuing transaction ID.
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
#amount ⇒ Object (readonly)
Amount associated with this issuing transaction.
65 66 67 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 65 def amount @amount end |
#issuing_transaction_v1 ⇒ Object (readonly)
The reference to the v1 issuing transaction ID.
67 68 69 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 67 def issuing_transaction_v1 @issuing_transaction_v1 end |