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