 | PaymentImportEntityIsBad Property |
Gets or sets the paymentToImport IsBad flag
Namespace:
AMCS.Elemos.IntegrationService.Entity.Payment
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsBad { get; set; }
Public Property IsBad As Boolean
Get
Set
Property Value
Type:
BooleanThe paymentToImport IsBad flag.
See Also