Ejemplo n.º 1
0
 /**
  * Get billing/shipping email
  *
  * @return string
  */
 public function getEmail()
 {
     return $this->address->getEmail();
 }