public class

Payer

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.Payer

Class Overview

Information about the payer of a transaction, including saved receipt information if available

Summary

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

Public Constructors

public Payer ()

Public Methods

public String getCustomerId ()

An identifier for this customer that is specific to your merchant account @readonly

public String getMaskedEmail ()

An email address previously used for this payment instrument, with portions masked for privacy @readonly

public String getMaskedPhone ()

A masked phone number previously used for this payment instrument @readonly

public String getReceiptPreferenceToken ()

A token used to send receipts and save/use previously used email address or phone number @readonly

public String toString ()

Returns a string representing the serialized state of the Payer object