Order
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
类型名称:Order
扩展 Intangible
名称 |
类型 |
说明 |
acceptedOffer (必需) |
优惠 |
订单中包含的优惠。 |
acceptedOffer.itemOffered (必需) |
预订型或产品 |
商品已售出。 |
acceptedOffer.itemOffered.name (必需) |
文本 |
商品名称。 |
billingAddress |
PostalAddress |
订单的账单邮寄地址。 |
billingAddress.addressCountry |
国家/地区或文字 |
国家/地区。例如,美国。您还可以提供由两个字母组成的 ISO 3166-1 alpha-2 国家/地区代码。 |
billingAddress.addressLocality |
文本 |
地点。例如山景城。 |
billingAddress.addressRegion |
文本 |
地区。例如 CA。 |
billingAddress.name |
文本 |
邮政地址的名称。 |
billingAddress.streetAddress |
文本 |
街道地址。例如,1600 Amphitheatre Pkwy. |
客户 |
人员或组织 |
下单的一方。 |
customer.name |
文本 |
人员的姓名。 |
orderDate |
DateTime |
下单日期。 |
orderNumber |
文本 |
交易的标识符。 |
orderStatus |
订单状态 |
订单的当前状态。 |
potentialAction (必需) |
ViewAction |
Order 支持的操作。 |
price [价格] (必需属性) |
Number 或 Text |
整个交易的总价。 |
priceCurrency (必需) |
文本 |
订单价格的币种(采用由 3 个字母表示的 ISO 4217 格式)。 |
priceSpecification |
PriceSpecification |
价格/价格货币的其他替代选项。还可用于指定税费和运费。 |
priceSpecification.name |
文本 |
PriceSpecification 的名称。 |
priceSpecification.price |
Number 或 Text |
整个交易的总价。 |
priceSpecification.priceCurrency |
文本 |
订单价格的币种(采用由 3 个字母表示的 ISO 4217 格式)。 |
seller (必需) |
人员或组织 |
销售商品或服务的一方(例如 Acme 商品可能是通过 Amazon.com 提供商品的卖家)。 |
卖方名称 (必需) |
文本 |
人员的姓名。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],null,["# Order\n\nType name: [Order](/workspace/gmail/markup/reference/types/Order)\n\nExtends [Intangible](/workspace/gmail/markup/reference/types/Intangible)\n\n| Name | Type | Description |\n|---------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|\n| **acceptedOffer** **(Required)** | [Offer](/workspace/gmail/markup/reference/types/Offer) | The offers included in the order. |\n| acceptedOffer.**itemOffered** **(Required)** | [Reservation](/workspace/gmail/markup/reference/types/Reservation) or [Product](/workspace/gmail/markup/reference/types/Product) | The item being sold. |\n| acceptedOffer.itemOffered.**name** **(Required)** | [Text](/workspace/gmail/markup/reference/types/Text) | Name of the Product. |\n| **billingAddress** | [PostalAddress](/workspace/gmail/markup/reference/types/PostalAddress) | The billing address for the order. |\n| billingAddress.**addressCountry** | [Country](/workspace/gmail/markup/reference/types/Country) or [Text](/workspace/gmail/markup/reference/types/Text) | The country. For example, USA. You can also provide the two-letter ISO 3166-1 alpha-2 country code. |\n| billingAddress.**addressLocality** | [Text](/workspace/gmail/markup/reference/types/Text) | The locality. For example, Mountain View. |\n| billingAddress.**addressRegion** | [Text](/workspace/gmail/markup/reference/types/Text) | The region. For example, CA. |\n| billingAddress.**name** | [Text](/workspace/gmail/markup/reference/types/Text) | Name of the PostalAddress. |\n| billingAddress.**streetAddress** | [Text](/workspace/gmail/markup/reference/types/Text) | The street address. For example, 1600 Amphitheatre Pkwy. |\n| **customer** | [Person](/workspace/gmail/markup/reference/types/Person) or [Organization](/workspace/gmail/markup/reference/types/Organization) | Party placing the order. |\n| customer.**name** | [Text](/workspace/gmail/markup/reference/types/Text) | Name of the Person. |\n| **orderDate** | [DateTime](/workspace/gmail/markup/reference/types/DateTime) | Date order was placed. |\n| **orderNumber** | [Text](/workspace/gmail/markup/reference/types/Text) | The identifier of the transaction. |\n| **orderStatus** | [OrderStatus](/workspace/gmail/markup/reference/types/OrderStatus) | The current status of the order. |\n| **potentialAction** **(Required)** | [ViewAction](/workspace/gmail/markup/reference/types/ViewAction) | Actions supported for Order. |\n| **price** **(Required)** | [Number](/workspace/gmail/markup/reference/types/Number) or [Text](/workspace/gmail/markup/reference/types/Text) | The total price of the entire transaction. |\n| **priceCurrency** **(Required)** | [Text](/workspace/gmail/markup/reference/types/Text) | The currency (in 3-letter ISO 4217 format) of the order price. |\n| **priceSpecification** | [PriceSpecification](/workspace/gmail/markup/reference/types/PriceSpecification) | Any more detailed alternatives to price/priceCurrency. Also used to specify tax and delivery charges. |\n| priceSpecification.**name** | [Text](/workspace/gmail/markup/reference/types/Text) | Name of the PriceSpecification. |\n| priceSpecification.**price** | [Number](/workspace/gmail/markup/reference/types/Number) or [Text](/workspace/gmail/markup/reference/types/Text) | The total price of the entire transactin. |\n| priceSpecification.**priceCurrency** | [Text](/workspace/gmail/markup/reference/types/Text) | The currencty (in 3-letter ISO 4217 format) of the order price. |\n| **seller** **(Required)** | [Person](/workspace/gmail/markup/reference/types/Person) or [Organization](/workspace/gmail/markup/reference/types/Organization) | Party selling the good or service (e.g. Acme Products may be a seller providing a good through Amazon.com). |\n| seller.**name** **(Required)** | [Text](/workspace/gmail/markup/reference/types/Text) | Name of the Person. |"]]