SyncteraRubySdk::PaymentListAllOf
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| payments | Array<Payment> | Array of payments |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PaymentListAllOf.new(
payments: null
)
| Name | Type | Description | Notes |
|---|---|---|---|
| payments | Array<Payment> | Array of payments |
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PaymentListAllOf.new(
payments: null
)