 | SettingsEntityDirectDebitRunConfigurationId Property |
Gets or sets the Direct Debit Run Configuration Identifier.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<int> DirectDebitRunConfigurationId { get; set; }
Public Property DirectDebitRunConfigurationId As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
The Direct Debit Run Configuration Identifier.
See Also