Sha256: 54495b51c2b3adb9d76b856e6831ba45bcc27ac0a7441f7eaa5458ae4ddaa4f7
Contents?: true
Size: 658 Bytes
Versions: 107
Compression:
Stored size: 658 Bytes
Contents
# UltracartClient::OrderInvoiceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **pdf_base64** | **String** | pdf_base64 | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderInvoiceResponse.new( error: null, metadata: null, pdf_base64: null, success: null, warning: null ) ```
Version data entries
107 entries across 107 versions & 1 rubygems