Class: Stripe::V2::MoneyManagement::ReceivedDebitMandate::StatusTransitions

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_atObject (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_atObject (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_atObject (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_atObject (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_atObject (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_remappingsObject



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_typesObject



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