Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.13 KB

UpdateCustomerSummaryRequest.md

File metadata and controls

18 lines (14 loc) · 1.13 KB

Yaksa.OrckestraCommerce.Client.Model.UpdateCustomerSummaryRequest

Carts are entities used for assembling an order before submitting.

Properties

Name Type Description Notes
CultureName string The culture name in which language the data will be returned. [optional]
WorkflowToExecute string The name of the workflow that should be executed. [optional]
Email string The email address of the customer owning this cart. [optional]
FirstName string The first name of the customer owning this cart. [optional]
LastName string The last name of the customer owning this cart [optional]
MiddleName string The middle name of the customer owning this cart [optional]
Phone string The phone number of the customer owning this cart. [optional]
Type string The type of the customer owning this cart. [optional]

[Back to Model list] [Back to API list] [Back to README]