You are here

public property InvoiceRestModel::$customer in Invoice 7

File

./invoice_classes.inc, line 14

Class

InvoiceRestModel
REST invoice model that is used for binding request data and returning the entity result

Code

public $customer = array(
  'customer_number' => null,
  'company_name' => null,
  'firstname' => null,
  'lastname' => null,
  'street' => null,
  'building_number' => null,
  'zipcode' => null,
  'city' => null,
  'state' => null,
  'country' => null,
  'coc_number' => null,
  'vat_number' => null,
  'description' => null,
);