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
Defined Under Namespace
Classes: Amount
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
Class Method Summary collapse
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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.
188 189 190 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 188 def amount @amount end |
#issuing_transaction_v1 ⇒ Object (readonly)
The reference to the v1 issuing transaction ID.
190 191 192 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 190 def issuing_transaction_v1 @issuing_transaction_v1 end |
Class Method Details
.field_remappings ⇒ Object
196 197 198 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 196 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
192 193 194 |
# File 'lib/stripe/resources/v2/money_management/received_debit.rb', line 192 def self.inner_class_types @inner_class_types = { amount: Amount } end |