meraproject/module/integration/ucscards/structure/Amount.php

19 lines
237 B
PHP
Raw Permalink Normal View History

<?
namespace integration\ucscards\structure;
/**
* Amount
*/
class Amount {
/**
* @access public
* @var string
*/
public $currency;
/**
* @access public
* @var double
*/
public $amount;
}