CapturePaymentOut
$model.description$.
Defined (1)
The class is defined in the following location(s).
- /lib/taxamo/Taxamo/models/capturePaymentOut.php
- class CapturePaymentOut {
- static $swaggerTypes = array(
- 'success' => 'bool'
- );
- /**
- * Was the operation successful?
- */
- public $success; // bool
- }