Class: Stripe::V2::MoneyManagement::ReceivedDebitMandate::StatusTransitions
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::V2::MoneyManagement::ReceivedDebitMandate::StatusTransitions
- Defined in:
- lib/stripe/resources/v2/money_management/received_debit_mandate.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#activated_at ⇒ Object
readonly
Timestamp describing when the ReceivedDebitMandate changed status to
active. -
#canceled_at ⇒ Object
readonly
Timestamp describing when the ReceivedDebitMandate changed status to
canceled. -
#created_at ⇒ Object
readonly
Timestamp describing when the ReceivedDebitMandate was created.
-
#expired_at ⇒ Object
readonly
Timestamp describing when the ReceivedDebitMandate changed status to
expired. -
#pending_cancellation_at ⇒ Object
readonly
Timestamp describing when the ReceivedDebitMandate changed status to
pending_cancellation.
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
#activated_at ⇒ Object (readonly)
Timestamp describing when the ReceivedDebitMandate changed status to active.
Represented as a RFC 3339 date & time UTC value in millisecond precision.
61 62 63 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 61 def activated_at @activated_at end |
#canceled_at ⇒ Object (readonly)
Timestamp describing when the ReceivedDebitMandate changed status to canceled.
Represented as a RFC 3339 date & time UTC value in millisecond precision for example: 2026-06-03T13:22:18.123Z.
64 65 66 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 64 def canceled_at @canceled_at end |
#created_at ⇒ Object (readonly)
Timestamp describing when the ReceivedDebitMandate was created. Represented as a RFC 3339 date & time UTC value in millisecond precision for example: 2026-06-03T13:22:18.123Z.
67 68 69 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 67 def created_at @created_at end |
#expired_at ⇒ Object (readonly)
Timestamp describing when the ReceivedDebitMandate changed status to expired.
Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2026-06-03T13:22:18.123Z.
70 71 72 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 70 def expired_at @expired_at end |
#pending_cancellation_at ⇒ Object (readonly)
Timestamp describing when the ReceivedDebitMandate changed status to pending_cancellation.
Represented as a RFC 3339 date & time UTC value in millisecond precision.
73 74 75 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 73 def pending_cancellation_at @pending_cancellation_at end |
Class Method Details
.field_remappings ⇒ Object
79 80 81 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 79 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
75 76 77 |
# File 'lib/stripe/resources/v2/money_management/received_debit_mandate.rb', line 75 def self.inner_class_types @inner_class_types = {} end |