Class Customer
Customer
Inheritance
Inherited Members
Namespace: KuberWMS.Models
Assembly: KuberWMS.dll
Syntax
public class Customer
Properties
_Client
Gets or Sets _Client
Declaration
[JsonProperty("client")]
public string _Client { get; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressAvatar
Gets or Sets BillingAddressAvatar
Declaration
[JsonProperty("billing_address_avatar")]
public string BillingAddressAvatar { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCity
Gets or Sets BillingAddressCity
Declaration
[JsonProperty("billing_address_city")]
public string BillingAddressCity { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCompanyName
Gets or Sets BillingAddressCompanyName
Declaration
[JsonProperty("billing_address_company_name")]
public string BillingAddressCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressCountry
Gets or Sets BillingAddressCountry
Declaration
[JsonProperty("billing_address_country")]
public string BillingAddressCountry { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressEmail
Gets or Sets BillingAddressEmail
Declaration
[JsonProperty("billing_address_email")]
public string BillingAddressEmail { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressFirstName
Gets or Sets BillingAddressFirstName
Declaration
[JsonProperty("billing_address_first_name")]
public string BillingAddressFirstName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLastName
Gets or Sets BillingAddressLastName
Declaration
[JsonProperty("billing_address_last_name")]
public string BillingAddressLastName { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLine1
Gets or Sets BillingAddressLine1
Declaration
[JsonProperty("billing_address_line_1")]
public string BillingAddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressLine2
Gets or Sets BillingAddressLine2
Declaration
[JsonProperty("billing_address_line_2")]
public string BillingAddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressMobile
Gets or Sets BillingAddressMobile
Declaration
[JsonProperty("billing_address_mobile")]
public string BillingAddressMobile { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressPostalCode
Gets or Sets BillingAddressPostalCode
Declaration
[JsonProperty("billing_address_postal_code")]
public string BillingAddressPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressState
Gets or Sets BillingAddressState
Declaration
[JsonProperty("billing_address_state")]
public string BillingAddressState { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressTaxNumber
Gets or Sets BillingAddressTaxNumber
Declaration
[JsonProperty("billing_address_tax_number")]
public string BillingAddressTaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
BillingAddressWorkPhone
Gets or Sets BillingAddressWorkPhone
Declaration
[JsonProperty("billing_address_work_phone")]
public string BillingAddressWorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System. |
Code
Customer Code/Number
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System. |
Customer Code/Number |
ShippingAddressAvatar
Gets or Sets ShippingAddressAvatar
Declaration
[JsonProperty("shipping_address_avatar")]
public string ShippingAddressAvatar { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCity
Gets or Sets ShippingAddressCity
Declaration
[JsonProperty("shipping_address_city")]
public string ShippingAddressCity { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCompanyName
Gets or Sets ShippingAddressCompanyName
Declaration
[JsonProperty("shipping_address_company_name")]
public string ShippingAddressCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressCountry
Gets or Sets ShippingAddressCountry
Declaration
[JsonProperty("shipping_address_country")]
public string ShippingAddressCountry { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressEmail
Gets or Sets ShippingAddressEmail
Declaration
[JsonProperty("shipping_address_email")]
public string ShippingAddressEmail { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressFirstName
Gets or Sets ShippingAddressFirstName
Declaration
[JsonProperty("shipping_address_first_name")]
public string ShippingAddressFirstName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLastName
Gets or Sets ShippingAddressLastName
Declaration
[JsonProperty("shipping_address_last_name")]
public string ShippingAddressLastName { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLine1
Gets or Sets ShippingAddressLine1
Declaration
[JsonProperty("shipping_address_line_1")]
public string ShippingAddressLine1 { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressLine2
Gets or Sets ShippingAddressLine2
Declaration
[JsonProperty("shipping_address_line_2")]
public string ShippingAddressLine2 { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressMobile
Gets or Sets ShippingAddressMobile
Declaration
[JsonProperty("shipping_address_mobile")]
public string ShippingAddressMobile { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressPostalCode
Gets or Sets ShippingAddressPostalCode
Declaration
[JsonProperty("shipping_address_postal_code")]
public string ShippingAddressPostalCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressState
Gets or Sets ShippingAddressState
Declaration
[JsonProperty("shipping_address_state")]
public string ShippingAddressState { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressTaxNumber
Gets or Sets ShippingAddressTaxNumber
Declaration
[JsonProperty("shipping_address_tax_number")]
public string ShippingAddressTaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System. |
ShippingAddressWorkPhone
Gets or Sets ShippingAddressWorkPhone
Declaration
[JsonProperty("shipping_address_work_phone")]
public string ShippingAddressWorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
ToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System. |
JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
String presentation of the object |