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.
Method Summary
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
This class inherits a constructor from FinchAPI::BaseModel
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 |