Class: Stripe::Refund::NextAction::DisplayDetails::EmailSent
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Refund::NextAction::DisplayDetails::EmailSent
- Defined in:
- lib/stripe/resources/refund.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#email_sent_at ⇒ Object
readonly
The timestamp when the email was sent.
-
#email_sent_to ⇒ Object
readonly
The recipient’s email address.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, 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
#email_sent_at ⇒ Object (readonly)
The timestamp when the email was sent.
211 212 213 |
# File 'lib/stripe/resources/refund.rb', line 211 def email_sent_at @email_sent_at end |
#email_sent_to ⇒ Object (readonly)
The recipient’s email address.
213 214 215 |
# File 'lib/stripe/resources/refund.rb', line 213 def email_sent_to @email_sent_to end |