Click or drag to resize

LatePaymentDetectedEventArgs Constructor

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

Parameters

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