Click or drag to resize

IBraintreeCreateTransaction Method

Makes a payment.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Transaction CreateTransaction(
	Transaction transaction
)

Parameters

transaction
Type: NetQuarry.Services.PaymentTransaction
The transaction to create.

Return Value

Type: Transaction
The transaction.
See Also