Click or drag to resize

PaymentImportBatchRejectedPayments Property

Gets or sets the rejected payments.

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 List<PaymentImportEntity> RejectedPayments { get; set; }

Property Value

Type: ListPaymentImportEntity
The rejected payments.
See Also