Click or drag to resize

PaymentMethodsHelperUpdatePaymentTransaction Method (Guid, String, String, String, DictionaryString, String)

Updates the payment transaction with specified id.

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 void UpdatePaymentTransaction(
	Guid transactionId,
	string newStatus,
	string newStatusCode,
	string newStatusCodeDescription,
	Dictionary<string, string> attributes
)

Parameters

transactionId
Type: SystemGuid
The transaction id.
newStatus
Type: SystemString
The new status.
newStatusCode
Type: SystemString
The new status code.
newStatusCodeDescription
Type: SystemString
The new status code description.
attributes
Type: System.Collections.GenericDictionaryString, String
The attributes.
See Also