Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 456 Bytes

File metadata and controls

20 lines (14 loc) · 456 Bytes

Komoju::PaymentMethodInstallmentsInner

Properties

Name Type Description Notes
amount Integer Amount due for this installment, in the lowest denomination of the currency.
pay_at String Date when this installment payment is due.

Example

require 'komoju-sdk'

instance = Komoju::PaymentMethodInstallmentsInner.new(
  amount: null,
  pay_at: null
)