Click or drag to resize

PaymentMethodsHelperAddPaymentTransaction Method

Adds the payment transaction.

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 Guid AddPaymentTransaction(
	PaymentTransaction paymentTransaction
)

Parameters

paymentTransaction
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentTransaction
The payment transaction.

Return Value

Type: Guid
Added payment transaction id.
See Also