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
Last modified: 21 May 2024