Click or drag to resize

PaymentMatchResult Constructor (PaymentStatus, String)

Initializes a new instance of the PaymentMatchResult class.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PaymentMatchResult(
	PaymentStatus paymentStatus,
	string description
)

Parameters

paymentStatus
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentStatus
The payment status.
description
Type: SystemString
The description.
See Also