CashBackAmount Property
Cash Back Amount.
Object Oriented Interface
public function getCashBackAmount(); public function setCashBackAmount($value);
Procedural Interface
inqb_deposit_get($res, 3 ); inqb_deposit_set($res, 3, $value );
Default Value
''
Remarks
Amount of cash received (if any) for this deposit. The amount should be formatted as a string in dollars.
Data Type
String