Click or drag to resize
CMSAuthorizeNetProviderGetPayment Method
Creates payment part of payment request.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual Payment GetPayment(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object
Credit card data

Return Value

Type: Payment
Instance of Payment.
See Also