• Getting Started
  • API Reference
  • KuberWMS.Models
  • Customer
Show / Hide Table of Contents
  • KuberWMS.API
    • DeleteRequest<TRequestData, TResponseData>
    • GetRequest<TRequestData, TResponseData>
    • NoData
    • PostRequest<TRequestData, TResponseData>
    • PutRequest<TRequestData, TResponseData>
    • Request<TRequestData, TResponseData>
    • RequestDefaults
    • Response<TRequestData, TResponseData>
  • KuberWMS.Models
    • BulkOrder
    • BulkOrderOrders
    • Customer
    • ErrorResponse
    • IncomingShipment
    • IncomingShipmentDetail
    • IncomingShipmentSummary
    • Item
    • LoginReponseData
    • LoginRequestData
    • OrderExtraCharge
    • OrderLog
    • OutgoingOrder
    • OutgoingOrderDetail
    • OutgoingOrderSummary
    • OutgoingPacking
    • PackingBox
    • PackingBoxCreateOnly
    • PostAttachmentResponseData
    • ProductQuantity
    • ProductQuantityRequestData
    • PurchaseOrder
    • PurchaseOrderDetail
    • ReturnDetail
    • ReturnSummary
    • Transport
    • UserDetails
  • KuberWMS.Request
    • CreateBulkOrderRequest
    • CreateCustomerRequest
    • CreateIncomingShipmentRequest
    • CreateIncomingShipmentSummaryRequest
    • CreateItemRequest
    • CreateOrderRequest
    • CreateOrderSummaryRequest
    • CreatePurchaseOrderRequest
    • CreateReturnsRequest
    • CreateTransportRequest
    • DeleteBulkOrderRequest
    • DeleteCustomerRequest
    • DeleteIncomingShipmentRequest
    • DeleteIncomingShipmentSummaryRequest
    • DeleteItemRequest
    • DeleteOrderRequest
    • DeleteOrderSummaryRequest
    • DeletePurchaseOrderRequest
    • DeleteReturnsRequest
    • DeleteTransportRequest
    • GetBulkBulkOrderRequest
    • GetBulkOrderListRequest
    • GetCustomerListRequest
    • GetCustomerRequest
    • GetIncomingShipmentListRequest
    • GetIncomingShipmentRequest
    • GetIncomingShipmentSummaryListRequest
    • GetIncomingShipmentSummaryRequest
    • GetItemListRequest
    • GetItemRequest
    • GetOrderListRequest
    • GetOrderRequest
    • GetOrderSummaryRequest
    • GetPackingBoxListRequest
    • GetProductQuantityListRequest
    • GetPurchaseOrderListRequest
    • GetPurchaseOrderRequest
    • GetReturnsListRequest
    • GetReturnsRequest
    • GetTransportListRequest
    • GetTransportRequest
    • LoginRequest
    • UpdateBulkOrderRequest
    • UpdateCustomerRequest
    • UpdateIncomingShipmentRequest
    • UpdateIncomingShipmentSummaryRequest
    • UpdateItemRequest
    • UpdateOrderRequest
    • UpdateOrderSummaryRequest
    • UpdatePurchaseOrderRequest
    • UpdateReturnsRequest
    • UpdateTransportRequest
    • UploadOrderAttachmentRequest

Class Customer

Customer

Inheritance
System.Object
Customer
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)
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.String

BillingAddressAvatar

Gets or Sets BillingAddressAvatar

Declaration
[JsonProperty("billing_address_avatar")]
public string BillingAddressAvatar { get; set; }
Property Value
Type Description
System.String

BillingAddressCity

Gets or Sets BillingAddressCity

Declaration
[JsonProperty("billing_address_city")]
public string BillingAddressCity { get; set; }
Property Value
Type Description
System.String

BillingAddressCompanyName

Gets or Sets BillingAddressCompanyName

Declaration
[JsonProperty("billing_address_company_name")]
public string BillingAddressCompanyName { get; set; }
Property Value
Type Description
System.String

BillingAddressCountry

Gets or Sets BillingAddressCountry

Declaration
[JsonProperty("billing_address_country")]
public string BillingAddressCountry { get; set; }
Property Value
Type Description
System.String

BillingAddressEmail

Gets or Sets BillingAddressEmail

Declaration
[JsonProperty("billing_address_email")]
public string BillingAddressEmail { get; set; }
Property Value
Type Description
System.String

BillingAddressFirstName

Gets or Sets BillingAddressFirstName

Declaration
[JsonProperty("billing_address_first_name")]
public string BillingAddressFirstName { get; set; }
Property Value
Type Description
System.String

BillingAddressLastName

Gets or Sets BillingAddressLastName

Declaration
[JsonProperty("billing_address_last_name")]
public string BillingAddressLastName { get; set; }
Property Value
Type Description
System.String

BillingAddressLine1

Gets or Sets BillingAddressLine1

Declaration
[JsonProperty("billing_address_line_1")]
public string BillingAddressLine1 { get; set; }
Property Value
Type Description
System.String

BillingAddressLine2

Gets or Sets BillingAddressLine2

Declaration
[JsonProperty("billing_address_line_2")]
public string BillingAddressLine2 { get; set; }
Property Value
Type Description
System.String

BillingAddressMobile

Gets or Sets BillingAddressMobile

Declaration
[JsonProperty("billing_address_mobile")]
public string BillingAddressMobile { get; set; }
Property Value
Type Description
System.String

BillingAddressPostalCode

Gets or Sets BillingAddressPostalCode

Declaration
[JsonProperty("billing_address_postal_code")]
public string BillingAddressPostalCode { get; set; }
Property Value
Type Description
System.String

BillingAddressState

Gets or Sets BillingAddressState

Declaration
[JsonProperty("billing_address_state")]
public string BillingAddressState { get; set; }
Property Value
Type Description
System.String

BillingAddressTaxNumber

Gets or Sets BillingAddressTaxNumber

Declaration
[JsonProperty("billing_address_tax_number")]
public string BillingAddressTaxNumber { get; set; }
Property Value
Type Description
System.String

BillingAddressWorkPhone

Gets or Sets BillingAddressWorkPhone

Declaration
[JsonProperty("billing_address_work_phone")]
public string BillingAddressWorkPhone { get; set; }
Property Value
Type Description
System.String

Code

Customer Code/Number

Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
Type Description
System.String

Customer Code/Number

ShippingAddressAvatar

Gets or Sets ShippingAddressAvatar

Declaration
[JsonProperty("shipping_address_avatar")]
public string ShippingAddressAvatar { get; set; }
Property Value
Type Description
System.String

ShippingAddressCity

Gets or Sets ShippingAddressCity

Declaration
[JsonProperty("shipping_address_city")]
public string ShippingAddressCity { get; set; }
Property Value
Type Description
System.String

ShippingAddressCompanyName

Gets or Sets ShippingAddressCompanyName

Declaration
[JsonProperty("shipping_address_company_name")]
public string ShippingAddressCompanyName { get; set; }
Property Value
Type Description
System.String

ShippingAddressCountry

Gets or Sets ShippingAddressCountry

Declaration
[JsonProperty("shipping_address_country")]
public string ShippingAddressCountry { get; set; }
Property Value
Type Description
System.String

ShippingAddressEmail

Gets or Sets ShippingAddressEmail

Declaration
[JsonProperty("shipping_address_email")]
public string ShippingAddressEmail { get; set; }
Property Value
Type Description
System.String

ShippingAddressFirstName

Gets or Sets ShippingAddressFirstName

Declaration
[JsonProperty("shipping_address_first_name")]
public string ShippingAddressFirstName { get; set; }
Property Value
Type Description
System.String

ShippingAddressLastName

Gets or Sets ShippingAddressLastName

Declaration
[JsonProperty("shipping_address_last_name")]
public string ShippingAddressLastName { get; set; }
Property Value
Type Description
System.String

ShippingAddressLine1

Gets or Sets ShippingAddressLine1

Declaration
[JsonProperty("shipping_address_line_1")]
public string ShippingAddressLine1 { get; set; }
Property Value
Type Description
System.String

ShippingAddressLine2

Gets or Sets ShippingAddressLine2

Declaration
[JsonProperty("shipping_address_line_2")]
public string ShippingAddressLine2 { get; set; }
Property Value
Type Description
System.String

ShippingAddressMobile

Gets or Sets ShippingAddressMobile

Declaration
[JsonProperty("shipping_address_mobile")]
public string ShippingAddressMobile { get; set; }
Property Value
Type Description
System.String

ShippingAddressPostalCode

Gets or Sets ShippingAddressPostalCode

Declaration
[JsonProperty("shipping_address_postal_code")]
public string ShippingAddressPostalCode { get; set; }
Property Value
Type Description
System.String

ShippingAddressState

Gets or Sets ShippingAddressState

Declaration
[JsonProperty("shipping_address_state")]
public string ShippingAddressState { get; set; }
Property Value
Type Description
System.String

ShippingAddressTaxNumber

Gets or Sets ShippingAddressTaxNumber

Declaration
[JsonProperty("shipping_address_tax_number")]
public string ShippingAddressTaxNumber { get; set; }
Property Value
Type Description
System.String

ShippingAddressWorkPhone

Gets or Sets ShippingAddressWorkPhone

Declaration
[JsonProperty("shipping_address_work_phone")]
public string ShippingAddressWorkPhone { get; set; }
Property Value
Type Description
System.String

Methods

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
System.String

String presentation of the object

Overrides
System.Object.ToString()
In This Article
  • Properties
    • _Client
    • BillingAddressAvatar
    • BillingAddressCity
    • BillingAddressCompanyName
    • BillingAddressCountry
    • BillingAddressEmail
    • BillingAddressFirstName
    • BillingAddressLastName
    • BillingAddressLine1
    • BillingAddressLine2
    • BillingAddressMobile
    • BillingAddressPostalCode
    • BillingAddressState
    • BillingAddressTaxNumber
    • BillingAddressWorkPhone
    • Code
    • ShippingAddressAvatar
    • ShippingAddressCity
    • ShippingAddressCompanyName
    • ShippingAddressCountry
    • ShippingAddressEmail
    • ShippingAddressFirstName
    • ShippingAddressLastName
    • ShippingAddressLine1
    • ShippingAddressLine2
    • ShippingAddressMobile
    • ShippingAddressPostalCode
    • ShippingAddressState
    • ShippingAddressTaxNumber
    • ShippingAddressWorkPhone
  • Methods
    • ToJson()
    • ToString()
Back to top Generated by DocFX