IPNPayer Type
Information about the payer.
Remarks
This type contains information about the payer of the instant
payment notification. It contains the Email, Id, and
Status of the payer.
Fields
| |
Email String |
Email address of the payer.
This field is optional.
|
Id String |
Unique encrypted PayPal customer account number.
Character length and limitations:17 single-byte characters maximum.
|
Status String |
Indicates whether the payer is verified or not.
Valid values for this field are "verified" or "unverified".
|
Constructors
[VB.NET]
Public IPNPayer()
[C#]
public IPNPayer();