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-03-21 UTC."],[[["The latest version of the `GetOrderRequest` class is 1.4.0, part of the Cloud Commerce Consumer Procurement v1 API."],["`GetOrderRequest` is a request message used to retrieve an order via the `ConsumerProcurementService.GetOrder` method."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetOrderRequest` class contains a `Name` property of type string, which is a required field representing the name of the order to retrieve."],["Constructors are available to create instances of `GetOrderRequest`, both a default and a copy constructor that takes another `GetOrderRequest` instance."]]],[]]