Owneat Technical Guide main Help

Class StripeAccountService

Namespace: Restaurant.Infrastructure.Adapters.Stripe
Assembly: Restaurant.Infrastructure.dll

public class StripeAccountService : IBillingPlatformAccountService

Inheritance

object ← StripeAccountService

Implements

IBillingPlatformAccountService

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

StripeAccountService\(IOptions<StripeOptions\>\)

public StripeAccountService(IOptions<StripeOptions> stripeOptions)

Parameters

stripeOptions IOptions < StripeOptions \>

Methods

CreateExpressDashboardLinkAsync\(string\)

public Task<RestaurantAccountResponse> CreateExpressDashboardLinkAsync(string accountIdentifier)

Parameters

accountIdentifier string

Returns

Task <RestaurantAccountResponse\>

GetAccountLinkAsync\(string?\)

public Task<RestaurantAccountResponse> GetAccountLinkAsync(string? accountIdentifier)

Parameters

accountIdentifier string?

Returns

Task <RestaurantAccountResponse\>

Last modified: 21 May 2024