public function bind($entity)
 {
     parent::bind($entity);
     $this->currency->setValue($entity->currency ?: 'USD');
     $this->amount->setValue($entity->amount);
     return $this;
 }