Interface ICustomerResponse
Response object after
Namespace: anybill.POS.Client.Models.Customer.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface ICustomerResponse
Properties
CustomerId
Id of the vendor customer.
Declaration
string CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type of the response. activated or notActivated.
Declaration
string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |