1using System.Threading.Tasks;
Represents a case-insensitive string.
Interface for information about a service provider that users can use to pay for services.
Task< IPaymentService[]> GetServicesForPayment(CaseInsensitiveString Currency, CaseInsensitiveString Country)
Gets available payment services.
Task< IPaymentService > GetServiceForPayment(string ServiceId, CaseInsensitiveString Currency, CaseInsensitiveString Country)
Gets a payment service.
Interface for information about a service provider.