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

Afficher le fichier Open project: pcAmerica/CRE-RPE-Client-API-Library Class Usage Examples

Méthodes publiques

Méthode Description
FindRecord ( string customerNumber ) : Customer
UpdateRecord ( MessageAction action, Customer customer ) : bool

Method Details

FindRecord() public méthode

public FindRecord ( string customerNumber ) : Customer
customerNumber string
Résultat Customer

UpdateRecord() public méthode

public UpdateRecord ( MessageAction action, Customer customer ) : bool
action MessageAction
customer Customer
Résultat bool