Class VendorApiUser
Inheritance
System.Object
VendorApiUser
Namespace: anybill.POS.Client.Models.Onboarding.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class VendorApiUser
Properties
ClientId
ClientId of the POS software customer.
Declaration
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Password for the vendor API.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Path of the vendor API endpoint.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
Username for the vendor API.
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |