메소드 |
설명 |
|
addAddress ( Address $address ) |
Append Addresses to the list. |
|
addEmail ( string $string ) |
Append Emails to the list. |
|
addPhone ( Phone $phone ) |
Append Phones to the list. |
|
addTemplate ( Template $template ) |
Append Templates to the list. |
|
get ( string $templateId, ApiContext $apiContext = null, PayPalRestCall $restCall = null ) : Template |
Retrieve the details for a particular template by passing the template ID to the request URI. |
|
getAddresses ( ) : Address[] |
List of addresses in merchant's profile. |
|
getAll ( array $params = [], ApiContext $apiContext = null, PayPalRestCall $restCall = null ) : Templates |
Retrieves the template information of the merchant. |
|
getEmails ( ) : string[] |
List of emails in merchant's profile. |
|
getPhones ( ) : Phone[] |
List of phone numbers in merchant's profile. |
|
getTemplates ( ) : Template[] |
Array of templates. |
|
removeAddress ( Address $address ) |
Remove Addresses from the list. |
|
removeEmail ( string $string ) |
Remove Emails from the list. |
|
removePhone ( Phone $phone ) |
Remove Phones from the list. |
|
removeTemplate ( Template $template ) |
Remove Templates from the list. |
|
setAddresses ( Address[] $addresses ) |
List of addresses in merchant's profile. |
|
setEmails ( string[] $emails ) |
List of emails in merchant's profile. |
|
setPhones ( Phone[] $phones ) |
List of phone numbers in merchant's profile. |
|
setTemplates ( Template[] $templates ) |
Array of templates. |
|