CMSAuthorizeNetProviderGetPayment Method |
Creates payment part of payment request.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual Payment GetPayment(
IDictionary<string, Object> paymentData
)
Parameters
- paymentData
- Type: System.Collections.GenericIDictionaryString, Object
Credit card data
Return Value
Type:
PaymentInstance of
Payment.
See Also