Class UpdateCustomerRequest
UpdateCustomerRequest
Inheritance
System.Object
UpdateCustomerRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: KuberWMS.Request
Assembly: KuberWMS.dll
Syntax
public class UpdateCustomerRequest : PutRequest<Customer, Customer>
Constructors
UpdateCustomerRequest()
Initializes a new instance of the Update
Declaration
public UpdateCustomerRequest()
Properties
Code
Gets or sets the code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
The code. |