brandon14/ebay-sdk-php

View on GitHub
src/Buy/Order/V2/docs/Model/GuestPurchaseOrderV2.md

Summary

Maintainability
Test Coverage
# # GuestPurchaseOrderV2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**line_items** | [**\TNT\Ebay\Buy\Order\V2\Model\OrderLineItemV2[]**](OrderLineItemV2.md) | An array of line items in the order. | [optional]
**pricing_summary** | [**\TNT\Ebay\Buy\Order\V2\Model\PricingSummary**](PricingSummary.md) |  | [optional]
**purchase_order_creation_date** | **string** | The creation date of the purchase order. | [optional]
**purchase_order_id** | **string** | The unique identifier of the purchase order. | [optional]
**purchase_order_payment_status** | **string** | A container that returns the payment status for the purchase order. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/order/types/gct:PurchaseOrderPaymentStatusEnum'>eBay API documentation</a> | [optional]
**purchase_order_status** | **string** | An enumeration value that indicates the current status of the buyer's payment and any refund that applies to the purchase order. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/order/types/gct:PurchaseOrderStatusEnum'>eBay API documentation</a> | [optional]
**refunded_amount** | [**\TNT\Ebay\Buy\Order\V2\Model\Amount**](Amount.md) |  | [optional]
**warnings** | [**\TNT\Ebay\Buy\Order\V2\Model\Error[]**](Error.md) | A container for any warning messages. | [optional]

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