Method | Description | |
---|---|---|
addAddress ( |
Append Addresses to the list. | |
addEmail ( string $string ) | Append Emails to the list. | |
addPhone ( |
Append Phones to the list. | |
addTemplate ( |
Append Templates to the list. | |
get ( string $templateId, |
Retrieve the details for a particular template by passing the template ID to the request URI. | |
getAddresses ( ) : |
List of addresses in merchant's profile. | |
getAll ( array $params = [], |
Retrieves the template information of the merchant. | |
getEmails ( ) : string[] | List of emails in merchant's profile. | |
getPhones ( ) : |
List of phone numbers in merchant's profile. | |
getTemplates ( ) : |
Array of templates. | |
removeAddress ( |
Remove Addresses from the list. | |
removeEmail ( string $string ) | Remove Emails from the list. | |
removePhone ( |
Remove Phones from the list. | |
removeTemplate ( |
Remove Templates from the list. | |
setAddresses ( |
List of addresses in merchant's profile. | |
setEmails ( string[] $emails ) | List of emails in merchant's profile. | |
setPhones ( |
List of phone numbers in merchant's profile. | |
setTemplates ( |
Array of templates. |
public addAddress ( |
||
$address |
public addTemplate ( |
||
$template |
public static get ( string $templateId, |
||
$templateId | string | |
$apiContext | is the APIContext for this call. It can be used to pass dynamic configuration and credentials. | |
$restCall | is the Rest Call Service that is used to make rest calls | |
return |
public getAddresses ( ) : |
||
return |
public static getAll ( array $params = [], |
||
$params | array | |
$apiContext | is the APIContext for this call. It can be used to pass dynamic configuration and credentials. | |
$restCall | is the Rest Call Service that is used to make rest calls | |
return |
public getEmails ( ) : string[] | ||
return | string[] |
public getPhones ( ) : |
||
return |
public getTemplates ( ) : |
||
return |
public removeAddress ( |
||
$address |
public removeEmail ( string $string ) | ||
$string | string |
public removePhone ( |
||
$phone |
public removeTemplate ( |
||
$template |
public setAddresses ( |
||
$addresses |
public setEmails ( string[] $emails ) | ||
$emails | string[] |
public setPhones ( |
||
$phones |
public setTemplates ( |
||
$templates |