Exemplo n.º 1
0
 public function getSchema()
 {
     return array_merge(parent::getSchema(), ['customerIdentity' => 'string', 'billingAddress' => 'object', 'shippingAddress' => 'object']);
 }
Exemplo n.º 2
0
 public function getSchema()
 {
     return array_merge(parent::getSchema(), ['cpf' => 'string', 'rg' => 'string', 'address' => 'object']);
 }