public class

InvoiceShippingInfo

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

Class Overview

Container for information about the merchant requesting payment on an invoice

Summary

Public Constructors
InvoiceShippingInfo()
Public Methods
InvoiceAddress getAddress()
The address of the merchant
String getBusinessName()
The business name of the merchant
String getEmail()
The email address of the merchant @required @length(1,260) @format(email)
String getFirstName()
The first name of the merchant @length(,30)
String getLastName()
The last name of the merchant @length(,30)
Boolean hasAnyValue()
Check to see if this object has any value
void setAddress(InvoiceAddress value)
The address of the merchant
void setBusinessName(String value)
The business name of the merchant
void setEmail(String value)
The email address of the merchant @required @length(1,260) @format(email)
void setFirstName(String value)
The first name of the merchant @length(,30)
void setLastName(String value)
The last name of the merchant @length(,30)
String toString()
Returns a string representing the serialized state of the InvoiceShippingInfo object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceShippingInfo ()

Public Methods

public InvoiceAddress getAddress ()

The address of the merchant

public String getBusinessName ()

The business name of the merchant

public String getEmail ()

The email address of the merchant @required @length(1,260) @format(email)

public String getFirstName ()

The first name of the merchant @length(,30)

public String getLastName ()

The last name of the merchant @length(,30)

public Boolean hasAnyValue ()

Check to see if this object has any value

public void setAddress (InvoiceAddress value)

The address of the merchant

public void setBusinessName (String value)

The business name of the merchant

public void setEmail (String value)

The email address of the merchant @required @length(1,260) @format(email)

public void setFirstName (String value)

The first name of the merchant @length(,30)

public void setLastName (String value)

The last name of the merchant @length(,30)

public String toString ()

Returns a string representing the serialized state of the InvoiceShippingInfo object