Table of Contents

Interface ICustomerResponse

Namespace
anybill.POS.Client.Models.Customer.Response
Assembly
anybill.POS.Client.Abstractions.dll

Response object after

public interface ICustomerResponse

Properties

CustomerId

Id of the vendor customer.

string CustomerId { get; set; }

Property Value

string

Type

Type of the response. activated or notActivated.

string Type { get; set; }

Property Value

string