Click or drag to resize

PaymentRuleResult Constructor (PaymentStatus, Boolean, Decimal)

Initializes a new instance of the PaymentRuleResult class.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PaymentRuleResult(
	PaymentStatus paymentStatus,
	bool isInvoicePaid,
	decimal balanceChange
)

Parameters

paymentStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentStatus
The payment status.
isInvoicePaid
Type: SystemBoolean
true if invoice is paid, false otherwise.
balanceChange
Type: SystemDecimal
The balance change.
See Also