Class: Stripe::V2::MoneyManagement::InboundTransfer::TransferHistory
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::MoneyManagement::InboundTransfer::TransferHistory
- Defined in:
- lib/stripe/resources/v2/money_management/inbound_transfer.rb
Defined Under Namespace
Classes: BankDebitFailed, BankDebitProcessing, BankDebitQueued, BankDebitReturned, BankDebitSucceeded
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bank_debit_failed ⇒ Object
readonly
The history entry for a failed InboundTransfer.
-
#bank_debit_processing ⇒ Object
readonly
The history entry for a processing InboundTransfer.
-
#bank_debit_queued ⇒ Object
readonly
The history entry for a queued InboundTransfer.
-
#bank_debit_returned ⇒ Object
readonly
The history entry for a returned InboundTransfer.
-
#bank_debit_succeeded ⇒ Object
readonly
The history entry for a succeeded InboundTransfer.
-
#created ⇒ Object
readonly
Creation time of the HistoryEntry in RFC 3339 format and UTC.
-
#effective_at ⇒ Object
readonly
Effective at time of the HistoryEntry in RFC 3339 format and UTC.
-
#id ⇒ Object
readonly
A unique ID for the HistoryEntry.
-
#level ⇒ Object
readonly
Open Enum.
-
#type ⇒ Object
readonly
Open Enum.
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?, field_encodings, #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
#bank_debit_failed ⇒ Object (readonly)
The history entry for a failed InboundTransfer.
116 117 118 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 116 def bank_debit_failed @bank_debit_failed end |
#bank_debit_processing ⇒ Object (readonly)
The history entry for a processing InboundTransfer.
118 119 120 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 118 def bank_debit_processing @bank_debit_processing end |
#bank_debit_queued ⇒ Object (readonly)
The history entry for a queued InboundTransfer.
120 121 122 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 120 def bank_debit_queued @bank_debit_queued end |
#bank_debit_returned ⇒ Object (readonly)
The history entry for a returned InboundTransfer.
122 123 124 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 122 def bank_debit_returned @bank_debit_returned end |
#bank_debit_succeeded ⇒ Object (readonly)
The history entry for a succeeded InboundTransfer.
124 125 126 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 124 def bank_debit_succeeded @bank_debit_succeeded end |
#created ⇒ Object (readonly)
Creation time of the HistoryEntry in RFC 3339 format and UTC.
126 127 128 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 126 def created @created end |
#effective_at ⇒ Object (readonly)
Effective at time of the HistoryEntry in RFC 3339 format and UTC.
128 129 130 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 128 def effective_at @effective_at end |
#id ⇒ Object (readonly)
A unique ID for the HistoryEntry.
130 131 132 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 130 def id @id end |
#level ⇒ Object (readonly)
Open Enum. The Level of the HistoryEntry.
132 133 134 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 132 def level @level end |
#type ⇒ Object (readonly)
Open Enum. The type of the HistoryEntry.
134 135 136 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 134 def type @type end |
Class Method Details
.field_remappings ⇒ Object
146 147 148 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 146 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
136 137 138 139 140 141 142 143 144 |
# File 'lib/stripe/resources/v2/money_management/inbound_transfer.rb', line 136 def self.inner_class_types @inner_class_types = { bank_debit_failed: BankDebitFailed, bank_debit_processing: BankDebitProcessing, bank_debit_queued: BankDebitQueued, bank_debit_returned: BankDebitReturned, bank_debit_succeeded: BankDebitSucceeded, } end |