ConfirmTransactionOut
$model.description$.
Defined (1)
The class is defined in the following location(s).
- /lib/taxamo/Taxamo/models/confirmTransactionOut.php
- class ConfirmTransactionOut {
- static $swaggerTypes = array(
- 'transaction' => 'transaction'
- );
- /**
- * Transaction data.
- */
- public $transaction; // transaction
- }