Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.67 KB

TimeDuration.md

File metadata and controls

10 lines (7 loc) · 2.67 KB

TimeDuration

Properties

Name Type Description Notes
unit \SapientPro\EbayAccountSDK\Enums\TimeDurationUnitEnum These enum values represent the time measurement unit, such as <code>DAY</code>. A span of time is defined when you apply the value specified in the <b>value</b> field to the value specified for <b>unit</b>. <br/><br/>See <b>TimeDurationUnitEnum</b> for a complete list of possible time-measurement units. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:TimeDurationUnitEnum&#x27;&gt;eBay API documentation</a> [optional]
value int An integer that represents an amount of time, as measured by the time-measurement unit specified in the <b>unit</b> field. [optional]

[Back to Model list] [Back to API list] [Back to README]