brandon14/ebay-sdk-php

View on GitHub
src/Sell/Fulfillment/V1/docs/Model/FileInfo.md

Summary

Maintainability
Test Coverage
# # FileInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**file_id** | **string** | The unique identifier of the evidence file. | [optional]
**file_type** | **string** | The type of file uploaded. Supported file extensions are .JPEG, .JPG, and .PNG., and maximum file size allowed is 1.5 MB. | [optional]
**name** | **string** | The seller-provided name of the evidence file. | [optional]
**uploaded_date** | **string** | The timestamp in this field shows the date/time when the seller uploaded the evidential document to eBay. <br/><br/>The timestamps returned here use the ISO-8601 24-hour date and time format, and the time zone used is Universal Coordinated Time (UTC), also known as Greenwich Mean Time (GMT), or Zulu. The ISO-8601 format looks like this: <em>yyyy-MM-ddThh:mm.ss.sssZ</em>. An example would be <code>2019-08-04T19:09:02.768Z</code>. | [optional]

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