Payment Property
This contains details about the express checkout payment.
Syntax
[VB.NET] Public ReadOnlyProperty Payment As Payment
[C#] public Payment Payment {get;}
Remarks
This property will be populated with payment details after a call to GetCheckoutDetails or CheckoutPayment.
Note: If the PaymentAction property was set to aAuthorization for this transaction, the TransactionId may be used in conjunction with the ReAuthCapture component to later settle the transaction.
This property is read-only.