Interface ICustomerResponse
Response object after
public interface ICustomerResponse
Properties
CustomerId
Id of the vendor customer.
string CustomerId { get; set; }
Property Value
Type
Type of the response. activated or notActivated.
string Type { get; set; }