Click or drag to resize

PaymentRuleResult Constructor (PaymentStatus, Boolean, Decimal, Boolean)

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,
	bool addToPrepaidCredit
)

Parameters

paymentStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentStatus
The payment status.
isInvoicePaid
Type: SystemBoolean
if set to true [is invoice paid].
balanceChange
Type: SystemDecimal
The balance change.
addToPrepaidCredit
Type: SystemBoolean
if set to true add change to prepaid credit.
See Also