Class CancelNotification
Class CancelNotification
Email/SMS notification.
- PayPal\Common\PayPalModel
- PayPal\Api\CancelNotification
Methods summary
public
|
|
public
string
|
|
public
|
|
public
string
|
|
public
|
#
setSendToMerchant( boolean $send_to_merchant )
Indicates whether to send a copy of the notification to the merchant. |
public
boolean
|
|
public
|
#
setSendToPayer( boolean $send_to_payer )
Indicates whether to send a copy of the notification to the payer. |
public
boolean
|
|
public
|
#
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. |
public
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
|
|
public
|
Methods inherited from PayPal\Common\PayPalModel
__construct()
,
__get()
,
__isset()
,
__set()
,
__toString()
,
__unset()
,
fromArray()
,
fromJson()
,
getList()
,
setCredential()
,
toArray()
,
toJSON()