Click or drag to resize

BookingAuthenticateRestWcfServiceQueueBillwerkPaymentJson Method

Queue a Billwerk payment webhook callback

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void QueueBillwerkPaymentJson(
	string consumerId,
	string payload
)

Parameters

consumerId
Type: SystemString

[Missing <param name="consumerId"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.QueueBillwerkPaymentJson(System.String,System.String)"]

payload
Type: SystemString

[Missing <param name="payload"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.BookingAuthenticateRestWcfService.QueueBillwerkPaymentJson(System.String,System.String)"]

Implements

IBookingAuthenticateRestWcfServiceQueueBillwerkPaymentJson(String, String)
See Also