| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.InvoiceMerchantInfo | |
Container for information about the merchant requesting payment on an invoice
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InvoiceMerchantInfo() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getAdditionalInfo()
Option to display additional information
such as business hours.
| ||||||||||
| String |
getAdditionalInfoLabel()
Option to provide a label to the
additional_info field.
| ||||||||||
| 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 |
getTaxId()
The tax identifier for the merchant
| ||||||||||
| String |
getWebsite()
The URL of the merchant website @format{url}
| ||||||||||
| void |
setAdditionalInfo(String value)
Option to display additional information
such as business hours.
| ||||||||||
| void |
setAdditionalInfoLabel(String value)
Option to provide a label to the
additional_info field.
| ||||||||||
| 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 |
setTaxId(String value)
The tax identifier for 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 InvoiceMerchantInfo object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Option to display additional information such as business hours. 40 characters max.
Option to provide a label to the additional_info field. 40 characters max.
The business name of the merchant
The email address of the merchant @required @length(1,260) @format(email)
The fax number of the merchant
The first name of the merchant @length(,30)
The last name of the merchant @length(,30)
The phone number of the merchant
The tax identifier for the merchant
The URL of the merchant website @format{url}
Option to display additional information such as business hours. 40 characters max.
Option to provide a label to the additional_info field. 40 characters max.
The business name of the merchant
The email address of the merchant @required @length(1,260) @format(email)
The fax number of the merchant
The first name of the merchant @length(,30)
The last name of the merchant @length(,30)
The phone number of the merchant
The tax identifier for the merchant
The URL of the merchant website @format{url}
Returns a string representing the serialized state of the InvoiceMerchantInfo object