CancellationSendMerchantCopy Property
Indicates whether to send a copy of the cancellation notification to the merchant.
Object Oriented Interface
public function getCancellationSendMerchantCopy(); public function setCancellationSendMerchantCopy($value);
Procedural Interface
inpaypal_invoice_get($res, 18 ); inpaypal_invoice_set($res, 18, $value );
Default Value
false
Remarks
Indicates whether to send a copy of the cancellation notification to the merchant.
Data Type
Boolean