TransactionDetailsPayer Type
The payer of the transaction.
Remarks
This type describes information about the payer of the specified transaction.
Fields
AddressName String |
Name appearing with payer's address information. The payer's name as returned by PayPal after a call to GetTransactionDetails. This property differs from FirstName and LastName in that it is the name that is to be printed on an address label. This is not necessarily identical to FirstName and LastName. |
AddressStatus String |
Status of the payer's address. This property is returned by PayPal after a call to GetTransactionDetails, and indicates whether the payer's address has been confirmed by PayPal. Valid values are "none", "Confirmed", or "Unconfirmed". |
Business String |
Payer's business email address. |
City String |
Payer's city name. Character length and limitations: 40 single-byte characters. |
CountryCode String |
Payer's country code corresponding to CountryName. Payer's country of residence in the form of ISO standard 3166 two-character country codes. Character limit: Two single-byte characters. |
CountryName String |
Payer's country name. This property should contain the human-readable equivalent of the CountryCode. |
Email String |
Email address of the payer. |
FirstName String |
Payer's first name. Character length and limitations: 25 single-byte characters. |
Id String |
Unique encrypted PayPal customer account number. Character length and limitations:17 single-byte characters maximum. |
LastName String |
Payer's last name. Character length and limitations: 25 single-byte characters. |
MiddleName String |
Payer's middle name. |
Salutation String |
Payer's salutation. Payer's salutation ("Mr", "Mrs", "Dr", etc) as returned by PayPal. |
State String |
Payer's state or province name. Character length and limitations: 40 single-byte characters. |
Status String |
Indicates whether the payer is verified or not. This property is returned by PayPal after a call to GetTransactionDetails. It will contain either "verified" or "unverified". |
Street1 String |
Payer's street address (first line). Character length and limitations: 100 single-byte characters. |
Street2 String |
Payer's street address (second line). Character length and limitations: 100 single-byte characters. |
Suffix String |
Payer's name suffix. Payer's suffix ("Jr", "Sr", "III", etc) as returned by PayPal. |
Zip String |
Payer's United States ZIP code or other country-specific postal code. Character length and limitations: 20 single-byte characters. |
Constructors
public TransactionDetailsPayer();