public class

ReceiptDestination

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

Class Overview

Contains information about the receipt status.

Summary

Public Constructors
ReceiptDestination()
Public Methods
String getEmail()
email address of the receipt is sent @readonly receipt was sent or not.
ReceiptDestinationType getType()
Indicates whether an email or a text
void setType(ReceiptDestinationType value)
Indicates whether an email or a text
String toString()
Returns a string representing the serialized state of the ReceiptDestination object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ReceiptDestination ()

Public Methods

public String getEmail ()

email address of the receipt is sent @readonly receipt was sent or not. @readonly

public ReceiptDestinationType getType ()

Indicates whether an email or a text

public void setType (ReceiptDestinationType value)

Indicates whether an email or a text

public String toString ()

Returns a string representing the serialized state of the ReceiptDestination object