Interface IOnboardingResponse
Response after successfully sending the onboarding data.
Namespace: anybill.POS.Client.Models.Onboarding.Response
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public interface IOnboardingResponse
Properties
Link
Link to the anybill partner portal.
Declaration
string Link { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationLink
Registration link for the new customer. After a successful transmission of the data to anybill, a linkout must take place.
Declaration
string RegistrationLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Stores
List of created Stores.
Declaration
IList<OnboardingStore> Stores { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<OnboardingStore> |
VendorApiUser
Declaration
VendorApiUser VendorApiUser { get; set; }
Property Value
Type | Description |
---|---|
VendorApiUser |
VendorCustomerId
Id of the created vendor customer.
Declaration
Guid VendorCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |