public class

InvoiceAddress

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

Class Overview

Container for addresses used on various invoice entities

Summary

Public Constructors
InvoiceAddress()
Public Methods
String getAddressee()
String getCity()
City portion of the address
String getCountry()
ISO two letter country code @required
Boolean getIsPrimary()
String getLine1()
First line of the address @required
String getLine2()
Second line of the address
String getPhone()
Phone number in E.123 format.
String getPostalCode()
Postal Code
String getState()
State, if applicable
Boolean hasAnyValue()
Check to see if this object has any value
void setAddressee(String value)
void setCity(String value)
City portion of the address
void setCountry(String value)
ISO two letter country code @required
void setIsPrimary(Boolean value)
void setLine1(String value)
First line of the address @required
void setLine2(String value)
Second line of the address
void setPhone(String value)
Phone number in E.123 format.
void setPostalCode(String value)
Postal Code
void setState(String value)
State, if applicable
String toString()
Returns a string representing the serialized state of the InvoiceAddress object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceAddress ()

Public Methods

public String getAddressee ()

public String getCity ()

City portion of the address

public String getCountry ()

ISO two letter country code @required

public Boolean getIsPrimary ()

public String getLine1 ()

First line of the address @required

public String getLine2 ()

Second line of the address

public String getPhone ()

Phone number in E.123 format.

public String getPostalCode ()

Postal Code

public String getState ()

State, if applicable

public Boolean hasAnyValue ()

Check to see if this object has any value

public void setAddressee (String value)

public void setCity (String value)

City portion of the address

public void setCountry (String value)

ISO two letter country code @required

public void setIsPrimary (Boolean value)

public void setLine1 (String value)

First line of the address @required

public void setLine2 (String value)

Second line of the address

public void setPhone (String value)

Phone number in E.123 format.

public void setPostalCode (String value)

Postal Code

public void setState (String value)

State, if applicable

public String toString ()

Returns a string representing the serialized state of the InvoiceAddress object