Method: Brevo::Transaction#cancelled_at
- Defined in:
- lib/brevo/models/transaction.rb
#cancelled_at ⇒ Object
Timestamp when the transaction was canceled (nullable).
25 26 27 |
# File 'lib/brevo/models/transaction.rb', line 25 def cancelled_at @cancelled_at end |