Click or drag to resize

PaymentServiceSavePayment Method

Saves the payment.

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 SavePaymentResultEntity SavePayment(
	string authenticationKey,
	PaymentPartialEntity paymentPartialEntity
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
paymentPartialEntity
Type: AMCS.Elemos.IntegrationService.Entity.PaymentPaymentPartialEntity
The payment partial entity.

Return Value

Type: SavePaymentResultEntity
Exceptions
ExceptionCondition
ExceptionPayment Not Saved Successfully in SavePayment
See Also