PHP Класс PayPal\Api\Notification

Наследование: extends PayPal\Common\PPModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
addCcEmail ( string $string ) Append CcEmails to the list.
getCcEmails ( ) : string[] Applicable for invoices created with Cc emails. If this field is not in the body, all the cc email addresses added as part of the invoice shall be notified else this field can be used to limit the list of email addresses. Note: additional email addresses are not supported.
getNote ( ) : string Note to the payer.
getSendToMerchant ( ) : boolean Indicates whether to send a copy of the email to the merchant.
getSubject ( ) : string Subject of the notification.
removeCcEmail ( string $string ) Remove CcEmails from the list.
setCcEmails ( string[] $cc_emails ) Applicable for invoices created with Cc emails. If this field is not in the body, all the cc email addresses added as part of the invoice shall be notified else this field can be used to limit the list of email addresses. Note: additional email addresses are not supported.
setNote ( string $note ) Note to the payer.
setSendToMerchant ( boolean $send_to_merchant ) Indicates whether to send a copy of the email to the merchant.
setSubject ( string $subject ) Subject of the notification.

Описание методов

addCcEmail() публичный Метод

Append CcEmails to the list.
public addCcEmail ( string $string )
$string string

getCcEmails() публичный Метод

Applicable for invoices created with Cc emails. If this field is not in the body, all the cc email addresses added as part of the invoice shall be notified else this field can be used to limit the list of email addresses. Note: additional email addresses are not supported.
public getCcEmails ( ) : string[]
Результат string[]

getNote() публичный Метод

Note to the payer.
public getNote ( ) : string
Результат string

getSendToMerchant() публичный Метод

Indicates whether to send a copy of the email to the merchant.
public getSendToMerchant ( ) : boolean
Результат boolean

getSubject() публичный Метод

Subject of the notification.
public getSubject ( ) : string
Результат string

removeCcEmail() публичный Метод

Remove CcEmails from the list.
public removeCcEmail ( string $string )
$string string

setCcEmails() публичный Метод

Applicable for invoices created with Cc emails. If this field is not in the body, all the cc email addresses added as part of the invoice shall be notified else this field can be used to limit the list of email addresses. Note: additional email addresses are not supported.
public setCcEmails ( string[] $cc_emails )
$cc_emails string[]

setNote() публичный Метод

Note to the payer.
public setNote ( string $note )
$note string

setSendToMerchant() публичный Метод

Indicates whether to send a copy of the email to the merchant.
public setSendToMerchant ( boolean $send_to_merchant )
$send_to_merchant boolean

setSubject() публичный Метод

Subject of the notification.
public setSubject ( string $subject )
$subject string