Sha256: a242b6eb49a97a9be820222f6d2d1a6f9a2fc96cc3725e2219fdccaf22e5fb28
Contents?: true
Size: 1007 Bytes
Versions: 2
Compression:
Stored size: 1007 Bytes
Contents
# HelloextendApiClient::InvoiceMetadataProduct ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | [optional] **reference_id** | **String** | The store-specific unique reference identifier for the product that the warranty plan is connected to. In other words, if the customer is buying a TV and a warranty plan for the TV, this would be the ID for the TV. Example ID types: a product SKU, variant ID, GTIN, or any other unique identifier you use in your store. Please see the documentation for <a href='/#tag/Store'>'Create a product'</a> for more information | [optional] **price** | [**Amount**](Amount.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::InvoiceMetadataProduct.new(name: Xbox One X 1TB console, reference_id: SKU-123-456, price: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
helloextend_api_client-1.0.3 | docs/InvoiceMetadataProduct.md |
helloextend_api_client-1.0.2 | docs/InvoiceMetadataProduct.md |