Sha256: 8c307f1a6cf9baf377ed5694427e6515441aa6b4a52c1c572c8920b14a9dad63

Contents?: true

Size: 708 Bytes

Versions: 2

Compression:

Stored size: 708 Bytes

Contents

# HelloextendApiClient::InvoiceMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**order_reference_id** | **String** | An optional purchase Order number referenced in the original contract | [optional] 
**plan_id** | **String** | The plan that the contract applied to | [optional] 
**product** | [**InvoiceMetadataProduct**](InvoiceMetadataProduct.md) |  | [optional] 

## Code Sample

```ruby
require 'HelloextendApiClient'

instance = HelloextendApiClient::InvoiceMetadata.new(order_reference_id: PO-12345,
                                 plan_id: 10001-auto-part-base-replace-1y,
                                 product: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helloextend_api_client-1.0.3 docs/InvoiceMetadata.md
helloextend_api_client-1.0.2 docs/InvoiceMetadata.md