Click or drag to resize

PaymentMethodsHelperAdapterGetPaymentTransactionByReference Method

[Missing <summary> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelperAdapter.GetPaymentTransactionByReference(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public PaymentTransaction GetPaymentTransactionByReference(
	string referenceId,
	TransactionReferenceType type
)

Parameters

referenceId
Type: SystemString

[Missing <param name="referenceId"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelperAdapter.GetPaymentTransactionByReference(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]

type
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTransactionReferenceType

[Missing <param name="type"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelperAdapter.GetPaymentTransactionByReference(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]

Return Value

Type: PaymentTransaction

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.PaymentMethodsHelperAdapter.GetPaymentTransactionByReference(System.String,Atomia.Billing.Core.Sdk.BusinessObjects.TransactionReferenceType)"]

Implements

IPaymentMethodsHelperGetPaymentTransactionByReference(String, TransactionReferenceType)
See Also