Click or drag to resize

PaymentCreatedEventArgs Constructor

Initializes a new instance of the PaymentCreatedEventArgs 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 PaymentCreatedEventArgs(
	Payment payment
)

Parameters

payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment.
See Also