RefundType Property
Identifies the supported types of refund transactions.
Object Oriented Interface
public function getRefundType(); public function setRefundType($value);
Procedural Interface
inpaypal_refundtransaction_get($res, 20 ); inpaypal_refundtransaction_set($res, 20, $value );
Default Value
0
Remarks
There are two types of refund transactions:
rtFull (0) | A full refund of the purchase. The contents of Amount are ignored. |
rtPartial (1) | Partial refund of the purchase. CurrencyCode and Amount are required, and must be less than the original transaction amount. |
Data Type
Integer