brandon14/ebay-sdk-php

View on GitHub
src/Sell/Inventory/V1/docs/Model/Amount.md

Summary

Maintainability
Test Coverage
# # Amount

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **string** | A three-digit string value respresenting the type of currency being used. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. See the <a href=\"/api-docs/sell/inventory/types/ba:CurrencyCodeEnum\">CurrencyCodeEnum</a> type for the full list of currencies and their corresponding three-digit string values. | [optional]
**value** | **string** | A string representation of a dollar value expressed in the currency specified in the <strong>currency</strong> field. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)