PHP Class PayPal\Api\CancelNotification

Inheritance: extends PayPal\Common\PPModel
Afficher le fichier Open project: paypal/rest-api-sdk-php Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getCcEmails() public méthode

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[]
Résultat string[]

getNote() public méthode

Note to the payer.
public getNote ( ) : string
Résultat string

getSendToMerchant() public méthode

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

getSendToPayer() public méthode

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

getSubject() public méthode

Subject of the notification.
public getSubject ( ) : string
Résultat string

removeCcEmail() public méthode

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

setCcEmails() public méthode

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 méthode

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

setSendToMerchant() public méthode

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

setSendToPayer() public méthode

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

setSubject() public méthode

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