PHP Class PayPal\Api\CancelNotification

Inheritance: extends PayPal\Common\PPModel
ファイルを表示 Open project: paypal/rest-api-sdk-php Class Usage Examples

Public Methods

Method Description
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 notification to the merchant.
getSendToPayer ( ) : boolean Indicates whether to send a copy of the notification to the payer.
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 notification to the merchant.
setSendToPayer ( boolean $send_to_payer ) Indicates whether to send a copy of the notification to the payer.
setSubject ( string $subject ) Subject of the notification.

Method Details

addCcEmail() public method

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

getCcEmails() public method

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[]
return string[]

getNote() public method

Note to the payer.
public getNote ( ) : string
return string

getSendToMerchant() public method

Indicates whether to send a copy of the notification to the merchant.
public getSendToMerchant ( ) : boolean
return boolean

getSendToPayer() public method

Indicates whether to send a copy of the notification to the payer.
public getSendToPayer ( ) : boolean
return boolean

getSubject() public method

Subject of the notification.
public getSubject ( ) : string
return string

removeCcEmail() public method

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

setCcEmails() public method

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() public method

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

setSendToMerchant() public method

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

setSendToPayer() public method

Indicates whether to send a copy of the notification to the payer.
public setSendToPayer ( boolean $send_to_payer )
$send_to_payer boolean

setSubject() public method

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