Click or drag to resize

PaymentCorrectionHelperCreatePaymentCorrection Method

Create a payment correction.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static PaymentCorrection CreatePaymentCorrection(
	Payment originalPayment,
	decimal correctionAmount,
	string description
)

Parameters

originalPayment
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayment
The original payment.
correctionAmount
Type: SystemDecimal
The correction amount.
description
Type: SystemString
Description of the correction.

Return Value

Type: PaymentCorrection
The payment correction.
See Also