public sealed class GetOrderRequest : IMessage<GetOrderRequest>, IEquatable<GetOrderRequest>, IDeepCloneable<GetOrderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class GetOrderRequest.
Request message for
[ConsumerProcurementService.GetOrder][google.cloud.commerce.consumer.procurement.v1.ConsumerProcurementService.GetOrder]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides reference documentation for the `GetOrderRequest` class within the Cloud Commerce Consumer Procurement v1 API."],["`GetOrderRequest` serves as the request message for the `ConsumerProcurementService.GetOrder` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOrderRequest` class has two constructors: a default constructor and one that takes another `GetOrderRequest` object as a parameter."],["It contains a single property called `Name`, a string that represents the name of the order to retrieve, and is a required field."],["This document is for version 1.2.0, however, there are older and newer versions of the `GetOrderRequest` available, with 1.4.0 being the latest."]]],[]]