Sha256: c692f8fcf411abeec415c852b3dbc905025e1947a796f18d5c21316245d730d4
Contents?: true
Size: 478 Bytes
Versions: 36
Compression:
Stored size: 478 Bytes
Contents
# MxPlatformRuby::TaxDocumentsResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional] | | **tax_documents** | [**Array<TaxDocumentResponse>**](TaxDocumentResponse.md) | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::TaxDocumentsResponseBody.new( pagination: null, tax_documents: null ) ```
Version data entries
36 entries across 36 versions & 1 rubygems