Class RequestLaybuyCustomer
A customer entity used on Laybuy API requests.
Inherited Members
Namespace: Yort.Laybuy.InStore
Assembly: Yort.Laybuy.InStore.dll
Syntax
public class RequestLaybuyCustomer : LaybuyCustomerBaseProperties
| Improve this Doc View SourceBillingAddress
Optional. Gets or sets the billing address.
Declaration
[JsonProperty("billingAddress")]
public LaybuyCustomerAddress BillingAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| LaybuyCustomerAddress | The billing address. | 
ShippingAddress
Optional. Gets or sets the shipping address.
Declaration
[JsonProperty("shippingAddress")]
public LaybuyCustomerAddress ShippingAddress { get; set; }Property Value
| Type | Description | 
|---|---|
| LaybuyCustomerAddress | The shipping address. |