Class: FinchAPI::Models::Sandbox::PaymentCreateResponse
- Defined in:
- lib/finch-api/models/sandbox/payment_create_response.rb
Instance Attribute Summary collapse
-
#pay_date ⇒ String
The date of the payment.
-
#payment_id ⇒ String
The ID of the payment.
Instance Method Summary collapse
-
#initialize(pay_date:, payment_id:) ⇒ PaymentCreateResponse
constructor
A new instance of PaymentCreateResponse.
Constructor Details
#initialize(pay_date:, payment_id:) ⇒ PaymentCreateResponse
Returns a new instance of PaymentCreateResponse.
4 |
# File 'lib/finch-api/models/sandbox/payment_create_response.rb', line 4 def initialize(pay_date:, payment_id:, **) = super |
Instance Attribute Details
#pay_date ⇒ String
The date of the payment.
11 |
# File 'lib/finch-api/models/sandbox/payment_create_response.rb', line 11 required :pay_date, String |
#payment_id ⇒ String
The ID of the payment.
17 |
# File 'lib/finch-api/models/sandbox/payment_create_response.rb', line 17 required :payment_id, String |