コード例 #1
0
 public function __construct($data = null)
 {
     $this->_fields = array('Value' => array('FieldValue' => null, 'FieldType' => 'NonNegativeDouble'), 'Unit' => array('FieldValue' => null, 'FieldType' => 'WeightUnit'));
     parent::__construct($this->_prepareInput($data));
 }
コード例 #2
0
 public function __construct($data = null)
 {
     $this->_fields = array('RequestId' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($data);
 }
コード例 #3
0
 public function __construct($data = null)
 {
     $this->_fields = array('Amount' => array('FieldValue' => null, 'FieldType' => 'NonNegativeDouble'), 'CurrencyCode' => array('FieldValue' => null, 'FieldType' => 'string'));
     parent::__construct($this->_prepareInput($data));
 }
コード例 #4
0
 public function __construct($data = null)
 {
     parent::__construct($this->_prepareInput($data));
 }