external_id = $external_id; $this->_id = $_id; $this->created_at = $created_at; $this->updated_at = $updated_at; $this->remittance_date = $remittance_date; $this->company_id = $company_id; $this->amount = $amount; $this->currency = $currency; $this->__v = $__v; $this->transactions = $transactions; $this->one_off = $one_off; $this->archived = $archived; $this->customer = $customer; $this->capture = $capture; $this->status = $status; $this->items = $items; } }