Payer Property
The person being billed for the current purchase.
Syntax
[VB.NET] Public ReadOnlyProperty Payer As ExpressCheckoutPayer
[C#] public ExpressCheckoutPayer Payer {get;}
Remarks
This property will contain details about the payer of the of the express checkout after a call to GetCheckoutDetails.
This property is read-only.