public class

InvoiceCCInfo

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

Class Overview

Container for information about a person CC'ed on an invoice

Summary

Public Constructors
InvoiceCCInfo()
Public Methods
String getAdditionalInfo()
option to display additional info such as business hours
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 getFax()
The fax number of the merchant
String getFirstName()
The first name of the merchant @length(,30)
String getLastName()
The last name of the merchant @length(,30)
String getPhone()
The phone number of the merchant
String getWebsite()
The URL of the merchant website @format{url}
void setAdditionalInfo(String value)
option to display additional info such as business hours
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 setFax(String value)
The fax number of the merchant
void setFirstName(String value)
The first name of the merchant @length(,30)
void setLastName(String value)
The last name of the merchant @length(,30)
void setPhone(String value)
The phone number of the merchant
void setWebsite(String value)
The URL of the merchant website @format{url}
String toString()
Returns a string representing the serialized state of the InvoiceCCInfo object
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public InvoiceCCInfo ()

Public Methods

public String getAdditionalInfo ()

option to display additional info such as business hours

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 getFax ()

The fax number of the merchant

public String getFirstName ()

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

public String getLastName ()

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

public String getPhone ()

The phone number of the merchant

public String getWebsite ()

The URL of the merchant website @format{url}

public void setAdditionalInfo (String value)

option to display additional info such as business hours

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 setFax (String value)

The fax number of the merchant

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 void setPhone (String value)

The phone number of the merchant

public void setWebsite (String value)

The URL of the merchant website @format{url}

public String toString ()

Returns a string representing the serialized state of the InvoiceCCInfo object