| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.Payer | |
Information about the payer of a transaction, including saved receipt information if available
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Payer() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getCustomerId()
An identifier for this customer that is specific to your merchant account @readonly
| ||||||||||
| String |
getMaskedEmail()
An email address previously used for this payment instrument, with portions masked for privacy @readonly
| ||||||||||
| String |
getMaskedPhone()
A masked phone number previously used for this payment instrument @readonly
| ||||||||||
| String |
getReceiptPreferenceToken()
A token used to send receipts and save/use previously used email address or phone number @readonly
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the Payer object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
An identifier for this customer that is specific to your merchant account @readonly
An email address previously used for this payment instrument, with portions masked for privacy @readonly
A masked phone number previously used for this payment instrument @readonly
A token used to send receipts and save/use previously used email address or phone number @readonly
Returns a string representing the serialized state of the Payer object