Class: Stripe::V2::MoneyManagement::PayoutIntent::StatusTransitions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::MoneyManagement::PayoutIntent::StatusTransitions
- Defined in:
- lib/stripe/resources/v2/money_management/payout_intent.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#canceled_at ⇒ Object
readonly
Timestamp describing when a PayoutIntent changed status to
canceled. -
#posted_at ⇒ Object
readonly
Timestamp describing when a PayoutIntent changed status to
posted. -
#processing_at ⇒ Object
readonly
Timestamp describing when a PayoutIntent changed status to
processing. -
#requires_action_at ⇒ Object
readonly
Timestamp describing when a PayoutIntent changed status to
requires_action.
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
#canceled_at ⇒ Object (readonly)
Timestamp describing when a PayoutIntent changed status to canceled.
Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
185 186 187 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 185 def canceled_at @canceled_at end |
#posted_at ⇒ Object (readonly)
Timestamp describing when a PayoutIntent changed status to posted.
Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
188 189 190 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 188 def posted_at @posted_at end |
#processing_at ⇒ Object (readonly)
Timestamp describing when a PayoutIntent changed status to processing.
Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
191 192 193 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 191 def processing_at @processing_at end |
#requires_action_at ⇒ Object (readonly)
Timestamp describing when a PayoutIntent changed status to requires_action.
Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
194 195 196 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 194 def requires_action_at @requires_action_at end |
Class Method Details
.field_remappings ⇒ Object
200 201 202 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 200 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
196 197 198 |
# File 'lib/stripe/resources/v2/money_management/payout_intent.rb', line 196 def self.inner_class_types @inner_class_types = {} end |