PaymentMethodsHelperReleasePaymentTransaction Method |
Release payment transaction if transaction status is acquired
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 ReleasePaymentTransaction(
string transactionReference,
TransactionReferenceType transactionReferenceType
)
Public Shared Sub ReleasePaymentTransaction (
transactionReference As String,
transactionReferenceType As TransactionReferenceType
)
public:
static void ReleasePaymentTransaction(
String^ transactionReference,
TransactionReferenceType transactionReferenceType
)
static member ReleasePaymentTransaction :
transactionReference : string *
transactionReferenceType : TransactionReferenceType -> unit
Parameters
- transactionReference
- Type: SystemString
[Missing <param name="transactionReference"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelper.ReleasePaymentTransaction(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]
- transactionReferenceType
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsTransactionReferenceType
[Missing <param name="transactionReferenceType"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelper.ReleasePaymentTransaction(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]
Return Value
Type:
See Also