Click or drag to resize

PaymentFinishedEventArgs Constructor

Initializes a new instance of the PaymentFinishedEventArgs class.

Namespace:  Atomia.Billing.Core.Sdk.Events.Payments
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PaymentFinishedEventArgs(
	string transactionId
)

Parameters

transactionId
Type: SystemString
The transaction unique identifier.
See Also