PaymentMethodPluginBaseGetConfigurationT Method (Guid, 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>(
Guid resellerId,
string pluginName
)
where T : class
Protected Function GetConfiguration(Of T As Class) (
resellerId As Guid,
pluginName As String
) As T
protected:
generic<typename T>
where T : ref class
T GetConfiguration(
Guid resellerId,
String^ pluginName
)
member GetConfiguration :
resellerId : Guid *
pluginName : string -> 'T when 'T : not struct
Parameters
- resellerId
- Type: SystemGuid
The reseller id. - pluginName
- Type: SystemString
Name of the plugin.
Type Parameters
- T
- Configuration type.
Return Value
Type:
TDibs configuration for given reseller.
See Also