PHP 클래스 PayPal\Api\CancelNotification

상속: extends PayPal\Common\PPModel
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

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 notification to the merchant.
public getSendToMerchant ( ) : boolean
리턴 boolean

getSendToPayer() 공개 메소드

Indicates whether to send a copy of the notification to the payer.
public getSendToPayer ( ) : 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 notification to the merchant.
public setSendToMerchant ( boolean $send_to_merchant )
$send_to_merchant boolean

setSendToPayer() 공개 메소드

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

setSubject() 공개 메소드

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