brandon14/ebay-sdk-php

View on GitHub
src/Sell/Negotiation/V1/docs/Model/Offer.md

Summary

Maintainability
Test Coverage
# # Offer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_counter_offer** | **bool** | If set to true, the buyer is allowed to make a counter-offer to the seller's offer. | [optional]
**buyer** | [**\TNT\Ebay\Sell\Negotiation\V1\Model\User**](User.md) |  | [optional]
**creation_date** | **string** | The date and time when the seller's offer was created. The returned timestamp is formatted as an ISO 8601 string, which is based on the 24-hour Coordinated Universal Time (UTC) clock. Format: [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z Example: 2018-08-20T07:09:00.000Z | [optional]
**initiated_by** | **string** | The eBay UserName of the user (seller) who initiated the offer. | [optional]
**last_modified_date** | **string** | The date and time when the offer was last modified. The returned timestamp is formatted as an ISO 8601 string. | [optional]
**message** | **string** | A seller-defined message related to the offer being made. This message is sent to the list of "interested" buyers along with the offer message from eBay. | [optional]
**offer_duration** | [**\TNT\Ebay\Sell\Negotiation\V1\Model\TimeDuration**](TimeDuration.md) |  | [optional]
**offered_items** | [**\TNT\Ebay\Sell\Negotiation\V1\Model\OfferedItem[]**](OfferedItem.md) | The list of items associated with the offer. Currently, the offer list is restricted to a single offer. | [optional]
**offer_id** | **string** | A unique eBay-assigned identifier for the offer. | [optional]
**offer_status** | **string** | The current state, or status, of an offer. Status states include PENDING, COUNTERED, ACCEPTED, and DECLINED. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/negotiation/types/api:OfferStatusEnum'>eBay API documentation</a> | [optional]
**offer_type** | **string** | The type of offer being made. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/negotiation/types/api:OfferTypeEnum'>eBay API documentation</a> | [optional]
**revision** | **string** | A unique, eBay-assigned ID for the revision of the offer. | [optional]

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