Class: FinchAPI::Models::PaymentEvent::Data
- Defined in:
- lib/finch-api/models/payment_event.rb
Overview
def initialize: (Hash | FinchAPI::BaseModel) -> void
Instance Attribute Summary collapse
-
#pay_date ⇒ String
The date of the payment.
-
#payment_id ⇒ String
The ID of the payment.
Instance Attribute Details
#pay_date ⇒ String
The date of the payment.
37 |
# File 'lib/finch-api/models/payment_event.rb', line 37 required :pay_date, String |
#payment_id ⇒ String
The ID of the payment.
43 |
# File 'lib/finch-api/models/payment_event.rb', line 43 required :payment_id, String |