Click or drag to resize

PaymentServiceImportRealexPayments Method

Import Realex formatted Payments

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 ImportRealexPayments(
	string authenticationKey,
	IList<PaymentImportItemEntity> paymentImportItems,
	int paymentTypeId,
	int paymentPointId,
	out IList<PaymentImportItemEntity> rejectedItems
)

Parameters

authenticationKey
Type: SystemString
Authentication key
paymentImportItems
Type: System.Collections.GenericIListPaymentImportItemEntity
Payments to Import
paymentTypeId
Type: SystemInt32
Id of Payment Type to apply to all Payments
paymentPointId
Type: SystemInt32
Id of Payment Point to appl to all Payments
rejectedItems
Type: System.Collections.GenericIListPaymentImportItemEntity
Collection of Rejected Payments
See Also