Class BillingInfo
Class BillingInfo
Billing information for the invoice recipient.
- PayPal\Common\PayPalModel
- PayPal\Api\BillingInfo
Methods summary
public
|
|
public
string
|
|
public
|
#
setFirstName( string $first_name )
The invoice recipient first name. Maximum length is 30 characters. |
public
string
|
|
public
|
#
setLastName( string $last_name )
The invoice recipient last name. Maximum length is 30 characters. |
public
string
|
|
public
|
#
setBusinessName( string $business_name )
The invoice recipient company business name. Maximum length is 100 characters. |
public
string
|
|
public
|
|
public
|
|
public
|
#
setLanguage( string $language )
The language in which the email was sent to the payer. Used only when the payer does not have a PayPal account. Valid Values: ["da_DK", "de_DE", "en_AU", "en_GB", "en_US", "es_ES", "es_XC", "fr_CA", "fr_FR", "fr_XC", "he_IL", "id_ID", "it_IT", "ja_JP", "nl_NL", "no_NO", "pl_PL", "pt_BR", "pt_PT", "ru_RU", "sv_SE", "th_TH", "tr_TR", "zh_CN", "zh_HK", "zh_TW", "zh_XC"] |
public
string
|
#
getLanguage( )
The language in which the email was sent to the payer. Used only when the payer does not have a PayPal account. |
public
|
#
setAdditionalInfo( string $additional_info )
Additional information, such as business hours. Maximum length is 40 characters. |
public
string
|
#
getAdditionalInfo( )
Additional information, such as business hours. Maximum length is 40 characters. |
public
|
#
setNotificationChannel( string $notification_channel )
Preferred notification channel of the payer. Email by default. Valid Values: ["SMS", "EMAIL"] |
public
string
|
|
public
|
#
setPhone(
Mobile Phone number of the recipient to which SMS will be sent if notification_channel is SMS. |
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()