 | 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)
Syntaxpublic void ImportRealexPayments(
string authenticationKey,
IList<PaymentImportItemEntity> paymentImportItems,
int paymentTypeId,
int paymentPointId,
out IList<PaymentImportItemEntity> rejectedItems
)
Public Sub ImportRealexPayments (
authenticationKey As String,
paymentImportItems As IList(Of PaymentImportItemEntity),
paymentTypeId As Integer,
paymentPointId As Integer,
<OutAttribute> ByRef rejectedItems As IList(Of PaymentImportItemEntity)
)
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