Show / Hide Table of Contents

Class CancelMacOrderDetails

The data to cancel a MacOrder.

Inheritance
object
CancelMacOrderDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MngdmacService.Models
Assembly: OCI.DotNetSDK.Mngdmac.dll
Syntax
public class CancelMacOrderDetails

Properties

CancelReason

Declaration
[JsonProperty(PropertyName = "cancelReason")]
public string CancelReason { get; set; }
Property Value
Type Description
string

The reason for the MacOrder cancellation.

In this article
Back to top