Click or drag to resize

PaymentMethodPluginBaseGetConfigurationT Method (PaymentTransaction, String)

Gets the configuration.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
protected T GetConfiguration<T>(
	PaymentTransaction transaction,
	string pluginName
)
where T : class

Parameters

transaction
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPaymentTransaction
The transaction.
pluginName
Type: SystemString
Name of the plugin.

Type Parameters

T
Configuration type.

Return Value

Type: T
Dibs configuration for current transaction (its reseller).
See Also