| Name | Type | Description | Notes |
|---|---|---|---|
| total_row_count | Integer | [optional] | |
| data | Array<PaymentBatchResponseDataInner> | [optional] |
require 'openapi_client'
instance = OpenapiClient::PaymentBatchResponse.new(
total_row_count: null,
data: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| total_row_count | Integer | [optional] | |
| data | Array<PaymentBatchResponseDataInner> | [optional] |
require 'openapi_client'
instance = OpenapiClient::PaymentBatchResponse.new(
total_row_count: null,
data: null
)