C# Class pcAmerica.DesktopPOS.API.Client.CustomerAPI

Exibir arquivo Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Public Methods

Method Description
FindRecord ( string customerNumber ) : Customer
UpdateRecord ( MessageAction action, Customer customer ) : bool

Method Details

FindRecord() public method

public FindRecord ( string customerNumber ) : Customer
customerNumber string
return Customer

UpdateRecord() public method

public UpdateRecord ( MessageAction action, Customer customer ) : bool
action MessageAction
customer Customer
return bool