Click or drag to resize
CMSAuthorizeNetProviderIsPaymentAuthorized Property
Indicates whether the payment is already authorized meaning that payment capture is possible.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public bool IsPaymentAuthorized { get; }

Property Value

Type: Boolean

Implements

IDelayedPaymentGatewayProviderIsPaymentAuthorized
See Also