Click or drag to resize

PaymentServiceImportApPayments Method

ImportApPayments

Namespace:  AMCS.Elemos.IntegrationService.Services.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ImportApPayments(
	string authenticationKey,
	PaymentImportBatch paymentBatch,
	out List<PaymentImportEntity> rejectedPayments
)

Parameters

authenticationKey
Type: SystemString
Authentication Key
paymentBatch
Type: AMCS.Elemos.IntegrationService.Entity.PaymentPaymentImportBatch
Payment Batch
rejectedPayments
Type: System.Collections.GenericListPaymentImportEntity
Rejected Payments
See Also