Click or drag to resize

PartialPaymentProviderEntityPaymentProviderSettingsBag Property

Gets or sets the payment provider setting bag.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> PaymentProviderSettingsBag { get; set; }

Property Value

Type: DictionaryString, String
The payment provider setting bag.
See Also