Method: AdvancedBilling::VoidRemainderEventData#transaction_time
- Defined in:
- lib/advanced_billing/models/void_remainder_event_data.rb
#transaction_time ⇒ DateTime
The time the refund was applied, in ISO 8601 format, i.e. “2019-06-07T17:20:06Z”
28 29 30 |
# File 'lib/advanced_billing/models/void_remainder_event_data.rb', line 28 def transaction_time @transaction_time end |