Click or drag to resize

IAtomiaBillingApiGetPaymentRuleResult Method

Applies the payment rule associated to the logged in account and gets the payment rule result.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PaymentRuleResult GetPaymentRuleResult(
	Guid accountId,
	Invoice invoice,
	Payment payment,
	Dictionary<string, string> additionalData
)

Parameters

accountId
Type: SystemGuid
The account id.
invoice
Type: Atomia.Billing.Core.Sdk.BusinessObjectsInvoice
The invoice for which this payment is created. Can be null.
payment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The payment object.
additionalData
Type: System.Collections.GenericDictionaryString, String
The additional data (which can be interpreted by some rule).

Return Value

Type: PaymentRuleResult
The payment rule result.
See Also