Click or drag to resize
PayPalPaymentResultInfo Properties

The PayPalPaymentResultInfo type exposes the following members.

Properties
  NameDescription
Public propertyPaymentApprovalUrl
Gets or sets the url with allowing to approve payment.
(Inherited from PaymentResultInfo.)
Public propertyPaymentAuthorizationID
Gets or sets the payment authorization ID.
(Inherited from PaymentResultInfo.)
Public propertyPaymentDate
Payment date.
(Inherited from PaymentResultInfo.)
Public propertyPaymentDescription
Payment result description.
(Inherited from PaymentResultInfo.)
Public propertyPaymentDetailUrl
Gets or sets the url with payment detail.
Public propertyPaymentId
Gets or sets the payment ID.
Public propertyPaymentIsAuthorized
Indicates whether the payment is already authorized and capture is possible.
(Inherited from PaymentResultInfo.)
Public propertyPaymentIsCompleted
Indicates whether the payment is successfully completed.
(Inherited from PaymentResultInfo.)
Public propertyPaymentIsFailed
Indicates whether the payment failed.
(Inherited from PaymentResultInfo.)
Public propertyPaymentMethodID
Payment method ID.
(Inherited from PaymentResultInfo.)
Public propertyPaymentMethodName
Payment method name.
(Inherited from PaymentResultInfo.)
Public propertyPaymentStatusName
Payment status display name.
(Inherited from PaymentResultInfo.)
Public propertyPaymentStatusValue
Payment status value.
(Inherited from PaymentResultInfo.)
Public propertyPaymentTransactionID
Payment result transaction ID.
(Inherited from PaymentResultInfo.)
Top
See Also