Interface ISessionManager
Namespace: Payment.Infrastructure.Contracts.Payment
Assembly: Payment.Infrastructure.dll
public interface ISessionManager
Methods
CreateSessionAsync\(List<SessionLineItemOptions\>, string, string, string\)
Task<Session> CreateSessionAsync(List<SessionLineItemOptions> stripeLineItems, string paymentPlatformId, string owneatCustomerId, string owneatTableId)
Parameters
stripeLineItems List <SessionLineItemOptions\>
paymentPlatformId string
owneatCustomerId string
owneatTableId string
Returns
Task <Session\>
Last modified: 21 May 2024