Interface IBillingPlatformAccountService
Namespace: Restaurant.Application.ThirdParty.Billing
Assembly: Restaurant.Application.dll
public interface IBillingPlatformAccountService
Methods
CreateExpressDashboardLinkAsync\(string\)
Task<RestaurantAccountResponse> CreateExpressDashboardLinkAsync(string accountIdentifier)
Parameters
accountIdentifier string
Returns
GetAccountLinkAsync\(string?\)
Task<RestaurantAccountResponse> GetAccountLinkAsync(string? accountIdentifier)
Parameters
accountIdentifier string?
Returns
Last modified: 21 May 2024