Class: Lithic::Models::PaymentTransactionUpdatedWebhookEvent
- Defined in:
- lib/lithic/models/payment_transaction_updated_webhook_event.rb,
sig/lithic/models/payment_transaction_updated_webhook_event.rbs
Instance Attribute Summary collapse
-
#event_type ⇒ Symbol, :"payment_transaction.updated"
The type of event that occurred.
Instance Method Summary collapse
-
#initialize(event_type: :"payment_transaction.updated") ⇒ PaymentTransactionUpdatedWebhookEvent
constructor
Payment transaction.
- #to_hash ⇒ { event_type: :"payment_transaction.updated" }
Constructor Details
#initialize(event_type: :"payment_transaction.updated") ⇒ PaymentTransactionUpdatedWebhookEvent
Payment transaction
|
|
# File 'lib/lithic/models/payment_transaction_updated_webhook_event.rb', line 12
|
Instance Attribute Details
#event_type ⇒ Symbol, :"payment_transaction.updated"
The type of event that occurred.
10 |
# File 'lib/lithic/models/payment_transaction_updated_webhook_event.rb', line 10 required :event_type, const: :"payment_transaction.updated" |
Instance Method Details
#to_hash ⇒ { event_type: :"payment_transaction.updated" }
15 |
# File 'sig/lithic/models/payment_transaction_updated_webhook_event.rbs', line 15
def to_hash: -> { event_type: :"payment_transaction.updated" }
|