Sha256: e9aeb39a4dab88055e0ce4e7d2d5ad8e47c8756eebe37dbca02209dab257eb3b
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 Bytes
Contents
# PCPServerSDK::PaymentProduct3391SpecificOutput ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **installment_options** | [**Array<InstallmentOption>**](InstallmentOption.md) | List of installment options. | [optional] | ## Example ```ruby require 'PCP-server-Ruby-SDK' instance = PCPServerSDK::PaymentProduct3391SpecificOutput.new( installment_options: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pcp-server-ruby-sdk-0.0.6 | docs/PaymentProduct3391SpecificOutput.md |
pcp-server-ruby-sdk-0.1.0 | docs/PaymentProduct3391SpecificOutput.md |