Owneat Technical Guide main Help

Interface IBillingPlatformService

Namespace: Payment.Application.ThirdParty.Billing
Assembly: Payment.Application.dll

public interface IBillingPlatformService

Methods

CreatePaymentLinkAsync\(List<ProductInputDto\>, Guid, Guid, string\)

Task<PaymentLinkResponseDto> CreatePaymentLinkAsync(List<ProductInputDto> lineItems, Guid customerId, Guid tableId, string paymentPlatformId)

Parameters

lineItems List < ProductInputDto \>

customerId Guid

tableId Guid

paymentPlatformId string

Returns

Task < PaymentLinkResponseDto \>

Last modified: 21 May 2024